Shades of Ocean Green #59A07C
Tints of Ocean Green #59A07C
RGB
CMYK
RGB Variations
Color information
#59A07C (or 0x59A07C) is known color: Ocean Green. HEX triplet: 59, A0 and 7C. RGB value is (89,160,124). Sum of RGB (Red+Green+Blue) = 89+160+124=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #59A07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A07C is #A65F83. Grayscale: #868686. Windows color (decimal): -10903428 or 8167513. OLE color: 8167513.
HSL color Cylindrical-coordinate representation of color #59A07C: hue angle of 149.58º 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 #59A07C is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 124 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.37 |
| HSL | 149.58º | 0.29% | 0.49% | - |
| HSV(B) | 149.58º | 0.44% | 0.63% | - |
| XYZ | 20.33 | 28.72 | 23.54 | - |
| YUV | 134.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 124 | 0.44 | 0 | 0.22 | 0.37 | 149.58 | 0.29 | 0.49 |
| Hex | 59 | A0 | 7C | 2C | 0 | 16 | 25 | 96 | 1D | 31 |
| Octal | 131 | 240 | 174 | 54 | 0 | 26 | 45 | 226 | 35 | 61 |
| Binary | 1011001 | 10100000 | 1111100 | 101100 | 0 | 10110 | 100101 | 10010110 | 11101 | 110001 |
Color Harmonies of #59A07C
Complementary color
Monochromatic Colors of #59A07C
Black with #59A07C
Text Example
Text Example
White with #59A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A07C; }
p { color: rgb(89,160,124); }
H1.HeaderClassName
{
color: #59A07C;
}
.AnyTagClassName
{
color: #59A07C;
}
</style>
background-color css
<style>
a { background-color: #59A07C; }
a { background-color: rgb(89,160,124); }
div.DivClassName
{
background-color: #59A07C;
}
.BgClassName
{
background-color: #59A07C;
}
</style>
border-color css
<style>
span { border-color: #59A07C; }
span { border-color: rgb(89,160,124); }
td.TdClassName
{
border-color: #59A07C;
}
.TagClassName
{
border-color: #59A07C;
}
</style>