Shades of Ocean Green #4EA97E
Tints of Ocean Green #4EA97E
RGB
CMYK
RGB Variations
Color information
#4EA97E (or 0x4EA97E) is known color: Ocean Green. HEX triplet: 4E, A9 and 7E. RGB value is (78,169,126). Sum of RGB (Red+Green+Blue) = 78+169+126=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA97E is #B15681. Grayscale: #888888. Windows color (decimal): -11622018 or 8300878. OLE color: 8300878.
HSL color Cylindrical-coordinate representation of color #4EA97E: hue angle of 151.65º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA97E is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 126 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.34 |
| HSL | 151.65º | 0.37% | 0.48% | - |
| HSV(B) | 151.65º | 0.54% | 0.66% | - |
| XYZ | 21.1 | 31.5 | 24.71 | - |
| YUV | 136.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 126 | 0.54 | 0 | 0.25 | 0.34 | 151.65 | 0.37 | 0.48 |
| Hex | 4E | A9 | 7E | 36 | 0 | 19 | 22 | 98 | 25 | 30 |
| Octal | 116 | 251 | 176 | 66 | 0 | 31 | 42 | 230 | 45 | 60 |
| Binary | 1001110 | 10101001 | 1111110 | 110110 | 0 | 11001 | 100010 | 10011000 | 100101 | 110000 |
Color Harmonies of #4EA97E
Complementary color
Monochromatic Colors of #4EA97E
Black with #4EA97E
Text Example
Text Example
White with #4EA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA97E; }
p { color: rgb(78,169,126); }
H1.HeaderClassName
{
color: #4EA97E;
}
.AnyTagClassName
{
color: #4EA97E;
}
</style>
background-color css
<style>
a { background-color: #4EA97E; }
a { background-color: rgb(78,169,126); }
div.DivClassName
{
background-color: #4EA97E;
}
.BgClassName
{
background-color: #4EA97E;
}
</style>
border-color css
<style>
span { border-color: #4EA97E; }
span { border-color: rgb(78,169,126); }
td.TdClassName
{
border-color: #4EA97E;
}
.TagClassName
{
border-color: #4EA97E;
}
</style>