Shades of Ocean Green #5EAA7E
Tints of Ocean Green #5EAA7E
RGB
CMYK
RGB Variations
Color information
#5EAA7E (or 0x5EAA7E) is known color: Ocean Green. HEX triplet: 5E, AA and 7E. RGB value is (94,170,126). Sum of RGB (Red+Green+Blue) = 94+170+126=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA7E is #A15581. Grayscale: #8E8E8E. Windows color (decimal): -10573186 or 8301150. OLE color: 8301150.
HSL color Cylindrical-coordinate representation of color #5EAA7E: hue angle of 145.26º 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 #5EAA7E is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 126 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.33 |
| HSL | 145.26º | 0.31% | 0.52% | - |
| HSV(B) | 145.26º | 0.45% | 0.67% | - |
| XYZ | 22.76 | 32.64 | 24.84 | - |
| YUV | 142.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 126 | 0.45 | 0 | 0.26 | 0.33 | 145.26 | 0.31 | 0.52 |
| Hex | 5E | AA | 7E | 2D | 0 | 1A | 21 | 91 | 1F | 34 |
| Octal | 136 | 252 | 176 | 55 | 0 | 32 | 41 | 221 | 37 | 64 |
| Binary | 1011110 | 10101010 | 1111110 | 101101 | 0 | 11010 | 100001 | 10010001 | 11111 | 110100 |
Color Harmonies of #5EAA7E
Complementary color
Monochromatic Colors of #5EAA7E
Black with #5EAA7E
Text Example
Text Example
White with #5EAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA7E; }
p { color: rgb(94,170,126); }
H1.HeaderClassName
{
color: #5EAA7E;
}
.AnyTagClassName
{
color: #5EAA7E;
}
</style>
background-color css
<style>
a { background-color: #5EAA7E; }
a { background-color: rgb(94,170,126); }
div.DivClassName
{
background-color: #5EAA7E;
}
.BgClassName
{
background-color: #5EAA7E;
}
</style>
border-color css
<style>
span { border-color: #5EAA7E; }
span { border-color: rgb(94,170,126); }
td.TdClassName
{
border-color: #5EAA7E;
}
.TagClassName
{
border-color: #5EAA7E;
}
</style>