Shades of Ocean Green #5EAE81
Tints of Ocean Green #5EAE81
RGB
CMYK
RGB Variations
Color information
#5EAE81 (or 0x5EAE81) is known color: Ocean Green. HEX triplet: 5E, AE and 81. RGB value is (94,174,129). Sum of RGB (Red+Green+Blue) = 94+174+129=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAE81 is #A1517E. Grayscale: #919191. Windows color (decimal): -10572159 or 8498782. OLE color: 8498782.
HSL color Cylindrical-coordinate representation of color #5EAE81: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAE81 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 129 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.32 |
| HSL | 146.25º | 0.33% | 0.53% | - |
| HSV(B) | 146.25º | 0.46% | 0.68% | - |
| XYZ | 23.71 | 34.24 | 26.13 | - |
| YUV | 144.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 129 | 0.46 | 0 | 0.26 | 0.32 | 146.25 | 0.33 | 0.53 |
| Hex | 5E | AE | 81 | 2E | 0 | 1A | 20 | 92 | 21 | 35 |
| Octal | 136 | 256 | 201 | 56 | 0 | 32 | 40 | 222 | 41 | 65 |
| Binary | 1011110 | 10101110 | 10000001 | 101110 | 0 | 11010 | 100000 | 10010010 | 100001 | 110101 |
Color Harmonies of #5EAE81
Complementary color
Monochromatic Colors of #5EAE81
Black with #5EAE81
Text Example
Text Example
White with #5EAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE81; }
p { color: rgb(94,174,129); }
H1.HeaderClassName
{
color: #5EAE81;
}
.AnyTagClassName
{
color: #5EAE81;
}
</style>
background-color css
<style>
a { background-color: #5EAE81; }
a { background-color: rgb(94,174,129); }
div.DivClassName
{
background-color: #5EAE81;
}
.BgClassName
{
background-color: #5EAE81;
}
</style>
border-color css
<style>
span { border-color: #5EAE81; }
span { border-color: rgb(94,174,129); }
td.TdClassName
{
border-color: #5EAE81;
}
.TagClassName
{
border-color: #5EAE81;
}
</style>