Shades of Ocean Green #4EAC83
Tints of Ocean Green #4EAC83
RGB
CMYK
RGB Variations
Color information
#4EAC83 (or 0x4EAC83) is known color: Ocean Green. HEX triplet: 4E, AC and 83. RGB value is (78,172,131). Sum of RGB (Red+Green+Blue) = 78+172+131=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC83 is #B1537C. Grayscale: #8B8B8B. Windows color (decimal): -11621245 or 8629326. OLE color: 8629326.
HSL color Cylindrical-coordinate representation of color #4EAC83: hue angle of 153.83º 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 #4EAC83 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 172 | 131 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.33 |
| HSL | 153.83º | 0.38% | 0.49% | - |
| HSV(B) | 153.83º | 0.55% | 0.67% | - |
| XYZ | 21.99 | 32.76 | 26.64 | - |
| YUV | 139.22 | 123.36 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 131 | 0.55 | 0 | 0.24 | 0.33 | 153.83 | 0.38 | 0.49 |
| Hex | 4E | AC | 83 | 37 | 0 | 18 | 21 | 9A | 26 | 31 |
| Octal | 116 | 254 | 203 | 67 | 0 | 30 | 41 | 232 | 46 | 61 |
| Binary | 1001110 | 10101100 | 10000011 | 110111 | 0 | 11000 | 100001 | 10011010 | 100110 | 110001 |
Color Harmonies of #4EAC83
Complementary color
Monochromatic Colors of #4EAC83
Black with #4EAC83
Text Example
Text Example
White with #4EAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAC83; }
p { color: rgb(78,172,131); }
H1.HeaderClassName
{
color: #4EAC83;
}
.AnyTagClassName
{
color: #4EAC83;
}
</style>
background-color css
<style>
a { background-color: #4EAC83; }
a { background-color: rgb(78,172,131); }
div.DivClassName
{
background-color: #4EAC83;
}
.BgClassName
{
background-color: #4EAC83;
}
</style>
border-color css
<style>
span { border-color: #4EAC83; }
span { border-color: rgb(78,172,131); }
td.TdClassName
{
border-color: #4EAC83;
}
.TagClassName
{
border-color: #4EAC83;
}
</style>