#29A78E
A medium, moderate cyan closely aligning with Lightseagreen.
About #29A78E
At its core, #29A78E is a medium and moderate hue. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 41 red, 167 green, and 142 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 75% Cyan, 0% Magenta, 15% Yellow, and 35% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#29A78E
RGB41, 167, 142
HSL168.1°, 60.6%, 40.8%
CMYK75%, 0%, 15%, 35%
HSV168.1°, 75.4%, 65.5%
LAB61.7, -39.5, 3.3
XYZ19.6, 30.1, 30.4
Decimal2729870
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.01:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #29A78E;
}
.text-color {
color: #29A78E;
}
.border-color {
border: 2px solid #29A78E;
}