Shades of Ocean Green #59A175
Tints of Ocean Green #59A175
RGB
CMYK
RGB Variations
Color information
#59A175 (or 0x59A175) is known color: Ocean Green. HEX triplet: 59, A1 and 75. RGB value is (89,161,117). Sum of RGB (Red+Green+Blue) = 89+161+117=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #59A175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A175 is #A65E8A. Grayscale: #868686. Windows color (decimal): -10903179 or 7709017. OLE color: 7709017.
HSL color Cylindrical-coordinate representation of color #59A175: hue angle of 143.33º 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 #59A175 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 117 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.37 |
| HSL | 143.33º | 0.29% | 0.49% | - |
| HSV(B) | 143.33º | 0.45% | 0.63% | - |
| XYZ | 20.08 | 28.9 | 21.35 | - |
| YUV | 134.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 117 | 0.45 | 0 | 0.27 | 0.37 | 143.33 | 0.29 | 0.49 |
| Hex | 59 | A1 | 75 | 2D | 0 | 1B | 25 | 8F | 1D | 31 |
| Octal | 131 | 241 | 165 | 55 | 0 | 33 | 45 | 217 | 35 | 61 |
| Binary | 1011001 | 10100001 | 1110101 | 101101 | 0 | 11011 | 100101 | 10001111 | 11101 | 110001 |
Color Harmonies of #59A175
Complementary color
Monochromatic Colors of #59A175
Black with #59A175
Text Example
Text Example
White with #59A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A175; }
p { color: rgb(89,161,117); }
H1.HeaderClassName
{
color: #59A175;
}
.AnyTagClassName
{
color: #59A175;
}
</style>
background-color css
<style>
a { background-color: #59A175; }
a { background-color: rgb(89,161,117); }
div.DivClassName
{
background-color: #59A175;
}
.BgClassName
{
background-color: #59A175;
}
</style>
border-color css
<style>
span { border-color: #59A175; }
span { border-color: rgb(89,161,117); }
td.TdClassName
{
border-color: #59A175;
}
.TagClassName
{
border-color: #59A175;
}
</style>