#75BDB6
A light, moderate cyan closely aligning with Cadetblue.
About #75BDB6
Visually, #75BDB6 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Cadetblue. This translates to an RGB value of rgb(117, 189, 182).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 38% C, 0% M, 4% Y, and 26% K. With a hue angle of 174.2 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75BDB6
RGB117, 189, 182
HSL174.2°, 35.3%, 60.0%
CMYK38%, 0%, 4%, 26%
HSV174.2°, 38.1%, 74.1%
LAB71.9, -24.2, -3.6
XYZ34.0, 43.6, 50.9
Decimal7716278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.71:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BDB6;
}
.text-color {
color: #75BDB6;
}
.border-color {
border: 2px solid #75BDB6;
}