#49B683
A medium, moderate green closely aligning with Mediumseagreen.
About #49B683
Visually, #49B683 is defined as a moderate green. It is closely associated with the named CSS color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 182, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 60% cyan, 0% magenta, 28% yellow, and 29% black. The HSL representation is 151.9° hue, 42.7% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49B683
RGB73, 182, 131
HSL151.9°, 42.7%, 50.0%
CMYK60%, 0%, 28%, 29%
HSV151.9°, 59.9%, 71.4%
LAB66.9, -43.2, 16.9
XYZ23.6, 36.5, 27.3
Decimal4830851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49B683;
}
.text-color {
color: #49B683;
}
.border-color {
border: 2px solid #49B683;
}