Shades of Medium Sea Green #49B970
Tints of Medium Sea Green #49B970
RGB
CMYK
RGB Variations
Color information
#49B970 (or 0x49B970) is known color: Medium Sea Green. HEX triplet: 49, B9 and 70. RGB value is (73,185,112). Sum of RGB (Red+Green+Blue) = 73+185+112=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #49B970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B970 is #B6468F. Grayscale: #8F8F8F. Windows color (decimal): -11945616 or 7387465. OLE color: 7387465.
HSL color Cylindrical-coordinate representation of color #49B970: hue angle of 140.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B970 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 112 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.27 |
| HSL | 140.89º | 0.44% | 0.51% | - |
| HSV(B) | 140.89º | 0.61% | 0.73% | - |
| XYZ | 23.02 | 37.28 | 21.31 | - |
| YUV | 143.19 | 110.39 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 112 | 0.61 | 0 | 0.39 | 0.27 | 140.89 | 0.44 | 0.51 |
| Hex | 49 | B9 | 70 | 3D | 0 | 27 | 1B | 8D | 2C | 33 |
| Octal | 111 | 271 | 160 | 75 | 0 | 47 | 33 | 215 | 54 | 63 |
| Binary | 1001001 | 10111001 | 1110000 | 111101 | 0 | 100111 | 11011 | 10001101 | 101100 | 110011 |
Color Harmonies of #49B970
Complementary color
Monochromatic Colors of #49B970
Black with #49B970
Text Example
Text Example
White with #49B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B970; }
p { color: rgb(73,185,112); }
H1.HeaderClassName
{
color: #49B970;
}
.AnyTagClassName
{
color: #49B970;
}
</style>
background-color css
<style>
a { background-color: #49B970; }
a { background-color: rgb(73,185,112); }
div.DivClassName
{
background-color: #49B970;
}
.BgClassName
{
background-color: #49B970;
}
</style>
border-color css
<style>
span { border-color: #49B970; }
span { border-color: rgb(73,185,112); }
td.TdClassName
{
border-color: #49B970;
}
.TagClassName
{
border-color: #49B970;
}
</style>