Shades of Ocean Green #4EA980
Tints of Ocean Green #4EA980
RGB
CMYK
RGB Variations
Color information
#4EA980 (or 0x4EA980) is known color: Ocean Green. HEX triplet: 4E, A9 and 80. RGB value is (78,169,128). Sum of RGB (Red+Green+Blue) = 78+169+128=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA980 is #B1567F. Grayscale: #898989. Windows color (decimal): -11622016 or 8431950. OLE color: 8431950.
HSL color Cylindrical-coordinate representation of color #4EA980: hue angle of 152.97º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA980 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 128 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.34 |
| HSL | 152.97º | 0.37% | 0.48% | - |
| HSV(B) | 152.97º | 0.54% | 0.66% | - |
| XYZ | 21.23 | 31.55 | 25.39 | - |
| YUV | 137.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 128 | 0.54 | 0 | 0.24 | 0.34 | 152.97 | 0.37 | 0.48 |
| Hex | 4E | A9 | 80 | 36 | 0 | 18 | 22 | 99 | 25 | 30 |
| Octal | 116 | 251 | 200 | 66 | 0 | 30 | 42 | 231 | 45 | 60 |
| Binary | 1001110 | 10101001 | 10000000 | 110110 | 0 | 11000 | 100010 | 10011001 | 100101 | 110000 |
Color Harmonies of #4EA980
Complementary color
Monochromatic Colors of #4EA980
Black with #4EA980
Text Example
Text Example
White with #4EA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA980; }
p { color: rgb(78,169,128); }
H1.HeaderClassName
{
color: #4EA980;
}
.AnyTagClassName
{
color: #4EA980;
}
</style>
background-color css
<style>
a { background-color: #4EA980; }
a { background-color: rgb(78,169,128); }
div.DivClassName
{
background-color: #4EA980;
}
.BgClassName
{
background-color: #4EA980;
}
</style>
border-color css
<style>
span { border-color: #4EA980; }
span { border-color: rgb(78,169,128); }
td.TdClassName
{
border-color: #4EA980;
}
.TagClassName
{
border-color: #4EA980;
}
</style>