Shades of Ocean Green #59A079
Tints of Ocean Green #59A079
RGB
CMYK
RGB Variations
Color information
#59A079 (or 0x59A079) is known color: Ocean Green. HEX triplet: 59, A0 and 79. RGB value is (89,160,121). Sum of RGB (Red+Green+Blue) = 89+160+121=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #59A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A079 is #A65F86. Grayscale: #868686. Windows color (decimal): -10903431 or 7970905. OLE color: 7970905.
HSL color Cylindrical-coordinate representation of color #59A079: hue angle of 147.04º 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 #59A079 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 121 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.37 |
| HSL | 147.04º | 0.29% | 0.49% | - |
| HSV(B) | 147.04º | 0.44% | 0.63% | - |
| XYZ | 20.14 | 28.65 | 22.56 | - |
| YUV | 134.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 121 | 0.44 | 0 | 0.24 | 0.37 | 147.04 | 0.29 | 0.49 |
| Hex | 59 | A0 | 79 | 2C | 0 | 18 | 25 | 93 | 1D | 31 |
| Octal | 131 | 240 | 171 | 54 | 0 | 30 | 45 | 223 | 35 | 61 |
| Binary | 1011001 | 10100000 | 1111001 | 101100 | 0 | 11000 | 100101 | 10010011 | 11101 | 110001 |
Color Harmonies of #59A079
Complementary color
Monochromatic Colors of #59A079
Black with #59A079
Text Example
Text Example
White with #59A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A079; }
p { color: rgb(89,160,121); }
H1.HeaderClassName
{
color: #59A079;
}
.AnyTagClassName
{
color: #59A079;
}
</style>
background-color css
<style>
a { background-color: #59A079; }
a { background-color: rgb(89,160,121); }
div.DivClassName
{
background-color: #59A079;
}
.BgClassName
{
background-color: #59A079;
}
</style>
border-color css
<style>
span { border-color: #59A079; }
span { border-color: rgb(89,160,121); }
td.TdClassName
{
border-color: #59A079;
}
.TagClassName
{
border-color: #59A079;
}
</style>