Shades of Ocean Green #4EAA7E
Tints of Ocean Green #4EAA7E
RGB
CMYK
RGB Variations
Color information
#4EAA7E (or 0x4EAA7E) is known color: Ocean Green. HEX triplet: 4E, AA and 7E. RGB value is (78,170,126). Sum of RGB (Red+Green+Blue) = 78+170+126=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAA7E is #B15581. Grayscale: #898989. Windows color (decimal): -11621762 or 8301134. OLE color: 8301134.
HSL color Cylindrical-coordinate representation of color #4EAA7E: hue angle of 151.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAA7E is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 170 | 126 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.33 |
| HSL | 151.3º | 0.37% | 0.49% | - |
| HSV(B) | 151.3º | 0.54% | 0.67% | - |
| XYZ | 21.28 | 31.88 | 24.77 | - |
| YUV | 137.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 126 | 0.54 | 0 | 0.26 | 0.33 | 151.3 | 0.37 | 0.49 |
| Hex | 4E | AA | 7E | 36 | 0 | 1A | 21 | 97 | 25 | 31 |
| Octal | 116 | 252 | 176 | 66 | 0 | 32 | 41 | 227 | 45 | 61 |
| Binary | 1001110 | 10101010 | 1111110 | 110110 | 0 | 11010 | 100001 | 10010111 | 100101 | 110001 |
Color Harmonies of #4EAA7E
Complementary color
Monochromatic Colors of #4EAA7E
Black with #4EAA7E
Text Example
Text Example
White with #4EAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAA7E; }
p { color: rgb(78,170,126); }
H1.HeaderClassName
{
color: #4EAA7E;
}
.AnyTagClassName
{
color: #4EAA7E;
}
</style>
background-color css
<style>
a { background-color: #4EAA7E; }
a { background-color: rgb(78,170,126); }
div.DivClassName
{
background-color: #4EAA7E;
}
.BgClassName
{
background-color: #4EAA7E;
}
</style>
border-color css
<style>
span { border-color: #4EAA7E; }
span { border-color: rgb(78,170,126); }
td.TdClassName
{
border-color: #4EAA7E;
}
.TagClassName
{
border-color: #4EAA7E;
}
</style>