#49E2AF
A medium, vivid green closely aligning with Aquamarine.
About #49E2AF
At its core, #49E2AF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 226, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 68% Cyan, 0% Magenta, 23% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49E2AF
RGB73, 226, 175
HSL160.0°, 72.5%, 58.6%
CMYK68%, 0%, 23%, 11%
HSV160.0°, 67.7%, 88.6%
LAB81.2, -51.8, 13.4
XYZ37.7, 58.9, 49.9
Decimal4842159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.78:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E2AF;
}
.text-color {
color: #49E2AF;
}
.border-color {
border: 2px solid #49E2AF;
}