Shades of Ocean Green #59AB83
Tints of Ocean Green #59AB83
RGB
CMYK
RGB Variations
Color information
#59AB83 (or 0x59AB83) is known color: Ocean Green. HEX triplet: 59, AB and 83. RGB value is (89,171,131). Sum of RGB (Red+Green+Blue) = 89+171+131=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #59AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AB83 is #A6547C. Grayscale: #8E8E8E. Windows color (decimal): -10900605 or 8629081. OLE color: 8629081.
HSL color Cylindrical-coordinate representation of color #59AB83: hue angle of 150.73º 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 #59AB83 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 131 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.33 |
| HSL | 150.73º | 0.33% | 0.51% | - |
| HSV(B) | 150.73º | 0.48% | 0.67% | - |
| XYZ | 22.78 | 32.89 | 26.62 | - |
| YUV | 141.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 131 | 0.48 | 0 | 0.23 | 0.33 | 150.73 | 0.33 | 0.51 |
| Hex | 59 | AB | 83 | 30 | 0 | 17 | 21 | 97 | 21 | 33 |
| Octal | 131 | 253 | 203 | 60 | 0 | 27 | 41 | 227 | 41 | 63 |
| Binary | 1011001 | 10101011 | 10000011 | 110000 | 0 | 10111 | 100001 | 10010111 | 100001 | 110011 |
Color Harmonies of #59AB83
Complementary color
Monochromatic Colors of #59AB83
Black with #59AB83
Text Example
Text Example
White with #59AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AB83; }
p { color: rgb(89,171,131); }
H1.HeaderClassName
{
color: #59AB83;
}
.AnyTagClassName
{
color: #59AB83;
}
</style>
background-color css
<style>
a { background-color: #59AB83; }
a { background-color: rgb(89,171,131); }
div.DivClassName
{
background-color: #59AB83;
}
.BgClassName
{
background-color: #59AB83;
}
</style>
border-color css
<style>
span { border-color: #59AB83; }
span { border-color: rgb(89,171,131); }
td.TdClassName
{
border-color: #59AB83;
}
.TagClassName
{
border-color: #59AB83;
}
</style>