Shades of Ocean Green #4EAF7E
Tints of Ocean Green #4EAF7E
RGB
CMYK
RGB Variations
Color information
#4EAF7E (or 0x4EAF7E) is known color: Ocean Green. HEX triplet: 4E, AF and 7E. RGB value is (78,175,126). Sum of RGB (Red+Green+Blue) = 78+175+126=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAF7E is #B15081. Grayscale: #8C8C8C. Windows color (decimal): -11620482 or 8302414. OLE color: 8302414.
HSL color Cylindrical-coordinate representation of color #4EAF7E: hue angle of 149.69º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF7E is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 126 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.31 |
| HSL | 149.69º | 0.38% | 0.5% | - |
| HSV(B) | 149.69º | 0.55% | 0.69% | - |
| XYZ | 22.24 | 33.79 | 25.09 | - |
| YUV | 140.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 126 | 0.55 | 0 | 0.28 | 0.31 | 149.69 | 0.38 | 0.5 |
| Hex | 4E | AF | 7E | 37 | 0 | 1C | 1F | 96 | 26 | 32 |
| Octal | 116 | 257 | 176 | 67 | 0 | 34 | 37 | 226 | 46 | 62 |
| Binary | 1001110 | 10101111 | 1111110 | 110111 | 0 | 11100 | 11111 | 10010110 | 100110 | 110010 |
Color Harmonies of #4EAF7E
Complementary color
Monochromatic Colors of #4EAF7E
Black with #4EAF7E
Text Example
Text Example
White with #4EAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF7E; }
p { color: rgb(78,175,126); }
H1.HeaderClassName
{
color: #4EAF7E;
}
.AnyTagClassName
{
color: #4EAF7E;
}
</style>
background-color css
<style>
a { background-color: #4EAF7E; }
a { background-color: rgb(78,175,126); }
div.DivClassName
{
background-color: #4EAF7E;
}
.BgClassName
{
background-color: #4EAF7E;
}
</style>
border-color css
<style>
span { border-color: #4EAF7E; }
span { border-color: rgb(78,175,126); }
td.TdClassName
{
border-color: #4EAF7E;
}
.TagClassName
{
border-color: #4EAF7E;
}
</style>