#7CA092
A medium, muted green closely aligning with Cadetblue.
About #7CA092
At its core, #7CA092 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 124 red, 160 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. The HSL representation is 156.7° hue, 15.9% saturation, and 55.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CA092
RGB124, 160, 146
HSL156.7°, 15.9%, 55.7%
CMYK22%, 0%, 9%, 37%
HSV156.7°, 22.5%, 62.7%
LAB62.9, -15.3, 3.3
XYZ26.1, 31.5, 31.9
Decimal8167570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA092;
}
.text-color {
color: #7CA092;
}
.border-color {
border: 2px solid #7CA092;
}