#07A892
A dark, vivid cyan closely aligning with Lightseagreen.
About #07A892
When working with digital screens, the color #07A892 is rendered by mixing light. It is closely associated with the named CSS color Lightseagreen. This translates to an RGB value of rgb(7, 168, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 0% M, 13% Y, and 34% K. With a hue angle of 171.8 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07A892
RGB7, 168, 146
HSL171.8°, 92.0%, 34.3%
CMYK96%, 0%, 13%, 34%
HSV171.8°, 95.8%, 65.9%
LAB61.8, -41.4, 1.1
XYZ19.3, 30.1, 32.0
Decimal501906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.03:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A892;
}
.text-color {
color: #07A892;
}
.border-color {
border: 2px solid #07A892;
}