Shades of Ocean Green #4EA080
Tints of Ocean Green #4EA080
RGB
CMYK
RGB Variations
Color information
#4EA080 (or 0x4EA080) is known color: Ocean Green. HEX triplet: 4E, A0 and 80. RGB value is (78,160,128). Sum of RGB (Red+Green+Blue) = 78+160+128=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA080 is #B15F7F. Grayscale: #838383. Windows color (decimal): -11624320 or 8429646. OLE color: 8429646.
HSL color Cylindrical-coordinate representation of color #4EA080: hue angle of 156.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA080 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 128 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.37 |
| HSL | 156.59º | 0.34% | 0.47% | - |
| HSV(B) | 156.59º | 0.51% | 0.63% | - |
| XYZ | 19.61 | 28.32 | 24.85 | - |
| YUV | 131.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 128 | 0.51 | 0 | 0.20 | 0.37 | 156.59 | 0.34 | 0.47 |
| Hex | 4E | A0 | 80 | 33 | 0 | 14 | 25 | 9D | 22 | 2F |
| Octal | 116 | 240 | 200 | 63 | 0 | 24 | 45 | 235 | 42 | 57 |
| Binary | 1001110 | 10100000 | 10000000 | 110011 | 0 | 10100 | 100101 | 10011101 | 100010 | 101111 |
Color Harmonies of #4EA080
Complementary color
Monochromatic Colors of #4EA080
Black with #4EA080
Text Example
Text Example
White with #4EA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA080; }
p { color: rgb(78,160,128); }
H1.HeaderClassName
{
color: #4EA080;
}
.AnyTagClassName
{
color: #4EA080;
}
</style>
background-color css
<style>
a { background-color: #4EA080; }
a { background-color: rgb(78,160,128); }
div.DivClassName
{
background-color: #4EA080;
}
.BgClassName
{
background-color: #4EA080;
}
</style>
border-color css
<style>
span { border-color: #4EA080; }
span { border-color: rgb(78,160,128); }
td.TdClassName
{
border-color: #4EA080;
}
.TagClassName
{
border-color: #4EA080;
}
</style>