#99CCAF
A light, moderate green closely aligning with Darkseagreen.
About #99CCAF
The hex code #99CCAF represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 153 red, 204 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 25% C, 0% M, 14% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99CCAF
RGB153, 204, 175
HSL145.9°, 33.3%, 70.0%
CMYK25%, 0%, 14%, 20%
HSV145.9°, 25.0%, 80.0%
LAB77.9, -22.5, 9.1
XYZ42.5, 53.1, 48.6
Decimal10079407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.61:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CCAF;
}
.text-color {
color: #99CCAF;
}
.border-color {
border: 2px solid #99CCAF;
}