Shades of Ocean Green #4CAA80
Tints of Ocean Green #4CAA80
RGB
CMYK
RGB Variations
Color information
#4CAA80 (or 0x4CAA80) is known color: Ocean Green. HEX triplet: 4C, AA and 80. RGB value is (76,170,128). Sum of RGB (Red+Green+Blue) = 76+170+128=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA80 is #B3557F. Grayscale: #898989. Windows color (decimal): -11752832 or 8432204. OLE color: 8432204.
HSL color Cylindrical-coordinate representation of color #4CAA80: hue angle of 153.19º 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 #4CAA80 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 128 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.33 |
| HSL | 153.19º | 0.38% | 0.48% | - |
| HSV(B) | 153.19º | 0.55% | 0.67% | - |
| XYZ | 21.25 | 31.84 | 25.45 | - |
| YUV | 137.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 128 | 0.55 | 0 | 0.25 | 0.33 | 153.19 | 0.38 | 0.48 |
| Hex | 4C | AA | 80 | 37 | 0 | 19 | 21 | 99 | 26 | 30 |
| Octal | 114 | 252 | 200 | 67 | 0 | 31 | 41 | 231 | 46 | 60 |
| Binary | 1001100 | 10101010 | 10000000 | 110111 | 0 | 11001 | 100001 | 10011001 | 100110 | 110000 |
Color Harmonies of #4CAA80
Complementary color
Monochromatic Colors of #4CAA80
Black with #4CAA80
Text Example
Text Example
White with #4CAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA80; }
p { color: rgb(76,170,128); }
H1.HeaderClassName
{
color: #4CAA80;
}
.AnyTagClassName
{
color: #4CAA80;
}
</style>
background-color css
<style>
a { background-color: #4CAA80; }
a { background-color: rgb(76,170,128); }
div.DivClassName
{
background-color: #4CAA80;
}
.BgClassName
{
background-color: #4CAA80;
}
</style>
border-color css
<style>
span { border-color: #4CAA80; }
span { border-color: rgb(76,170,128); }
td.TdClassName
{
border-color: #4CAA80;
}
.TagClassName
{
border-color: #4CAA80;
}
</style>