#99A08A
A medium, muted green closely aligning with Darkgray.
About #99A08A
Visually, #99A08A is defined as a muted green. Its closest recognized web color is Darkgray. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 160, and 138.
For print applications, it's crucial to understand its CMYK makeup. The color uses 4% Cyan, 0% Magenta, 14% Yellow, and 37% Black. The HSL representation is 79.1° hue, 10.4% saturation, and 58.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99A08A
RGB153, 160, 138
HSL79.1°, 10.4%, 58.4%
CMYK4%, 0%, 14%, 37%
HSV79.1°, 13.8%, 62.7%
LAB64.8, -6.6, 10.6
XYZ30.3, 33.7, 29.0
Decimal10068106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.75:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A08A;
}
.text-color {
color: #99A08A;
}
.border-color {
border: 2px solid #99A08A;
}