#49A883
A medium, moderate green closely aligning with Mediumaquamarine.
About #49A883
The precise color #49A883 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumaquamarine. In the RGB color space, it consists of 73 red, 168 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 57% C, 0% M, 22% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49A883
RGB73, 168, 131
HSL156.6°, 39.4%, 47.3%
CMYK57%, 0%, 22%, 34%
HSV156.6°, 56.5%, 65.9%
LAB62.6, -37.1, 10.8
XYZ20.8, 31.1, 26.4
Decimal4827267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A883;
}
.text-color {
color: #49A883;
}
.border-color {
border: 2px solid #49A883;
}