Shades of Ocean Green #59AB86
Tints of Ocean Green #59AB86
RGB
CMYK
RGB Variations
Color information
#59AB86 (or 0x59AB86) is known color: Ocean Green. HEX triplet: 59, AB and 86. RGB value is (89,171,134). Sum of RGB (Red+Green+Blue) = 89+171+134=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AB86 is #A65479. Grayscale: #8E8E8E. Windows color (decimal): -10900602 or 8825689. OLE color: 8825689.
HSL color Cylindrical-coordinate representation of color #59AB86: hue angle of 152.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AB86 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 134 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.33 |
| HSL | 152.93º | 0.33% | 0.51% | - |
| HSV(B) | 152.93º | 0.48% | 0.67% | - |
| XYZ | 22.99 | 32.97 | 27.71 | - |
| YUV | 142.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 134 | 0.48 | 0 | 0.22 | 0.33 | 152.93 | 0.33 | 0.51 |
| Hex | 59 | AB | 86 | 30 | 0 | 16 | 21 | 99 | 21 | 33 |
| Octal | 131 | 253 | 206 | 60 | 0 | 26 | 41 | 231 | 41 | 63 |
| Binary | 1011001 | 10101011 | 10000110 | 110000 | 0 | 10110 | 100001 | 10011001 | 100001 | 110011 |
Color Harmonies of #59AB86
Complementary color
Monochromatic Colors of #59AB86
Black with #59AB86
Text Example
Text Example
White with #59AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AB86; }
p { color: rgb(89,171,134); }
H1.HeaderClassName
{
color: #59AB86;
}
.AnyTagClassName
{
color: #59AB86;
}
</style>
background-color css
<style>
a { background-color: #59AB86; }
a { background-color: rgb(89,171,134); }
div.DivClassName
{
background-color: #59AB86;
}
.BgClassName
{
background-color: #59AB86;
}
</style>
border-color css
<style>
span { border-color: #59AB86; }
span { border-color: rgb(89,171,134); }
td.TdClassName
{
border-color: #59AB86;
}
.TagClassName
{
border-color: #59AB86;
}
</style>