#49A083
A medium, moderate green closely aligning with Lightseagreen.
About #49A083
At its core, #49A083 is a medium and moderate hue. Its closest recognized web color is Lightseagreen. In the RGB color space, it consists of 73 red, 160 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 54% Cyan, 0% Magenta, 18% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49A083
RGB73, 160, 131
HSL160.0°, 37.3%, 45.7%
CMYK54%, 0%, 18%, 37%
HSV160.0°, 54.4%, 62.7%
LAB60.1, -33.4, 7.2
XYZ19.4, 28.2, 25.9
Decimal4825219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A083;
}
.text-color {
color: #49A083;
}
.border-color {
border: 2px solid #49A083;
}