#075F50
A dark, vivid cyan closely aligning with Teal.
About #075F50
Visually, #075F50 is defined as a vivid cyan. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(7, 95, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. The HSL representation is 169.8° hue, 86.3% saturation, and 20.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075F50
RGB7, 95, 80
HSL169.8°, 86.3%, 20.0%
CMYK93%, 0%, 16%, 63%
HSV169.8°, 92.6%, 37.3%
LAB35.6, -27.6, 1.9
XYZ5.6, 8.8, 9.0
Decimal483152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.60:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075F50;
}
.text-color {
color: #075F50;
}
.border-color {
border: 2px solid #075F50;
}