#00758A
A dark, vivid cyan closely aligning with Teal.
About #00758A
Visually, #00758A is defined as a vivid cyan. Designers often compare it to the standard color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 117, and 138.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 15% Magenta, 0% Yellow, and 46% Black. The HSL representation is 189.1° hue, 100.0% saturation, and 27.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00758A
RGB0, 117, 138
HSL189.1°, 100.0%, 27.1%
CMYK100%, 15%, 0%, 46%
HSV189.1°, 100.0%, 54.1%
LAB45.0, -19.7, -19.3
XYZ10.9, 14.6, 26.3
Decimal30090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #00758A;
}
.text-color {
color: #00758A;
}
.border-color {
border: 2px solid #00758A;
}