Shades of Ocean Green #4EAC88
Tints of Ocean Green #4EAC88
RGB
CMYK
RGB Variations
Color information
#4EAC88 (or 0x4EAC88) is known color: Ocean Green. HEX triplet: 4E, AC and 88. RGB value is (78,172,136). Sum of RGB (Red+Green+Blue) = 78+172+136=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC88 is #B15377. Grayscale: #8B8B8B. Windows color (decimal): -11621240 or 8957006. OLE color: 8957006.
HSL color Cylindrical-coordinate representation of color #4EAC88: hue angle of 157.02º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAC88 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 172 | 136 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.33 |
| HSL | 157.02º | 0.38% | 0.49% | - |
| HSV(B) | 157.02º | 0.55% | 0.67% | - |
| XYZ | 22.34 | 32.9 | 28.47 | - |
| YUV | 139.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 136 | 0.55 | 0 | 0.21 | 0.33 | 157.02 | 0.38 | 0.49 |
| Hex | 4E | AC | 88 | 37 | 0 | 15 | 21 | 9D | 26 | 31 |
| Octal | 116 | 254 | 210 | 67 | 0 | 25 | 41 | 235 | 46 | 61 |
| Binary | 1001110 | 10101100 | 10001000 | 110111 | 0 | 10101 | 100001 | 10011101 | 100110 | 110001 |
Color Harmonies of #4EAC88
Complementary color
Monochromatic Colors of #4EAC88
Black with #4EAC88
Text Example
Text Example
White with #4EAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAC88; }
p { color: rgb(78,172,136); }
H1.HeaderClassName
{
color: #4EAC88;
}
.AnyTagClassName
{
color: #4EAC88;
}
</style>
background-color css
<style>
a { background-color: #4EAC88; }
a { background-color: rgb(78,172,136); }
div.DivClassName
{
background-color: #4EAC88;
}
.BgClassName
{
background-color: #4EAC88;
}
</style>
border-color css
<style>
span { border-color: #4EAC88; }
span { border-color: rgb(78,172,136); }
td.TdClassName
{
border-color: #4EAC88;
}
.TagClassName
{
border-color: #4EAC88;
}
</style>