#49F0AF
A light, vivid green closely aligning with Aquamarine.
About #49F0AF
When working with digital screens, the color #49F0AF is rendered by mixing light. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 73 red, 240 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 70% Cyan, 0% Magenta, 27% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#49F0AF
RGB73, 240, 175
HSL156.6°, 84.8%, 61.4%
CMYK70%, 0%, 27%, 6%
HSV156.6°, 69.6%, 94.1%
LAB85.4, -57.4, 19.3
XYZ41.6, 66.8, 51.3
Decimal4845743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.37:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F0AF;
}
.text-color {
color: #49F0AF;
}
.border-color {
border: 2px solid #49F0AF;
}