#07837C
A dark, vivid cyan closely aligning with Teal.
About #07837C
Visually, #07837C is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(7, 131, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 95% cyan, 0% magenta, 5% yellow, and 49% black. The HSL representation is 176.6° hue, 89.9% saturation, and 27.1% lightness.
When using this color as a background, text legibility must be considered. 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#07837C
RGB7, 131, 124
HSL176.6°, 89.9%, 27.1%
CMYK95%, 0%, 5%, 49%
HSV176.6°, 94.7%, 51.4%
LAB49.2, -31.2, -4.8
XYZ11.8, 17.7, 21.9
Decimal492412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #07837C;
}
.text-color {
color: #07837C;
}
.border-color {
border: 2px solid #07837C;
}