Shades of Ocean Green #5EAB83
Tints of Ocean Green #5EAB83
RGB
CMYK
RGB Variations
Color information
#5EAB83 (or 0x5EAB83) is known color: Ocean Green. HEX triplet: 5E, AB and 83. RGB value is (94,171,131). Sum of RGB (Red+Green+Blue) = 94+171+131=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB83 is #A1547C. Grayscale: #8F8F8F. Windows color (decimal): -10572925 or 8629086. OLE color: 8629086.
HSL color Cylindrical-coordinate representation of color #5EAB83: hue angle of 148.83º 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 #5EAB83 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 131 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.33 |
| HSL | 148.83º | 0.31% | 0.52% | - |
| HSV(B) | 148.83º | 0.45% | 0.67% | - |
| XYZ | 23.28 | 33.14 | 26.64 | - |
| YUV | 143.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 131 | 0.45 | 0 | 0.23 | 0.33 | 148.83 | 0.31 | 0.52 |
| Hex | 5E | AB | 83 | 2D | 0 | 17 | 21 | 95 | 1F | 34 |
| Octal | 136 | 253 | 203 | 55 | 0 | 27 | 41 | 225 | 37 | 64 |
| Binary | 1011110 | 10101011 | 10000011 | 101101 | 0 | 10111 | 100001 | 10010101 | 11111 | 110100 |
Color Harmonies of #5EAB83
Complementary color
Monochromatic Colors of #5EAB83
Black with #5EAB83
Text Example
Text Example
White with #5EAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB83; }
p { color: rgb(94,171,131); }
H1.HeaderClassName
{
color: #5EAB83;
}
.AnyTagClassName
{
color: #5EAB83;
}
</style>
background-color css
<style>
a { background-color: #5EAB83; }
a { background-color: rgb(94,171,131); }
div.DivClassName
{
background-color: #5EAB83;
}
.BgClassName
{
background-color: #5EAB83;
}
</style>
border-color css
<style>
span { border-color: #5EAB83; }
span { border-color: rgb(94,171,131); }
td.TdClassName
{
border-color: #5EAB83;
}
.TagClassName
{
border-color: #5EAB83;
}
</style>