Shades of Ocean Green #5EA781
Tints of Ocean Green #5EA781
RGB
CMYK
RGB Variations
Color information
#5EA781 (or 0x5EA781) is known color: Ocean Green. HEX triplet: 5E, A7 and 81. RGB value is (94,167,129). Sum of RGB (Red+Green+Blue) = 94+167+129=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA781 is #A1587E. Grayscale: #8C8C8C. Windows color (decimal): -10573951 or 8496990. OLE color: 8496990.
HSL color Cylindrical-coordinate representation of color #5EA781: hue angle of 148.77º 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 #5EA781 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 167 | 129 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.35 |
| HSL | 148.77º | 0.29% | 0.51% | - |
| HSV(B) | 148.77º | 0.44% | 0.65% | - |
| XYZ | 22.4 | 31.6 | 25.69 | - |
| YUV | 140.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 167 | 129 | 0.44 | 0 | 0.23 | 0.35 | 148.77 | 0.29 | 0.51 |
| Hex | 5E | A7 | 81 | 2C | 0 | 17 | 23 | 95 | 1D | 33 |
| Octal | 136 | 247 | 201 | 54 | 0 | 27 | 43 | 225 | 35 | 63 |
| Binary | 1011110 | 10100111 | 10000001 | 101100 | 0 | 10111 | 100011 | 10010101 | 11101 | 110011 |
Color Harmonies of #5EA781
Complementary color
Monochromatic Colors of #5EA781
Black with #5EA781
Text Example
Text Example
White with #5EA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA781; }
p { color: rgb(94,167,129); }
H1.HeaderClassName
{
color: #5EA781;
}
.AnyTagClassName
{
color: #5EA781;
}
</style>
background-color css
<style>
a { background-color: #5EA781; }
a { background-color: rgb(94,167,129); }
div.DivClassName
{
background-color: #5EA781;
}
.BgClassName
{
background-color: #5EA781;
}
</style>
border-color css
<style>
span { border-color: #5EA781; }
span { border-color: rgb(94,167,129); }
td.TdClassName
{
border-color: #5EA781;
}
.TagClassName
{
border-color: #5EA781;
}
</style>