#00756D
A dark, vivid cyan closely aligning with Teal.
About #00756D
Visually, #00756D is defined as a vivid cyan. Its closest recognized web color is Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 117, and 109.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 7% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00756D
RGB0, 117, 109
HSL175.9°, 100.0%, 22.9%
CMYK100%, 0%, 7%, 54%
HSV175.9°, 100.0%, 45.9%
LAB44.0, -29.6, -3.5
XYZ9.1, 13.8, 16.7
Decimal30061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #00756D;
}
.text-color {
color: #00756D;
}
.border-color {
border: 2px solid #00756D;
}