Shades of Ocean Green #4CAD80
Tints of Ocean Green #4CAD80
RGB
CMYK
RGB Variations
Color information
#4CAD80 (or 0x4CAD80) is known color: Ocean Green. HEX triplet: 4C, AD and 80. RGB value is (76,173,128). Sum of RGB (Red+Green+Blue) = 76+173+128=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAD80 is #B3527F. Grayscale: #8A8A8A. Windows color (decimal): -11752064 or 8432972. OLE color: 8432972.
HSL color Cylindrical-coordinate representation of color #4CAD80: hue angle of 152.16º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAD80 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 173 | 128 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.32 |
| HSL | 152.16º | 0.39% | 0.49% | - |
| HSV(B) | 152.16º | 0.56% | 0.68% | - |
| XYZ | 21.82 | 32.98 | 25.64 | - |
| YUV | 138.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 128 | 0.56 | 0 | 0.26 | 0.32 | 152.16 | 0.39 | 0.49 |
| Hex | 4C | AD | 80 | 38 | 0 | 1A | 20 | 98 | 27 | 31 |
| Octal | 114 | 255 | 200 | 70 | 0 | 32 | 40 | 230 | 47 | 61 |
| Binary | 1001100 | 10101101 | 10000000 | 111000 | 0 | 11010 | 100000 | 10011000 | 100111 | 110001 |
Color Harmonies of #4CAD80
Complementary color
Monochromatic Colors of #4CAD80
Black with #4CAD80
Text Example
Text Example
White with #4CAD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAD80; }
p { color: rgb(76,173,128); }
H1.HeaderClassName
{
color: #4CAD80;
}
.AnyTagClassName
{
color: #4CAD80;
}
</style>
background-color css
<style>
a { background-color: #4CAD80; }
a { background-color: rgb(76,173,128); }
div.DivClassName
{
background-color: #4CAD80;
}
.BgClassName
{
background-color: #4CAD80;
}
</style>
border-color css
<style>
span { border-color: #4CAD80; }
span { border-color: rgb(76,173,128); }
td.TdClassName
{
border-color: #4CAD80;
}
.TagClassName
{
border-color: #4CAD80;
}
</style>