#66A08A
A medium, muted green closely aligning with Cadetblue.
About #66A08A
When working with digital screens, the color #66A08A is rendered by mixing light. It is closely associated with the named CSS color Cadetblue. In the RGB color space, it consists of 102 red, 160 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. The HSL representation is 157.2° hue, 23.4% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66A08A
RGB102, 160, 138
HSL157.2°, 23.4%, 51.4%
CMYK36%, 0%, 14%, 37%
HSV157.2°, 36.2%, 62.7%
LAB61.5, -24.0, 5.5
XYZ22.6, 29.8, 28.6
Decimal6725770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.96:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A08A;
}
.text-color {
color: #66A08A;
}
.border-color {
border: 2px solid #66A08A;
}