#24E9AF
A medium, vivid green closely aligning with Aquamarine.
About #24E9AF
When working with digital screens, the color #24E9AF is rendered by mixing light. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 233, and 175.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 0% Magenta, 25% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24E9AF
RGB36, 233, 175
HSL162.3°, 81.7%, 52.7%
CMYK85%, 0%, 25%, 9%
HSV162.3°, 84.5%, 91.4%
LAB82.8, -58.7, 15.5
XYZ37.6, 61.7, 50.5
Decimal2419119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.35:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E9AF;
}
.text-color {
color: #24E9AF;
}
.border-color {
border: 2px solid #24E9AF;
}