Shades of Ocean Green #59A976
Tints of Ocean Green #59A976
RGB
CMYK
RGB Variations
Color information
#59A976 (or 0x59A976) is known color: Ocean Green. HEX triplet: 59, A9 and 76. RGB value is (89,169,118). Sum of RGB (Red+Green+Blue) = 89+169+118=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #59A976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A976 is #A65689. Grayscale: #8B8B8B. Windows color (decimal): -10901130 or 7776601. OLE color: 7776601.
HSL color Cylindrical-coordinate representation of color #59A976: hue angle of 141.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A976 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 169 | 118 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.34 |
| HSL | 141.75º | 0.32% | 0.51% | - |
| HSV(B) | 141.75º | 0.47% | 0.66% | - |
| XYZ | 21.58 | 31.81 | 22.14 | - |
| YUV | 139.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 118 | 0.47 | 0 | 0.30 | 0.34 | 141.75 | 0.32 | 0.51 |
| Hex | 59 | A9 | 76 | 2F | 0 | 1E | 22 | 8E | 20 | 33 |
| Octal | 131 | 251 | 166 | 57 | 0 | 36 | 42 | 216 | 40 | 63 |
| Binary | 1011001 | 10101001 | 1110110 | 101111 | 0 | 11110 | 100010 | 10001110 | 100000 | 110011 |
Color Harmonies of #59A976
Complementary color
Monochromatic Colors of #59A976
Black with #59A976
Text Example
Text Example
White with #59A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A976; }
p { color: rgb(89,169,118); }
H1.HeaderClassName
{
color: #59A976;
}
.AnyTagClassName
{
color: #59A976;
}
</style>
background-color css
<style>
a { background-color: #59A976; }
a { background-color: rgb(89,169,118); }
div.DivClassName
{
background-color: #59A976;
}
.BgClassName
{
background-color: #59A976;
}
</style>
border-color css
<style>
span { border-color: #59A976; }
span { border-color: rgb(89,169,118); }
td.TdClassName
{
border-color: #59A976;
}
.TagClassName
{
border-color: #59A976;
}
</style>