Shades of Ocean Green #5EA777
Tints of Ocean Green #5EA777
RGB
CMYK
RGB Variations
Color information
#5EA777 (or 0x5EA777) is known color: Ocean Green. HEX triplet: 5E, A7 and 77. RGB value is (94,167,119). Sum of RGB (Red+Green+Blue) = 94+167+119=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA777 is #A15888. Grayscale: #8B8B8B. Windows color (decimal): -10573961 or 7841630. OLE color: 7841630.
HSL color Cylindrical-coordinate representation of color #5EA777: hue angle of 140.55º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA777 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 167 | 119 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.35 |
| HSL | 140.55º | 0.29% | 0.51% | - |
| HSV(B) | 140.55º | 0.44% | 0.65% | - |
| XYZ | 21.76 | 31.35 | 22.36 | - |
| YUV | 139.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 167 | 119 | 0.44 | 0 | 0.29 | 0.35 | 140.55 | 0.29 | 0.51 |
| Hex | 5E | A7 | 77 | 2C | 0 | 1D | 23 | 8D | 1D | 33 |
| Octal | 136 | 247 | 167 | 54 | 0 | 35 | 43 | 215 | 35 | 63 |
| Binary | 1011110 | 10100111 | 1110111 | 101100 | 0 | 11101 | 100011 | 10001101 | 11101 | 110011 |
Color Harmonies of #5EA777
Complementary color
Monochromatic Colors of #5EA777
Black with #5EA777
Text Example
Text Example
White with #5EA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA777; }
p { color: rgb(94,167,119); }
H1.HeaderClassName
{
color: #5EA777;
}
.AnyTagClassName
{
color: #5EA777;
}
</style>
background-color css
<style>
a { background-color: #5EA777; }
a { background-color: rgb(94,167,119); }
div.DivClassName
{
background-color: #5EA777;
}
.BgClassName
{
background-color: #5EA777;
}
</style>
border-color css
<style>
span { border-color: #5EA777; }
span { border-color: rgb(94,167,119); }
td.TdClassName
{
border-color: #5EA777;
}
.TagClassName
{
border-color: #5EA777;
}
</style>