Shades of Ocean Green #4EAB72
Tints of Ocean Green #4EAB72
RGB
CMYK
RGB Variations
Color information
#4EAB72 (or 0x4EAB72) is known color: Ocean Green. HEX triplet: 4E, AB and 72. RGB value is (78,171,114). Sum of RGB (Red+Green+Blue) = 78+171+114=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAB72 is #B1548D. Grayscale: #888888. Windows color (decimal): -11621518 or 7514958. OLE color: 7514958.
HSL color Cylindrical-coordinate representation of color #4EAB72: hue angle of 143.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAB72 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 171 | 114 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.33 |
| HSL | 143.23º | 0.37% | 0.49% | - |
| HSV(B) | 143.23º | 0.54% | 0.67% | - |
| XYZ | 20.74 | 31.96 | 21 | - |
| YUV | 136.7 | 115.19 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 114 | 0.54 | 0 | 0.33 | 0.33 | 143.23 | 0.37 | 0.49 |
| Hex | 4E | AB | 72 | 36 | 0 | 21 | 21 | 8F | 25 | 31 |
| Octal | 116 | 253 | 162 | 66 | 0 | 41 | 41 | 217 | 45 | 61 |
| Binary | 1001110 | 10101011 | 1110010 | 110110 | 0 | 100001 | 100001 | 10001111 | 100101 | 110001 |
Color Harmonies of #4EAB72
Complementary color
Monochromatic Colors of #4EAB72
Black with #4EAB72
Text Example
Text Example
White with #4EAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAB72; }
p { color: rgb(78,171,114); }
H1.HeaderClassName
{
color: #4EAB72;
}
.AnyTagClassName
{
color: #4EAB72;
}
</style>
background-color css
<style>
a { background-color: #4EAB72; }
a { background-color: rgb(78,171,114); }
div.DivClassName
{
background-color: #4EAB72;
}
.BgClassName
{
background-color: #4EAB72;
}
</style>
border-color css
<style>
span { border-color: #4EAB72; }
span { border-color: rgb(78,171,114); }
td.TdClassName
{
border-color: #4EAB72;
}
.TagClassName
{
border-color: #4EAB72;
}
</style>