Shades of Ocean Green #49B486
Tints of Ocean Green #49B486
RGB
CMYK
RGB Variations
Color information
#49B486 (or 0x49B486) is known color: Ocean Green. HEX triplet: 49, B4 and 86. RGB value is (73,180,134). Sum of RGB (Red+Green+Blue) = 73+180+134=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #49B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B486 is #B64B79. Grayscale: #8E8E8E. Windows color (decimal): -11946874 or 8827977. OLE color: 8827977.
HSL color Cylindrical-coordinate representation of color #49B486: hue angle of 154.21º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B486 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 134 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.29 |
| HSL | 154.21º | 0.42% | 0.5% | - |
| HSV(B) | 154.21º | 0.59% | 0.71% | - |
| XYZ | 23.37 | 35.78 | 28.23 | - |
| YUV | 142.76 | 123.05 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 134 | 0.59 | 0 | 0.26 | 0.29 | 154.21 | 0.42 | 0.5 |
| Hex | 49 | B4 | 86 | 3B | 0 | 1A | 1D | 9A | 2A | 32 |
| Octal | 111 | 264 | 206 | 73 | 0 | 32 | 35 | 232 | 52 | 62 |
| Binary | 1001001 | 10110100 | 10000110 | 111011 | 0 | 11010 | 11101 | 10011010 | 101010 | 110010 |
Color Harmonies of #49B486
Complementary color
Monochromatic Colors of #49B486
Black with #49B486
Text Example
Text Example
White with #49B486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B486; }
p { color: rgb(73,180,134); }
H1.HeaderClassName
{
color: #49B486;
}
.AnyTagClassName
{
color: #49B486;
}
</style>
background-color css
<style>
a { background-color: #49B486; }
a { background-color: rgb(73,180,134); }
div.DivClassName
{
background-color: #49B486;
}
.BgClassName
{
background-color: #49B486;
}
</style>
border-color css
<style>
span { border-color: #49B486; }
span { border-color: rgb(73,180,134); }
td.TdClassName
{
border-color: #49B486;
}
.TagClassName
{
border-color: #49B486;
}
</style>