Shades of Medium Sea Green #49B980
Tints of Medium Sea Green #49B980
RGB
CMYK
RGB Variations
Color information
#49B980 (or 0x49B980) is known color: Medium Sea Green. HEX triplet: 49, B9 and 80. RGB value is (73,185,128). Sum of RGB (Red+Green+Blue) = 73+185+128=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #49B980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B980 is #B6467F. Grayscale: #919191. Windows color (decimal): -11945600 or 8436041. OLE color: 8436041.
HSL color Cylindrical-coordinate representation of color #49B980: hue angle of 149.46º 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 #49B980 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 128 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.27 |
| HSL | 149.46º | 0.44% | 0.51% | - |
| HSV(B) | 149.46º | 0.61% | 0.73% | - |
| XYZ | 23.99 | 37.67 | 26.43 | - |
| YUV | 145.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 128 | 0.61 | 0 | 0.31 | 0.27 | 149.46 | 0.44 | 0.51 |
| Hex | 49 | B9 | 80 | 3D | 0 | 1F | 1B | 95 | 2C | 33 |
| Octal | 111 | 271 | 200 | 75 | 0 | 37 | 33 | 225 | 54 | 63 |
| Binary | 1001001 | 10111001 | 10000000 | 111101 | 0 | 11111 | 11011 | 10010101 | 101100 | 110011 |
Color Harmonies of #49B980
Complementary color
Monochromatic Colors of #49B980
Black with #49B980
Text Example
Text Example
White with #49B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B980; }
p { color: rgb(73,185,128); }
H1.HeaderClassName
{
color: #49B980;
}
.AnyTagClassName
{
color: #49B980;
}
</style>
background-color css
<style>
a { background-color: #49B980; }
a { background-color: rgb(73,185,128); }
div.DivClassName
{
background-color: #49B980;
}
.BgClassName
{
background-color: #49B980;
}
</style>
border-color css
<style>
span { border-color: #49B980; }
span { border-color: rgb(73,185,128); }
td.TdClassName
{
border-color: #49B980;
}
.TagClassName
{
border-color: #49B980;
}
</style>