Shades of Ocean Green #59B575
Tints of Ocean Green #59B575
RGB
CMYK
RGB Variations
Color information
#59B575 (or 0x59B575) is known color: Ocean Green. HEX triplet: 59, B5 and 75. RGB value is (89,181,117). Sum of RGB (Red+Green+Blue) = 89+181+117=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #59B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B575 is #A64A8A. Grayscale: #929292. Windows color (decimal): -10898059 or 7714137. OLE color: 7714137.
HSL color Cylindrical-coordinate representation of color #59B575: hue angle of 138.26º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B575 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 181 | 117 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.29 |
| HSL | 138.26º | 0.38% | 0.53% | - |
| HSV(B) | 138.26º | 0.51% | 0.71% | - |
| XYZ | 23.85 | 36.46 | 22.61 | - |
| YUV | 146.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 117 | 0.51 | 0 | 0.35 | 0.29 | 138.26 | 0.38 | 0.53 |
| Hex | 59 | B5 | 75 | 33 | 0 | 23 | 1D | 8A | 26 | 35 |
| Octal | 131 | 265 | 165 | 63 | 0 | 43 | 35 | 212 | 46 | 65 |
| Binary | 1011001 | 10110101 | 1110101 | 110011 | 0 | 100011 | 11101 | 10001010 | 100110 | 110101 |
Color Harmonies of #59B575
Complementary color
Monochromatic Colors of #59B575
Black with #59B575
Text Example
Text Example
White with #59B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B575; }
p { color: rgb(89,181,117); }
H1.HeaderClassName
{
color: #59B575;
}
.AnyTagClassName
{
color: #59B575;
}
</style>
background-color css
<style>
a { background-color: #59B575; }
a { background-color: rgb(89,181,117); }
div.DivClassName
{
background-color: #59B575;
}
.BgClassName
{
background-color: #59B575;
}
</style>
border-color css
<style>
span { border-color: #59B575; }
span { border-color: rgb(89,181,117); }
td.TdClassName
{
border-color: #59B575;
}
.TagClassName
{
border-color: #59B575;
}
</style>