#759992
A medium, muted cyan closely aligning with Cadetblue.
About #759992
At its core, #759992 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 117 red, 153 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 24% C, 0% M, 5% Y, and 40% K. With a hue angle of 168.3 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#759992
RGB117, 153, 146
HSL168.3°, 15.0%, 52.9%
CMYK24%, 0%, 5%, 40%
HSV168.3°, 23.5%, 60.0%
LAB60.5, -13.9, -0.4
XYZ23.9, 28.6, 31.5
Decimal7707026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #759992;
}
.text-color {
color: #759992;
}
.border-color {
border: 2px solid #759992;
}