Shades of Ocean Green #59AA72
Tints of Ocean Green #59AA72
RGB
CMYK
RGB Variations
Color information
#59AA72 (or 0x59AA72) is known color: Ocean Green. HEX triplet: 59, AA and 72. RGB value is (89,170,114). Sum of RGB (Red+Green+Blue) = 89+170+114=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA72 is #A6558D. Grayscale: #8B8B8B. Windows color (decimal): -10900878 or 7514713. OLE color: 7514713.
HSL color Cylindrical-coordinate representation of color #59AA72: hue angle of 138.52º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AA72 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 170 | 114 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.33 |
| HSL | 138.52º | 0.32% | 0.51% | - |
| HSV(B) | 138.52º | 0.48% | 0.67% | - |
| XYZ | 21.53 | 32.09 | 20.98 | - |
| YUV | 139.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 114 | 0.48 | 0 | 0.33 | 0.33 | 138.52 | 0.32 | 0.51 |
| Hex | 59 | AA | 72 | 30 | 0 | 21 | 21 | 8B | 20 | 33 |
| Octal | 131 | 252 | 162 | 60 | 0 | 41 | 41 | 213 | 40 | 63 |
| Binary | 1011001 | 10101010 | 1110010 | 110000 | 0 | 100001 | 100001 | 10001011 | 100000 | 110011 |
Color Harmonies of #59AA72
Complementary color
Monochromatic Colors of #59AA72
Black with #59AA72
Text Example
Text Example
White with #59AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AA72; }
p { color: rgb(89,170,114); }
H1.HeaderClassName
{
color: #59AA72;
}
.AnyTagClassName
{
color: #59AA72;
}
</style>
background-color css
<style>
a { background-color: #59AA72; }
a { background-color: rgb(89,170,114); }
div.DivClassName
{
background-color: #59AA72;
}
.BgClassName
{
background-color: #59AA72;
}
</style>
border-color css
<style>
span { border-color: #59AA72; }
span { border-color: rgb(89,170,114); }
td.TdClassName
{
border-color: #59AA72;
}
.TagClassName
{
border-color: #59AA72;
}
</style>