Shades of Ocean Green #59A178
Tints of Ocean Green #59A178
RGB
CMYK
RGB Variations
Color information
#59A178 (or 0x59A178) is known color: Ocean Green. HEX triplet: 59, A1 and 78. RGB value is (89,161,120). Sum of RGB (Red+Green+Blue) = 89+161+120=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #59A178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A178 is #A65E87. Grayscale: #868686. Windows color (decimal): -10903176 or 7905625. OLE color: 7905625.
HSL color Cylindrical-coordinate representation of color #59A178: hue angle of 145.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A178 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 120 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.37 |
| HSL | 145.83º | 0.29% | 0.49% | - |
| HSV(B) | 145.83º | 0.45% | 0.63% | - |
| XYZ | 20.25 | 28.97 | 22.29 | - |
| YUV | 134.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 120 | 0.45 | 0 | 0.25 | 0.37 | 145.83 | 0.29 | 0.49 |
| Hex | 59 | A1 | 78 | 2D | 0 | 19 | 25 | 92 | 1D | 31 |
| Octal | 131 | 241 | 170 | 55 | 0 | 31 | 45 | 222 | 35 | 61 |
| Binary | 1011001 | 10100001 | 1111000 | 101101 | 0 | 11001 | 100101 | 10010010 | 11101 | 110001 |
Color Harmonies of #59A178
Complementary color
Monochromatic Colors of #59A178
Black with #59A178
Text Example
Text Example
White with #59A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A178; }
p { color: rgb(89,161,120); }
H1.HeaderClassName
{
color: #59A178;
}
.AnyTagClassName
{
color: #59A178;
}
</style>
background-color css
<style>
a { background-color: #59A178; }
a { background-color: rgb(89,161,120); }
div.DivClassName
{
background-color: #59A178;
}
.BgClassName
{
background-color: #59A178;
}
</style>
border-color css
<style>
span { border-color: #59A178; }
span { border-color: rgb(89,161,120); }
td.TdClassName
{
border-color: #59A178;
}
.TagClassName
{
border-color: #59A178;
}
</style>