#66DBBD
A light, moderate green closely aligning with Mediumaquamarine.
About #66DBBD
At its core, #66DBBD is a light and moderate hue. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(102, 219, 189).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 53% cyan, 0% magenta, 14% yellow, and 14% black. The HSL representation is 164.6° hue, 61.9% saturation, and 62.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66DBBD
RGB102, 219, 189
HSL164.6°, 61.9%, 62.9%
CMYK53%, 0%, 14%, 14%
HSV164.6°, 53.4%, 85.9%
LAB80.3, -40.3, 4.7
XYZ40.0, 57.2, 57.1
Decimal6740925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.43:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DBBD;
}
.text-color {
color: #66DBBD;
}
.border-color {
border: 2px solid #66DBBD;
}