Shades of Ocean Green #5EAA76
Tints of Ocean Green #5EAA76
RGB
CMYK
RGB Variations
Color information
#5EAA76 (or 0x5EAA76) is known color: Ocean Green. HEX triplet: 5E, AA and 76. RGB value is (94,170,118). Sum of RGB (Red+Green+Blue) = 94+170+118=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA76 is #A15589. Grayscale: #8D8D8D. Windows color (decimal): -10573194 or 7776862. OLE color: 7776862.
HSL color Cylindrical-coordinate representation of color #5EAA76: hue angle of 138.95º 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 #5EAA76 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 118 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.33 |
| HSL | 138.95º | 0.31% | 0.52% | - |
| HSV(B) | 138.95º | 0.45% | 0.67% | - |
| XYZ | 22.26 | 32.44 | 22.23 | - |
| YUV | 141.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 118 | 0.45 | 0 | 0.31 | 0.33 | 138.95 | 0.31 | 0.52 |
| Hex | 5E | AA | 76 | 2D | 0 | 1F | 21 | 8B | 1F | 34 |
| Octal | 136 | 252 | 166 | 55 | 0 | 37 | 41 | 213 | 37 | 64 |
| Binary | 1011110 | 10101010 | 1110110 | 101101 | 0 | 11111 | 100001 | 10001011 | 11111 | 110100 |
Color Harmonies of #5EAA76
Complementary color
Monochromatic Colors of #5EAA76
Black with #5EAA76
Text Example
Text Example
White with #5EAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA76; }
p { color: rgb(94,170,118); }
H1.HeaderClassName
{
color: #5EAA76;
}
.AnyTagClassName
{
color: #5EAA76;
}
</style>
background-color css
<style>
a { background-color: #5EAA76; }
a { background-color: rgb(94,170,118); }
div.DivClassName
{
background-color: #5EAA76;
}
.BgClassName
{
background-color: #5EAA76;
}
</style>
border-color css
<style>
span { border-color: #5EAA76; }
span { border-color: rgb(94,170,118); }
td.TdClassName
{
border-color: #5EAA76;
}
.TagClassName
{
border-color: #5EAA76;
}
</style>