Shades of Medium Sea Green #49B987
Tints of Medium Sea Green #49B987
RGB
CMYK
RGB Variations
Color information
#49B987 (or 0x49B987) is known color: Medium Sea Green. HEX triplet: 49, B9 and 87. RGB value is (73,185,135). Sum of RGB (Red+Green+Blue) = 73+185+135=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #49B987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B987 is #B64678. Grayscale: #919191. Windows color (decimal): -11945593 or 8894793. OLE color: 8894793.
HSL color Cylindrical-coordinate representation of color #49B987: hue angle of 153.21º 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 #49B987 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 135 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.27 |
| HSL | 153.21º | 0.44% | 0.51% | - |
| HSV(B) | 153.21º | 0.61% | 0.73% | - |
| XYZ | 24.47 | 37.86 | 28.94 | - |
| YUV | 145.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 135 | 0.61 | 0 | 0.27 | 0.27 | 153.21 | 0.44 | 0.51 |
| Hex | 49 | B9 | 87 | 3D | 0 | 1B | 1B | 99 | 2C | 33 |
| Octal | 111 | 271 | 207 | 75 | 0 | 33 | 33 | 231 | 54 | 63 |
| Binary | 1001001 | 10111001 | 10000111 | 111101 | 0 | 11011 | 11011 | 10011001 | 101100 | 110011 |
Color Harmonies of #49B987
Complementary color
Monochromatic Colors of #49B987
Black with #49B987
Text Example
Text Example
White with #49B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B987; }
p { color: rgb(73,185,135); }
H1.HeaderClassName
{
color: #49B987;
}
.AnyTagClassName
{
color: #49B987;
}
</style>
background-color css
<style>
a { background-color: #49B987; }
a { background-color: rgb(73,185,135); }
div.DivClassName
{
background-color: #49B987;
}
.BgClassName
{
background-color: #49B987;
}
</style>
border-color css
<style>
span { border-color: #49B987; }
span { border-color: rgb(73,185,135); }
td.TdClassName
{
border-color: #49B987;
}
.TagClassName
{
border-color: #49B987;
}
</style>