#66998A
A medium, muted green closely aligning with Cadetblue.
About #66998A
When working with digital screens, the color #66998A is rendered by mixing light. Its closest recognized web color is Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 153, and 138.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 33% C, 0% M, 10% Y, and 40% K. With a hue angle of 162.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#66998A
RGB102, 153, 138
HSL162.4°, 20.0%, 50.0%
CMYK33%, 0%, 10%, 40%
HSV162.4°, 33.3%, 60.0%
LAB59.4, -20.5, 2.5
XYZ21.5, 27.4, 28.2
Decimal6723978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66998A;
}
.text-color {
color: #66998A;
}
.border-color {
border: 2px solid #66998A;
}