Shades of Ocean Green #4EA072
Tints of Ocean Green #4EA072
RGB
CMYK
RGB Variations
Color information
#4EA072 (or 0x4EA072) is known color: Ocean Green. HEX triplet: 4E, A0 and 72. RGB value is (78,160,114). Sum of RGB (Red+Green+Blue) = 78+160+114=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA072 is #B15F8D. Grayscale: #828282. Windows color (decimal): -11624334 or 7512142. OLE color: 7512142.
HSL color Cylindrical-coordinate representation of color #4EA072: hue angle of 146.34º 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 #4EA072 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 114 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.37 |
| HSL | 146.34º | 0.34% | 0.47% | - |
| HSV(B) | 146.34º | 0.51% | 0.63% | - |
| XYZ | 18.75 | 27.98 | 20.33 | - |
| YUV | 130.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 114 | 0.51 | 0 | 0.29 | 0.37 | 146.34 | 0.34 | 0.47 |
| Hex | 4E | A0 | 72 | 33 | 0 | 1D | 25 | 92 | 22 | 2F |
| Octal | 116 | 240 | 162 | 63 | 0 | 35 | 45 | 222 | 42 | 57 |
| Binary | 1001110 | 10100000 | 1110010 | 110011 | 0 | 11101 | 100101 | 10010010 | 100010 | 101111 |
Color Harmonies of #4EA072
Complementary color
Monochromatic Colors of #4EA072
Black with #4EA072
Text Example
Text Example
White with #4EA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA072; }
p { color: rgb(78,160,114); }
H1.HeaderClassName
{
color: #4EA072;
}
.AnyTagClassName
{
color: #4EA072;
}
</style>
background-color css
<style>
a { background-color: #4EA072; }
a { background-color: rgb(78,160,114); }
div.DivClassName
{
background-color: #4EA072;
}
.BgClassName
{
background-color: #4EA072;
}
</style>
border-color css
<style>
span { border-color: #4EA072; }
span { border-color: rgb(78,160,114); }
td.TdClassName
{
border-color: #4EA072;
}
.TagClassName
{
border-color: #4EA072;
}
</style>