Shades of Ocean Green #4EA170
Tints of Ocean Green #4EA170
RGB
CMYK
RGB Variations
Color information
#4EA170 (or 0x4EA170) is known color: Ocean Green. HEX triplet: 4E, A1 and 70. RGB value is (78,161,112). Sum of RGB (Red+Green+Blue) = 78+161+112=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA170 is #B15E8F. Grayscale: #828282. Windows color (decimal): -11624080 or 7381326. OLE color: 7381326.
HSL color Cylindrical-coordinate representation of color #4EA170: hue angle of 144.58º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA170 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 112 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.37 |
| HSL | 144.58º | 0.35% | 0.47% | - |
| HSV(B) | 144.58º | 0.52% | 0.63% | - |
| XYZ | 18.81 | 28.28 | 19.8 | - |
| YUV | 130.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 112 | 0.52 | 0 | 0.30 | 0.37 | 144.58 | 0.35 | 0.47 |
| Hex | 4E | A1 | 70 | 34 | 0 | 1E | 25 | 91 | 23 | 2F |
| Octal | 116 | 241 | 160 | 64 | 0 | 36 | 45 | 221 | 43 | 57 |
| Binary | 1001110 | 10100001 | 1110000 | 110100 | 0 | 11110 | 100101 | 10010001 | 100011 | 101111 |
Color Harmonies of #4EA170
Complementary color
Monochromatic Colors of #4EA170
Black with #4EA170
Text Example
Text Example
White with #4EA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA170; }
p { color: rgb(78,161,112); }
H1.HeaderClassName
{
color: #4EA170;
}
.AnyTagClassName
{
color: #4EA170;
}
</style>
background-color css
<style>
a { background-color: #4EA170; }
a { background-color: rgb(78,161,112); }
div.DivClassName
{
background-color: #4EA170;
}
.BgClassName
{
background-color: #4EA170;
}
</style>
border-color css
<style>
span { border-color: #4EA170; }
span { border-color: rgb(78,161,112); }
td.TdClassName
{
border-color: #4EA170;
}
.TagClassName
{
border-color: #4EA170;
}
</style>