Shades of Ocean Green #4EA27E
Tints of Ocean Green #4EA27E
RGB
CMYK
RGB Variations
Color information
#4EA27E (or 0x4EA27E) is known color: Ocean Green. HEX triplet: 4E, A2 and 7E. RGB value is (78,162,126). Sum of RGB (Red+Green+Blue) = 78+162+126=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA27E is #B15D81. Grayscale: #848484. Windows color (decimal): -11623810 or 8299086. OLE color: 8299086.
HSL color Cylindrical-coordinate representation of color #4EA27E: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA27E is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 126 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.36 |
| HSL | 154.29º | 0.35% | 0.47% | - |
| HSV(B) | 154.29º | 0.52% | 0.64% | - |
| XYZ | 19.83 | 28.97 | 24.28 | - |
| YUV | 132.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 126 | 0.52 | 0 | 0.22 | 0.36 | 154.29 | 0.35 | 0.47 |
| Hex | 4E | A2 | 7E | 34 | 0 | 16 | 24 | 9A | 23 | 2F |
| Octal | 116 | 242 | 176 | 64 | 0 | 26 | 44 | 232 | 43 | 57 |
| Binary | 1001110 | 10100010 | 1111110 | 110100 | 0 | 10110 | 100100 | 10011010 | 100011 | 101111 |
Color Harmonies of #4EA27E
Complementary color
Monochromatic Colors of #4EA27E
Black with #4EA27E
Text Example
Text Example
White with #4EA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA27E; }
p { color: rgb(78,162,126); }
H1.HeaderClassName
{
color: #4EA27E;
}
.AnyTagClassName
{
color: #4EA27E;
}
</style>
background-color css
<style>
a { background-color: #4EA27E; }
a { background-color: rgb(78,162,126); }
div.DivClassName
{
background-color: #4EA27E;
}
.BgClassName
{
background-color: #4EA27E;
}
</style>
border-color css
<style>
span { border-color: #4EA27E; }
span { border-color: rgb(78,162,126); }
td.TdClassName
{
border-color: #4EA27E;
}
.TagClassName
{
border-color: #4EA27E;
}
</style>