#75A092
A medium, muted green closely aligning with Cadetblue.
About #75A092
Visually, #75A092 is defined as a muted green. Its closest recognized web color is Cadetblue. This translates to an RGB value of rgb(117, 160, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 27% Cyan, 0% Magenta, 9% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75A092
RGB117, 160, 146
HSL160.5°, 18.5%, 54.3%
CMYK27%, 0%, 9%, 37%
HSV160.5°, 26.9%, 62.7%
LAB62.5, -17.6, 2.6
XYZ25.1, 31.0, 31.9
Decimal7708818
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A092;
}
.text-color {
color: #75A092;
}
.border-color {
border: 2px solid #75A092;
}