Shades of Ocean Green #49AA80
Tints of Ocean Green #49AA80
RGB
CMYK
RGB Variations
Color information
#49AA80 (or 0x49AA80) is known color: Ocean Green. HEX triplet: 49, AA and 80. RGB value is (73,170,128). Sum of RGB (Red+Green+Blue) = 73+170+128=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AA80 is #B6557F. Grayscale: #888888. Windows color (decimal): -11949440 or 8432201. OLE color: 8432201.
HSL color Cylindrical-coordinate representation of color #49AA80: hue angle of 154.02º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA80 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 128 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.33 |
| HSL | 154.02º | 0.4% | 0.48% | - |
| HSV(B) | 154.02º | 0.57% | 0.67% | - |
| XYZ | 21.02 | 31.72 | 25.44 | - |
| YUV | 136.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 128 | 0.57 | 0 | 0.25 | 0.33 | 154.02 | 0.4 | 0.48 |
| Hex | 49 | AA | 80 | 39 | 0 | 19 | 21 | 9A | 28 | 30 |
| Octal | 111 | 252 | 200 | 71 | 0 | 31 | 41 | 232 | 50 | 60 |
| Binary | 1001001 | 10101010 | 10000000 | 111001 | 0 | 11001 | 100001 | 10011010 | 101000 | 110000 |
Color Harmonies of #49AA80
Complementary color
Monochromatic Colors of #49AA80
Black with #49AA80
Text Example
Text Example
White with #49AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA80; }
p { color: rgb(73,170,128); }
H1.HeaderClassName
{
color: #49AA80;
}
.AnyTagClassName
{
color: #49AA80;
}
</style>
background-color css
<style>
a { background-color: #49AA80; }
a { background-color: rgb(73,170,128); }
div.DivClassName
{
background-color: #49AA80;
}
.BgClassName
{
background-color: #49AA80;
}
</style>
border-color css
<style>
span { border-color: #49AA80; }
span { border-color: rgb(73,170,128); }
td.TdClassName
{
border-color: #49AA80;
}
.TagClassName
{
border-color: #49AA80;
}
</style>