Shades of Ocean Green #5EA87F
Tints of Ocean Green #5EA87F
RGB
CMYK
RGB Variations
Color information
#5EA87F (or 0x5EA87F) is known color: Ocean Green. HEX triplet: 5E, A8 and 7F. RGB value is (94,168,127). Sum of RGB (Red+Green+Blue) = 94+168+127=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #5EA87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA87F is #A15780. Grayscale: #8D8D8D. Windows color (decimal): -10573697 or 8366174. OLE color: 8366174.
HSL color Cylindrical-coordinate representation of color #5EA87F: hue angle of 146.76º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA87F is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 168 | 127 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.34 |
| HSL | 146.76º | 0.3% | 0.51% | - |
| HSV(B) | 146.76º | 0.44% | 0.66% | - |
| XYZ | 22.45 | 31.92 | 25.06 | - |
| YUV | 141.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 168 | 127 | 0.44 | 0 | 0.24 | 0.34 | 146.76 | 0.3 | 0.51 |
| Hex | 5E | A8 | 7F | 2C | 0 | 18 | 22 | 93 | 1E | 33 |
| Octal | 136 | 250 | 177 | 54 | 0 | 30 | 42 | 223 | 36 | 63 |
| Binary | 1011110 | 10101000 | 1111111 | 101100 | 0 | 11000 | 100010 | 10010011 | 11110 | 110011 |
Color Harmonies of #5EA87F
Complementary color
Monochromatic Colors of #5EA87F
Black with #5EA87F
Text Example
Text Example
White with #5EA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA87F; }
p { color: rgb(94,168,127); }
H1.HeaderClassName
{
color: #5EA87F;
}
.AnyTagClassName
{
color: #5EA87F;
}
</style>
background-color css
<style>
a { background-color: #5EA87F; }
a { background-color: rgb(94,168,127); }
div.DivClassName
{
background-color: #5EA87F;
}
.BgClassName
{
background-color: #5EA87F;
}
</style>
border-color css
<style>
span { border-color: #5EA87F; }
span { border-color: rgb(94,168,127); }
td.TdClassName
{
border-color: #5EA87F;
}
.TagClassName
{
border-color: #5EA87F;
}
</style>