#49B675
A medium, moderate green closely aligning with Mediumseagreen.
About #49B675
When working with digital screens, the color #49B675 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(73, 182, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 60% C, 0% M, 36% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#49B675
RGB73, 182, 117
HSL144.2°, 42.7%, 50.0%
CMYK60%, 0%, 36%, 29%
HSV144.2°, 59.9%, 71.4%
LAB66.6, -46.0, 24.0
XYZ22.7, 36.2, 22.6
Decimal4830837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.23:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
7.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49B675;
}
.text-color {
color: #49B675;
}
.border-color {
border: 2px solid #49B675;
}