Shades of Ocean Green #59AE70
Tints of Ocean Green #59AE70
RGB
CMYK
RGB Variations
Color information
#59AE70 (or 0x59AE70) is known color: Ocean Green. HEX triplet: 59, AE and 70. RGB value is (89,174,112). Sum of RGB (Red+Green+Blue) = 89+174+112=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #59AE70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AE70 is #A6518F. Grayscale: #8D8D8D. Windows color (decimal): -10899856 or 7384665. OLE color: 7384665.
HSL color Cylindrical-coordinate representation of color #59AE70: hue angle of 136.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AE70 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 174 | 112 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.32 |
| HSL | 136.24º | 0.34% | 0.52% | - |
| HSV(B) | 136.24º | 0.49% | 0.68% | - |
| XYZ | 22.18 | 33.57 | 20.64 | - |
| YUV | 141.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 174 | 112 | 0.49 | 0 | 0.36 | 0.32 | 136.24 | 0.34 | 0.52 |
| Hex | 59 | AE | 70 | 31 | 0 | 24 | 20 | 88 | 22 | 34 |
| Octal | 131 | 256 | 160 | 61 | 0 | 44 | 40 | 210 | 42 | 64 |
| Binary | 1011001 | 10101110 | 1110000 | 110001 | 0 | 100100 | 100000 | 10001000 | 100010 | 110100 |
Color Harmonies of #59AE70
Complementary color
Monochromatic Colors of #59AE70
Black with #59AE70
Text Example
Text Example
White with #59AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AE70; }
p { color: rgb(89,174,112); }
H1.HeaderClassName
{
color: #59AE70;
}
.AnyTagClassName
{
color: #59AE70;
}
</style>
background-color css
<style>
a { background-color: #59AE70; }
a { background-color: rgb(89,174,112); }
div.DivClassName
{
background-color: #59AE70;
}
.BgClassName
{
background-color: #59AE70;
}
</style>
border-color css
<style>
span { border-color: #59AE70; }
span { border-color: rgb(89,174,112); }
td.TdClassName
{
border-color: #59AE70;
}
.TagClassName
{
border-color: #59AE70;
}
</style>