#99CCA8
A light, moderate green closely aligning with Darkseagreen.
About #99CCA8
At its core, #99CCA8 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(153, 204, 168).
For print applications, it's crucial to understand its CMYK makeup. The color uses 25% Cyan, 0% Magenta, 18% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99CCA8
RGB153, 204, 168
HSL137.6°, 33.3%, 70.0%
CMYK25%, 0%, 18%, 20%
HSV137.6°, 25.0%, 80.0%
LAB77.7, -23.9, 12.6
XYZ41.8, 52.8, 45.0
Decimal10079400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.56:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CCA8;
}
.text-color {
color: #99CCA8;
}
.border-color {
border: 2px solid #99CCA8;
}