Shades of Medium Sea Green #49B96C
Tints of Medium Sea Green #49B96C
RGB
CMYK
RGB Variations
Color information
#49B96C (or 0x49B96C) is known color: Medium Sea Green. HEX triplet: 49, B9 and 6C. RGB value is (73,185,108). Sum of RGB (Red+Green+Blue) = 73+185+108=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #49B96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B96C is #B64693. Grayscale: #8E8E8E. Windows color (decimal): -11945620 or 7125321. OLE color: 7125321.
HSL color Cylindrical-coordinate representation of color #49B96C: hue angle of 138.75º 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 #49B96C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 108 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.27 |
| HSL | 138.75º | 0.44% | 0.51% | - |
| HSV(B) | 138.75º | 0.61% | 0.73% | - |
| XYZ | 22.8 | 37.2 | 20.17 | - |
| YUV | 142.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 108 | 0.61 | 0 | 0.42 | 0.27 | 138.75 | 0.44 | 0.51 |
| Hex | 49 | B9 | 6C | 3D | 0 | 2A | 1B | 8B | 2C | 33 |
| Octal | 111 | 271 | 154 | 75 | 0 | 52 | 33 | 213 | 54 | 63 |
| Binary | 1001001 | 10111001 | 1101100 | 111101 | 0 | 101010 | 11011 | 10001011 | 101100 | 110011 |
Color Harmonies of #49B96C
Complementary color
Monochromatic Colors of #49B96C
Black with #49B96C
Text Example
Text Example
White with #49B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B96C; }
p { color: rgb(73,185,108); }
H1.HeaderClassName
{
color: #49B96C;
}
.AnyTagClassName
{
color: #49B96C;
}
</style>
background-color css
<style>
a { background-color: #49B96C; }
a { background-color: rgb(73,185,108); }
div.DivClassName
{
background-color: #49B96C;
}
.BgClassName
{
background-color: #49B96C;
}
</style>
border-color css
<style>
span { border-color: #49B96C; }
span { border-color: rgb(73,185,108); }
td.TdClassName
{
border-color: #49B96C;
}
.TagClassName
{
border-color: #49B96C;
}
</style>