Shades of Medium Sea Green #49B977
Tints of Medium Sea Green #49B977
RGB
CMYK
RGB Variations
Color information
#49B977 (or 0x49B977) is known color: Medium Sea Green. HEX triplet: 49, B9 and 77. RGB value is (73,185,119). Sum of RGB (Red+Green+Blue) = 73+185+119=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #49B977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B977 is #B64688. Grayscale: #909090. Windows color (decimal): -11945609 or 7846217. OLE color: 7846217.
HSL color Cylindrical-coordinate representation of color #49B977: hue angle of 144.64º 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 #49B977 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 119 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.27 |
| HSL | 144.64º | 0.44% | 0.51% | - |
| HSV(B) | 144.64º | 0.61% | 0.73% | - |
| XYZ | 23.43 | 37.45 | 23.45 | - |
| YUV | 143.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 119 | 0.61 | 0 | 0.36 | 0.27 | 144.64 | 0.44 | 0.51 |
| Hex | 49 | B9 | 77 | 3D | 0 | 24 | 1B | 91 | 2C | 33 |
| Octal | 111 | 271 | 167 | 75 | 0 | 44 | 33 | 221 | 54 | 63 |
| Binary | 1001001 | 10111001 | 1110111 | 111101 | 0 | 100100 | 11011 | 10010001 | 101100 | 110011 |
Color Harmonies of #49B977
Complementary color
Monochromatic Colors of #49B977
Black with #49B977
Text Example
Text Example
White with #49B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B977; }
p { color: rgb(73,185,119); }
H1.HeaderClassName
{
color: #49B977;
}
.AnyTagClassName
{
color: #49B977;
}
</style>
background-color css
<style>
a { background-color: #49B977; }
a { background-color: rgb(73,185,119); }
div.DivClassName
{
background-color: #49B977;
}
.BgClassName
{
background-color: #49B977;
}
</style>
border-color css
<style>
span { border-color: #49B977; }
span { border-color: rgb(73,185,119); }
td.TdClassName
{
border-color: #49B977;
}
.TagClassName
{
border-color: #49B977;
}
</style>