#99BDA0
A light, muted green closely aligning with Darkseagreen.
About #99BDA0
At its core, #99BDA0 is a light and muted hue. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 153 parts red, 189 parts green, and 160 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#99BDA0
RGB153, 189, 160
HSL131.7°, 21.4%, 67.1%
CMYK19%, 0%, 15%, 26%
HSV131.7°, 19.0%, 74.1%
LAB73.4, -17.8, 10.7
XYZ37.7, 45.7, 40.1
Decimal10075552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.14:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BDA0;
}
.text-color {
color: #99BDA0;
}
.border-color {
border: 2px solid #99BDA0;
}