#99CCB6
A light, moderate green closely aligning with Darkseagreen.
About #99CCB6
At its core, #99CCB6 is a light and moderate hue. Its closest recognized web color is Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 204, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 25% Cyan, 0% Magenta, 11% Yellow, and 20% Black. With a hue angle of 154.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99CCB6
RGB153, 204, 182
HSL154.1°, 33.3%, 70.0%
CMYK25%, 0%, 11%, 20%
HSV154.1°, 25.0%, 80.0%
LAB78.1, -21.1, 5.6
XYZ43.2, 53.3, 52.3
Decimal10079414
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.67:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CCB6;
}
.text-color {
color: #99CCB6;
}
.border-color {
border: 2px solid #99CCB6;
}