Shades of Ocean Green #4EB788
Tints of Ocean Green #4EB788
RGB
CMYK
RGB Variations
Color information
#4EB788 (or 0x4EB788) is known color: Ocean Green. HEX triplet: 4E, B7 and 88. RGB value is (78,183,136). Sum of RGB (Red+Green+Blue) = 78+183+136=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #4EB788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB788 is #B14877. Grayscale: #929292. Windows color (decimal): -11618424 or 8959822. OLE color: 8959822.
HSL color Cylindrical-coordinate representation of color #4EB788: hue angle of 153.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB788 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 183 | 136 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.28 |
| HSL | 153.14º | 0.42% | 0.51% | - |
| HSV(B) | 153.14º | 0.57% | 0.72% | - |
| XYZ | 24.52 | 37.26 | 29.19 | - |
| YUV | 146.25 | 122.21 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 183 | 136 | 0.57 | 0 | 0.26 | 0.28 | 153.14 | 0.42 | 0.51 |
| Hex | 4E | B7 | 88 | 39 | 0 | 1A | 1C | 99 | 2A | 33 |
| Octal | 116 | 267 | 210 | 71 | 0 | 32 | 34 | 231 | 52 | 63 |
| Binary | 1001110 | 10110111 | 10001000 | 111001 | 0 | 11010 | 11100 | 10011001 | 101010 | 110011 |
Color Harmonies of #4EB788
Complementary color
Monochromatic Colors of #4EB788
Black with #4EB788
Text Example
Text Example
White with #4EB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB788; }
p { color: rgb(78,183,136); }
H1.HeaderClassName
{
color: #4EB788;
}
.AnyTagClassName
{
color: #4EB788;
}
</style>
background-color css
<style>
a { background-color: #4EB788; }
a { background-color: rgb(78,183,136); }
div.DivClassName
{
background-color: #4EB788;
}
.BgClassName
{
background-color: #4EB788;
}
</style>
border-color css
<style>
span { border-color: #4EB788; }
span { border-color: rgb(78,183,136); }
td.TdClassName
{
border-color: #4EB788;
}
.TagClassName
{
border-color: #4EB788;
}
</style>