Shades of Ocean Green #4EA17C
Tints of Ocean Green #4EA17C
RGB
CMYK
RGB Variations
Color information
#4EA17C (or 0x4EA17C) is known color: Ocean Green. HEX triplet: 4E, A1 and 7C. RGB value is (78,161,124). Sum of RGB (Red+Green+Blue) = 78+161+124=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA17C is #B15E83. Grayscale: #848484. Windows color (decimal): -11624068 or 8167758. OLE color: 8167758.
HSL color Cylindrical-coordinate representation of color #4EA17C: hue angle of 153.25º 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 #4EA17C is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 124 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.37 |
| HSL | 153.25º | 0.35% | 0.47% | - |
| HSV(B) | 153.25º | 0.52% | 0.63% | - |
| XYZ | 19.52 | 28.56 | 23.55 | - |
| YUV | 131.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 124 | 0.52 | 0 | 0.23 | 0.37 | 153.25 | 0.35 | 0.47 |
| Hex | 4E | A1 | 7C | 34 | 0 | 17 | 25 | 99 | 23 | 2F |
| Octal | 116 | 241 | 174 | 64 | 0 | 27 | 45 | 231 | 43 | 57 |
| Binary | 1001110 | 10100001 | 1111100 | 110100 | 0 | 10111 | 100101 | 10011001 | 100011 | 101111 |
Color Harmonies of #4EA17C
Complementary color
Monochromatic Colors of #4EA17C
Black with #4EA17C
Text Example
Text Example
White with #4EA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA17C; }
p { color: rgb(78,161,124); }
H1.HeaderClassName
{
color: #4EA17C;
}
.AnyTagClassName
{
color: #4EA17C;
}
</style>
background-color css
<style>
a { background-color: #4EA17C; }
a { background-color: rgb(78,161,124); }
div.DivClassName
{
background-color: #4EA17C;
}
.BgClassName
{
background-color: #4EA17C;
}
</style>
border-color css
<style>
span { border-color: #4EA17C; }
span { border-color: rgb(78,161,124); }
td.TdClassName
{
border-color: #4EA17C;
}
.TagClassName
{
border-color: #4EA17C;
}
</style>