Shades of Ocean Green #59A072
Tints of Ocean Green #59A072
RGB
CMYK
RGB Variations
Color information
#59A072 (or 0x59A072) is known color: Ocean Green. HEX triplet: 59, A0 and 72. RGB value is (89,160,114). Sum of RGB (Red+Green+Blue) = 89+160+114=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #59A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A072 is #A65F8D. Grayscale: #858585. Windows color (decimal): -10903438 or 7512153. OLE color: 7512153.
HSL color Cylindrical-coordinate representation of color #59A072: hue angle of 141.13º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59A072 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 114 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.37 |
| HSL | 141.13º | 0.29% | 0.49% | - |
| HSV(B) | 141.13º | 0.44% | 0.63% | - |
| XYZ | 19.73 | 28.48 | 20.38 | - |
| YUV | 133.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 114 | 0.44 | 0 | 0.29 | 0.37 | 141.13 | 0.29 | 0.49 |
| Hex | 59 | A0 | 72 | 2C | 0 | 1D | 25 | 8D | 1D | 31 |
| Octal | 131 | 240 | 162 | 54 | 0 | 35 | 45 | 215 | 35 | 61 |
| Binary | 1011001 | 10100000 | 1110010 | 101100 | 0 | 11101 | 100101 | 10001101 | 11101 | 110001 |
Color Harmonies of #59A072
Complementary color
Monochromatic Colors of #59A072
Black with #59A072
Text Example
Text Example
White with #59A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A072; }
p { color: rgb(89,160,114); }
H1.HeaderClassName
{
color: #59A072;
}
.AnyTagClassName
{
color: #59A072;
}
</style>
background-color css
<style>
a { background-color: #59A072; }
a { background-color: rgb(89,160,114); }
div.DivClassName
{
background-color: #59A072;
}
.BgClassName
{
background-color: #59A072;
}
</style>
border-color css
<style>
span { border-color: #59A072; }
span { border-color: rgb(89,160,114); }
td.TdClassName
{
border-color: #59A072;
}
.TagClassName
{
border-color: #59A072;
}
</style>