Shades of Ocean Green #4EAC7F
Tints of Ocean Green #4EAC7F
RGB
CMYK
RGB Variations
Color information
#4EAC7F (or 0x4EAC7F) is known color: Ocean Green. HEX triplet: 4E, AC and 7F. RGB value is (78,172,127). Sum of RGB (Red+Green+Blue) = 78+172+127=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC7F is #B15380. Grayscale: #8A8A8A. Windows color (decimal): -11621249 or 8367182. OLE color: 8367182.
HSL color Cylindrical-coordinate representation of color #4EAC7F: hue angle of 151.28º 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 #4EAC7F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 172 | 127 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.33 |
| HSL | 151.28º | 0.38% | 0.49% | - |
| HSV(B) | 151.28º | 0.55% | 0.67% | - |
| XYZ | 21.73 | 32.66 | 25.24 | - |
| YUV | 138.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 127 | 0.55 | 0 | 0.26 | 0.33 | 151.28 | 0.38 | 0.49 |
| Hex | 4E | AC | 7F | 37 | 0 | 1A | 21 | 97 | 26 | 31 |
| Octal | 116 | 254 | 177 | 67 | 0 | 32 | 41 | 227 | 46 | 61 |
| Binary | 1001110 | 10101100 | 1111111 | 110111 | 0 | 11010 | 100001 | 10010111 | 100110 | 110001 |
Color Harmonies of #4EAC7F
Complementary color
Monochromatic Colors of #4EAC7F
Black with #4EAC7F
Text Example
Text Example
White with #4EAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAC7F; }
p { color: rgb(78,172,127); }
H1.HeaderClassName
{
color: #4EAC7F;
}
.AnyTagClassName
{
color: #4EAC7F;
}
</style>
background-color css
<style>
a { background-color: #4EAC7F; }
a { background-color: rgb(78,172,127); }
div.DivClassName
{
background-color: #4EAC7F;
}
.BgClassName
{
background-color: #4EAC7F;
}
</style>
border-color css
<style>
span { border-color: #4EAC7F; }
span { border-color: rgb(78,172,127); }
td.TdClassName
{
border-color: #4EAC7F;
}
.TagClassName
{
border-color: #4EAC7F;
}
</style>