#75A0A0
A medium, muted cyan closely aligning with Cadetblue.
About #75A0A0
When working with digital screens, the color #75A0A0 is rendered by mixing light. Its closest recognized web color is Cadetblue. In the RGB color space, it consists of 117 red, 160 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 27% Cyan, 0% Magenta, 0% Yellow, and 37% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
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#75A0A0
RGB117, 160, 160
HSL180.0°, 18.5%, 54.3%
CMYK27%, 0%, 0%, 37%
HSV180.0°, 26.9%, 62.7%
LAB62.9, -14.4, -4.7
XYZ26.3, 31.5, 37.9
Decimal7708832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.29:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A0A0;
}
.text-color {
color: #75A0A0;
}
.border-color {
border: 2px solid #75A0A0;
}