#07A08A
A dark, vivid cyan closely aligning with Lightseagreen.
About #07A08A
At its core, #07A08A is a dark and vivid hue. Its closest recognized web color is Lightseagreen. In the RGB color space, it consists of 7 red, 160 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 96% cyan, 0% magenta, 14% yellow, and 37% black. The HSL representation is 171.4° hue, 91.6% saturation, and 32.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07A08A
RGB7, 160, 138
HSL171.4°, 91.6%, 32.7%
CMYK96%, 0%, 14%, 37%
HSV171.4°, 95.6%, 62.7%
LAB59.0, -40.2, 1.6
XYZ17.2, 27.0, 28.4
Decimal499850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A08A;
}
.text-color {
color: #07A08A;
}
.border-color {
border: 2px solid #07A08A;
}