#7CAF92
A medium, muted green closely aligning with Darkseagreen.
About #7CAF92
At its core, #7CAF92 is a medium and muted hue. Its closest recognized web color is Darkseagreen. Its digital footprint relies on 124 parts red, 175 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 29% Cyan, 0% Magenta, 17% Yellow, and 31% Black. The HSL representation is 145.9° hue, 24.2% saturation, and 58.6% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CAF92
RGB124, 175, 146
HSL145.9°, 24.2%, 58.6%
CMYK29%, 0%, 17%, 31%
HSV145.9°, 29.1%, 68.6%
LAB67.3, -23.1, 9.5
XYZ28.8, 37.0, 32.8
Decimal8171410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.40:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CAF92;
}
.text-color {
color: #7CAF92;
}
.border-color {
border: 2px solid #7CAF92;
}