#759983
A medium, muted green closely aligning with Cadetblue.
About #759983
The precise color #759983 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cadetblue. This translates to an RGB value of rgb(117, 153, 131).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 24% C, 0% M, 14% Y, and 40% K. With a hue angle of 143.3 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#759983
RGB117, 153, 131
HSL143.3°, 15.0%, 52.9%
CMYK24%, 0%, 14%, 40%
HSV143.3°, 23.5%, 60.0%
LAB60.1, -17.1, 7.5
XYZ22.8, 28.2, 25.7
Decimal7707011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #759983;
}
.text-color {
color: #759983;
}
.border-color {
border: 2px solid #759983;
}