Shades of Ocean Green #59AD70
Tints of Ocean Green #59AD70
RGB
CMYK
RGB Variations
Color information
#59AD70 (or 0x59AD70) is known color: Ocean Green. HEX triplet: 59, AD and 70. RGB value is (89,173,112). Sum of RGB (Red+Green+Blue) = 89+173+112=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AD70 is #A6528F. Grayscale: #8D8D8D. Windows color (decimal): -10900112 or 7384409. OLE color: 7384409.
HSL color Cylindrical-coordinate representation of color #59AD70: hue angle of 136.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AD70 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 112 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.32 |
| HSL | 136.43º | 0.34% | 0.51% | - |
| HSV(B) | 136.43º | 0.49% | 0.68% | - |
| XYZ | 21.99 | 33.18 | 20.57 | - |
| YUV | 140.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 112 | 0.49 | 0 | 0.35 | 0.32 | 136.43 | 0.34 | 0.51 |
| Hex | 59 | AD | 70 | 31 | 0 | 23 | 20 | 88 | 22 | 33 |
| Octal | 131 | 255 | 160 | 61 | 0 | 43 | 40 | 210 | 42 | 63 |
| Binary | 1011001 | 10101101 | 1110000 | 110001 | 0 | 100011 | 100000 | 10001000 | 100010 | 110011 |
Color Harmonies of #59AD70
Complementary color
Monochromatic Colors of #59AD70
Black with #59AD70
Text Example
Text Example
White with #59AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD70; }
p { color: rgb(89,173,112); }
H1.HeaderClassName
{
color: #59AD70;
}
.AnyTagClassName
{
color: #59AD70;
}
</style>
background-color css
<style>
a { background-color: #59AD70; }
a { background-color: rgb(89,173,112); }
div.DivClassName
{
background-color: #59AD70;
}
.BgClassName
{
background-color: #59AD70;
}
</style>
border-color css
<style>
span { border-color: #59AD70; }
span { border-color: rgb(89,173,112); }
td.TdClassName
{
border-color: #59AD70;
}
.TagClassName
{
border-color: #59AD70;
}
</style>