Shades of Ocean Green #5EAA80
Tints of Ocean Green #5EAA80
RGB
CMYK
RGB Variations
Color information
#5EAA80 (or 0x5EAA80) is known color: Ocean Green. HEX triplet: 5E, AA and 80. RGB value is (94,170,128). Sum of RGB (Red+Green+Blue) = 94+170+128=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA80 is #A1557F. Grayscale: #8E8E8E. Windows color (decimal): -10573184 or 8432222. OLE color: 8432222.
HSL color Cylindrical-coordinate representation of color #5EAA80: hue angle of 146.84º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAA80 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 128 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.33 |
| HSL | 146.84º | 0.31% | 0.52% | - |
| HSV(B) | 146.84º | 0.45% | 0.67% | - |
| XYZ | 22.89 | 32.69 | 25.53 | - |
| YUV | 142.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 128 | 0.45 | 0 | 0.25 | 0.33 | 146.84 | 0.31 | 0.52 |
| Hex | 5E | AA | 80 | 2D | 0 | 19 | 21 | 93 | 1F | 34 |
| Octal | 136 | 252 | 200 | 55 | 0 | 31 | 41 | 223 | 37 | 64 |
| Binary | 1011110 | 10101010 | 10000000 | 101101 | 0 | 11001 | 100001 | 10010011 | 11111 | 110100 |
Color Harmonies of #5EAA80
Complementary color
Monochromatic Colors of #5EAA80
Black with #5EAA80
Text Example
Text Example
White with #5EAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA80; }
p { color: rgb(94,170,128); }
H1.HeaderClassName
{
color: #5EAA80;
}
.AnyTagClassName
{
color: #5EAA80;
}
</style>
background-color css
<style>
a { background-color: #5EAA80; }
a { background-color: rgb(94,170,128); }
div.DivClassName
{
background-color: #5EAA80;
}
.BgClassName
{
background-color: #5EAA80;
}
</style>
border-color css
<style>
span { border-color: #5EAA80; }
span { border-color: rgb(94,170,128); }
td.TdClassName
{
border-color: #5EAA80;
}
.TagClassName
{
border-color: #5EAA80;
}
</style>