#66A88A
A medium, muted green closely aligning with Darkseagreen.
About #66A88A
When working with digital screens, the color #66A88A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(102, 168, 138).
If you are designing for print, the four-color process is what matters most. The color uses 39% Cyan, 0% Magenta, 18% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66A88A
RGB102, 168, 138
HSL152.7°, 27.5%, 52.9%
CMYK39%, 0%, 18%, 34%
HSV152.7°, 39.3%, 65.9%
LAB63.9, -28.0, 8.9
XYZ24.1, 32.7, 29.1
Decimal6727818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.53:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A88A;
}
.text-color {
color: #66A88A;
}
.border-color {
border: 2px solid #66A88A;
}