#C0ECB3
A very light, moderate green closely aligning with Darkseagreen.
About #C0ECB3
Visually, #C0ECB3 is defined as a moderate green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 192 red, 236 green, and 179 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C0ECB3
RGB192, 236, 179
HSL106.3°, 60.0%, 81.4%
CMYK19%, 0%, 24%, 7%
HSV106.3°, 24.2%, 92.5%
LAB89.1, -24.6, 23.1
XYZ59.9, 74.5, 53.9
Decimal12643507
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.89:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C0ECB3;
}
.text-color {
color: #C0ECB3;
}
.border-color {
border: 2px solid #C0ECB3;
}