Shades of Ocean Green #4DAA80
Tints of Ocean Green #4DAA80
RGB
CMYK
RGB Variations
Color information
#4DAA80 (or 0x4DAA80) is known color: Ocean Green. HEX triplet: 4D, AA and 80. RGB value is (77,170,128). Sum of RGB (Red+Green+Blue) = 77+170+128=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA80 is #B2557F. Grayscale: #898989. Windows color (decimal): -11687296 or 8432205. OLE color: 8432205.
HSL color Cylindrical-coordinate representation of color #4DAA80: hue angle of 152.9º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA80 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 128 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.33 |
| HSL | 152.9º | 0.38% | 0.48% | - |
| HSV(B) | 152.9º | 0.55% | 0.67% | - |
| XYZ | 21.33 | 31.89 | 25.45 | - |
| YUV | 137.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 128 | 0.55 | 0 | 0.25 | 0.33 | 152.9 | 0.38 | 0.48 |
| Hex | 4D | AA | 80 | 37 | 0 | 19 | 21 | 99 | 26 | 30 |
| Octal | 115 | 252 | 200 | 67 | 0 | 31 | 41 | 231 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10000000 | 110111 | 0 | 11001 | 100001 | 10011001 | 100110 | 110000 |
Color Harmonies of #4DAA80
Complementary color
Monochromatic Colors of #4DAA80
Black with #4DAA80
Text Example
Text Example
White with #4DAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA80; }
p { color: rgb(77,170,128); }
H1.HeaderClassName
{
color: #4DAA80;
}
.AnyTagClassName
{
color: #4DAA80;
}
</style>
background-color css
<style>
a { background-color: #4DAA80; }
a { background-color: rgb(77,170,128); }
div.DivClassName
{
background-color: #4DAA80;
}
.BgClassName
{
background-color: #4DAA80;
}
</style>
border-color css
<style>
span { border-color: #4DAA80; }
span { border-color: rgb(77,170,128); }
td.TdClassName
{
border-color: #4DAA80;
}
.TagClassName
{
border-color: #4DAA80;
}
</style>