Shades of Ocean Green #4EAE86
Tints of Ocean Green #4EAE86
RGB
CMYK
RGB Variations
Color information
#4EAE86 (or 0x4EAE86) is known color: Ocean Green. HEX triplet: 4E, AE and 86. RGB value is (78,174,134). Sum of RGB (Red+Green+Blue) = 78+174+134=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE86 is #B15179. Grayscale: #8C8C8C. Windows color (decimal): -11620730 or 8826446. OLE color: 8826446.
HSL color Cylindrical-coordinate representation of color #4EAE86: hue angle of 155º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAE86 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 174 | 134 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.32 |
| HSL | 155º | 0.38% | 0.49% | - |
| HSV(B) | 155º | 0.55% | 0.68% | - |
| XYZ | 22.58 | 33.61 | 27.85 | - |
| YUV | 140.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 134 | 0.55 | 0 | 0.23 | 0.32 | 155 | 0.38 | 0.49 |
| Hex | 4E | AE | 86 | 37 | 0 | 17 | 20 | 9B | 26 | 31 |
| Octal | 116 | 256 | 206 | 67 | 0 | 27 | 40 | 233 | 46 | 61 |
| Binary | 1001110 | 10101110 | 10000110 | 110111 | 0 | 10111 | 100000 | 10011011 | 100110 | 110001 |
Color Harmonies of #4EAE86
Complementary color
Monochromatic Colors of #4EAE86
Black with #4EAE86
Text Example
Text Example
White with #4EAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAE86; }
p { color: rgb(78,174,134); }
H1.HeaderClassName
{
color: #4EAE86;
}
.AnyTagClassName
{
color: #4EAE86;
}
</style>
background-color css
<style>
a { background-color: #4EAE86; }
a { background-color: rgb(78,174,134); }
div.DivClassName
{
background-color: #4EAE86;
}
.BgClassName
{
background-color: #4EAE86;
}
</style>
border-color css
<style>
span { border-color: #4EAE86; }
span { border-color: rgb(78,174,134); }
td.TdClassName
{
border-color: #4EAE86;
}
.TagClassName
{
border-color: #4EAE86;
}
</style>