#07A099
A dark, vivid cyan closely aligning with Lightseagreen.
About #07A099
Visually, #07A099 is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. This translates to an RGB value of rgb(7, 160, 153).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. The HSL representation is 177.3° 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07A099
RGB7, 160, 153
HSL177.3°, 91.6%, 32.7%
CMYK96%, 0%, 4%, 37%
HSV177.3°, 95.6%, 62.7%
LAB59.4, -35.8, -6.3
XYZ18.4, 27.5, 34.5
Decimal499865
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.50:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A099;
}
.text-color {
color: #07A099;
}
.border-color {
border: 2px solid #07A099;
}