Bermuda is a
cool light color with the hex code #6CD6C6.
This moderately saturated hue can be represented as RGB
108, 214, 198 in digital design or CMYK 50%, 0%, 7%, 16% for print applications.
Find matching Pantone color.
Bermuda
#6CD6C6
Bermuda color values
- HEX
- #6CD6C6
- RGB
- 108, 214, 198
- HSL
- 171°, 56%, 63%
- CMYK
- 50, 0, 7, 16
Shades & tints
About this color
Bermuda sits at 171° on the color wheel with 56% saturation and 63% lightness, placing it in the cyan segment of the spectrum. The moderate 56% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.
In digital environments, Bermuda is rendered as rgb(108, 214, 198), where the green channel leads at 214, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Bermuda translates to a CMYK breakdown of 50C 0M 7Y 16K. The low-to-moderate black value (16%) means the color's character in print comes primarily from its cyan ink content (50%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Bermuda
CSS Variable
:root {
--brand-primary: #6CD6C6;
--brand-primary-rgb: 108, 214, 198;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#6CD6C6',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 50%
M: 0%
Y: 7%
K: 16% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(108, 214, 198)
rgba(108, 214, 198, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #6CD6C6?
What is the RGB value of #6CD6C6?
Is Bermuda a warm or cool color?
How do I use #6CD6C6 in CSS?
background-color: #6CD6C6; or color: #6CD6C6; or as an RGB value: rgb(108, 214, 198). For print design, use CMYK: 50%, 0%, 7%, 16%.