Shades of Ocean Green #4EA668
Tints of Ocean Green #4EA668
RGB
CMYK
RGB Variations
Color information
#4EA668 (or 0x4EA668) is known color: Ocean Green. HEX triplet: 4E, A6 and 68. RGB value is (78,166,104). Sum of RGB (Red+Green+Blue) = 78+166+104=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #4EA668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA668 is #B15997. Grayscale: #848484. Windows color (decimal): -11622808 or 6858318. OLE color: 6858318.
HSL color Cylindrical-coordinate representation of color #4EA668: hue angle of 137.73º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA668 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 166 | 104 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.35 |
| HSL | 137.73º | 0.36% | 0.48% | - |
| HSV(B) | 137.73º | 0.53% | 0.65% | - |
| XYZ | 19.28 | 29.89 | 17.85 | - |
| YUV | 132.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 166 | 104 | 0.53 | 0 | 0.37 | 0.35 | 137.73 | 0.36 | 0.48 |
| Hex | 4E | A6 | 68 | 35 | 0 | 25 | 23 | 8A | 24 | 30 |
| Octal | 116 | 246 | 150 | 65 | 0 | 45 | 43 | 212 | 44 | 60 |
| Binary | 1001110 | 10100110 | 1101000 | 110101 | 0 | 100101 | 100011 | 10001010 | 100100 | 110000 |
Color Harmonies of #4EA668
Complementary color
Monochromatic Colors of #4EA668
Black with #4EA668
Text Example
Text Example
White with #4EA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA668; }
p { color: rgb(78,166,104); }
H1.HeaderClassName
{
color: #4EA668;
}
.AnyTagClassName
{
color: #4EA668;
}
</style>
background-color css
<style>
a { background-color: #4EA668; }
a { background-color: rgb(78,166,104); }
div.DivClassName
{
background-color: #4EA668;
}
.BgClassName
{
background-color: #4EA668;
}
</style>
border-color css
<style>
span { border-color: #4EA668; }
span { border-color: rgb(78,166,104); }
td.TdClassName
{
border-color: #4EA668;
}
.TagClassName
{
border-color: #4EA668;
}
</style>