#7CB6A0
A light, muted green closely aligning with Darkseagreen.
About #7CB6A0
The hex code #7CB6A0 represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 124 red, 182 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 32% C, 0% M, 12% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CB6A0
RGB124, 182, 160
HSL157.2°, 28.4%, 60.0%
CMYK32%, 0%, 12%, 29%
HSV157.2°, 31.9%, 71.4%
LAB69.7, -23.7, 5.2
XYZ31.4, 40.3, 39.4
Decimal8173216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.06:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CB6A0;
}
.text-color {
color: #7CB6A0;
}
.border-color {
border: 2px solid #7CB6A0;
}