Shades of Ocean Green #4EA97D
Tints of Ocean Green #4EA97D
RGB
CMYK
RGB Variations
Color information
#4EA97D (or 0x4EA97D) is known color: Ocean Green. HEX triplet: 4E, A9 and 7D. RGB value is (78,169,125). Sum of RGB (Red+Green+Blue) = 78+169+125=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA97D is #B15682. Grayscale: #888888. Windows color (decimal): -11622019 or 8235342. OLE color: 8235342.
HSL color Cylindrical-coordinate representation of color #4EA97D: hue angle of 150.99º 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 #4EA97D is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 125 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.34 |
| HSL | 150.99º | 0.37% | 0.48% | - |
| HSV(B) | 150.99º | 0.54% | 0.66% | - |
| XYZ | 21.03 | 31.48 | 24.37 | - |
| YUV | 136.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 125 | 0.54 | 0 | 0.26 | 0.34 | 150.99 | 0.37 | 0.48 |
| Hex | 4E | A9 | 7D | 36 | 0 | 1A | 22 | 97 | 25 | 30 |
| Octal | 116 | 251 | 175 | 66 | 0 | 32 | 42 | 227 | 45 | 60 |
| Binary | 1001110 | 10101001 | 1111101 | 110110 | 0 | 11010 | 100010 | 10010111 | 100101 | 110000 |
Color Harmonies of #4EA97D
Complementary color
Monochromatic Colors of #4EA97D
Black with #4EA97D
Text Example
Text Example
White with #4EA97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA97D; }
p { color: rgb(78,169,125); }
H1.HeaderClassName
{
color: #4EA97D;
}
.AnyTagClassName
{
color: #4EA97D;
}
</style>
background-color css
<style>
a { background-color: #4EA97D; }
a { background-color: rgb(78,169,125); }
div.DivClassName
{
background-color: #4EA97D;
}
.BgClassName
{
background-color: #4EA97D;
}
</style>
border-color css
<style>
span { border-color: #4EA97D; }
span { border-color: rgb(78,169,125); }
td.TdClassName
{
border-color: #4EA97D;
}
.TagClassName
{
border-color: #4EA97D;
}
</style>