Shades of Ocean Green #5EAE7E
Tints of Ocean Green #5EAE7E
RGB
CMYK
RGB Variations
Color information
#5EAE7E (or 0x5EAE7E) is known color: Ocean Green. HEX triplet: 5E, AE and 7E. RGB value is (94,174,126). Sum of RGB (Red+Green+Blue) = 94+174+126=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAE7E is #A15181. Grayscale: #909090. Windows color (decimal): -10572162 or 8302174. OLE color: 8302174.
HSL color Cylindrical-coordinate representation of color #5EAE7E: hue angle of 144º 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 #5EAE7E is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 126 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.32 |
| HSL | 144º | 0.33% | 0.53% | - |
| HSV(B) | 144º | 0.46% | 0.68% | - |
| XYZ | 23.52 | 34.16 | 25.09 | - |
| YUV | 144.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 126 | 0.46 | 0 | 0.28 | 0.32 | 144 | 0.33 | 0.53 |
| Hex | 5E | AE | 7E | 2E | 0 | 1C | 20 | 90 | 21 | 35 |
| Octal | 136 | 256 | 176 | 56 | 0 | 34 | 40 | 220 | 41 | 65 |
| Binary | 1011110 | 10101110 | 1111110 | 101110 | 0 | 11100 | 100000 | 10010000 | 100001 | 110101 |
Color Harmonies of #5EAE7E
Complementary color
Monochromatic Colors of #5EAE7E
Black with #5EAE7E
Text Example
Text Example
White with #5EAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE7E; }
p { color: rgb(94,174,126); }
H1.HeaderClassName
{
color: #5EAE7E;
}
.AnyTagClassName
{
color: #5EAE7E;
}
</style>
background-color css
<style>
a { background-color: #5EAE7E; }
a { background-color: rgb(94,174,126); }
div.DivClassName
{
background-color: #5EAE7E;
}
.BgClassName
{
background-color: #5EAE7E;
}
</style>
border-color css
<style>
span { border-color: #5EAE7E; }
span { border-color: rgb(94,174,126); }
td.TdClassName
{
border-color: #5EAE7E;
}
.TagClassName
{
border-color: #5EAE7E;
}
</style>