Shades of Ocean Green #4EA27C
Tints of Ocean Green #4EA27C
RGB
CMYK
RGB Variations
Color information
#4EA27C (or 0x4EA27C) is known color: Ocean Green. HEX triplet: 4E, A2 and 7C. RGB value is (78,162,124). Sum of RGB (Red+Green+Blue) = 78+162+124=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA27C is #B15D83. Grayscale: #848484. Windows color (decimal): -11623812 or 8168014. OLE color: 8168014.
HSL color Cylindrical-coordinate representation of color #4EA27C: hue angle of 152.86º 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 #4EA27C is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 124 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.36 |
| HSL | 152.86º | 0.35% | 0.47% | - |
| HSV(B) | 152.86º | 0.52% | 0.64% | - |
| XYZ | 19.7 | 28.92 | 23.61 | - |
| YUV | 132.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 124 | 0.52 | 0 | 0.23 | 0.36 | 152.86 | 0.35 | 0.47 |
| Hex | 4E | A2 | 7C | 34 | 0 | 17 | 24 | 99 | 23 | 2F |
| Octal | 116 | 242 | 174 | 64 | 0 | 27 | 44 | 231 | 43 | 57 |
| Binary | 1001110 | 10100010 | 1111100 | 110100 | 0 | 10111 | 100100 | 10011001 | 100011 | 101111 |
Color Harmonies of #4EA27C
Complementary color
Monochromatic Colors of #4EA27C
Black with #4EA27C
Text Example
Text Example
White with #4EA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA27C; }
p { color: rgb(78,162,124); }
H1.HeaderClassName
{
color: #4EA27C;
}
.AnyTagClassName
{
color: #4EA27C;
}
</style>
background-color css
<style>
a { background-color: #4EA27C; }
a { background-color: rgb(78,162,124); }
div.DivClassName
{
background-color: #4EA27C;
}
.BgClassName
{
background-color: #4EA27C;
}
</style>
border-color css
<style>
span { border-color: #4EA27C; }
span { border-color: rgb(78,162,124); }
td.TdClassName
{
border-color: #4EA27C;
}
.TagClassName
{
border-color: #4EA27C;
}
</style>