#75A892
A medium, muted green closely aligning with Cadetblue.
About #75A892
Visually, #75A892 is defined as a muted green. Designers often compare it to the standard color Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 168, and 146.
Translating this color to physical media requires the CMYK color model. The color uses 30% Cyan, 0% Magenta, 13% Yellow, and 34% Black. The HSL representation is 154.1° hue, 22.7% saturation, and 55.9% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75A892
RGB117, 168, 146
HSL154.1°, 22.7%, 55.9%
CMYK30%, 0%, 13%, 34%
HSV154.1°, 30.4%, 65.9%
LAB64.9, -21.8, 6.0
XYZ26.5, 33.9, 32.3
Decimal7710866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.77:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A892;
}
.text-color {
color: #75A892;
}
.border-color {
border: 2px solid #75A892;
}