#2CA099
A medium, moderate cyan closely aligning with Lightseagreen.
About #2CA099
Visually, #2CA099 is defined as a moderate cyan. It is closely associated with the named CSS color Lightseagreen. This translates to an RGB value of rgb(44, 160, 153).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 72% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CA099
RGB44, 160, 153
HSL176.4°, 56.9%, 40.0%
CMYK72%, 0%, 4%, 37%
HSV176.4°, 72.5%, 62.7%
LAB59.9, -32.8, -5.6
XYZ19.4, 28.0, 34.5
Decimal2924697
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.60:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA099;
}
.text-color {
color: #2CA099;
}
.border-color {
border: 2px solid #2CA099;
}