Shades of Ocean Green #59A784
Tints of Ocean Green #59A784
RGB
CMYK
RGB Variations
Color information
#59A784 (or 0x59A784) is known color: Ocean Green. HEX triplet: 59, A7 and 84. RGB value is (89,167,132). Sum of RGB (Red+Green+Blue) = 89+167+132=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #59A784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A784 is #A6587B. Grayscale: #8B8B8B. Windows color (decimal): -10901628 or 8693593. OLE color: 8693593.
HSL color Cylindrical-coordinate representation of color #59A784: hue angle of 153.08º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A784 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 167 | 132 | - |
| CMYK | 0.47 | 0 | 0.21 | 0.35 |
| HSL | 153.08º | 0.31% | 0.5% | - |
| HSV(B) | 153.08º | 0.47% | 0.65% | - |
| XYZ | 22.1 | 31.43 | 26.73 | - |
| YUV | 139.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 167 | 132 | 0.47 | 0 | 0.21 | 0.35 | 153.08 | 0.31 | 0.5 |
| Hex | 59 | A7 | 84 | 2F | 0 | 15 | 23 | 99 | 1F | 32 |
| Octal | 131 | 247 | 204 | 57 | 0 | 25 | 43 | 231 | 37 | 62 |
| Binary | 1011001 | 10100111 | 10000100 | 101111 | 0 | 10101 | 100011 | 10011001 | 11111 | 110010 |
Color Harmonies of #59A784
Complementary color
Monochromatic Colors of #59A784
Black with #59A784
Text Example
Text Example
White with #59A784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A784; }
p { color: rgb(89,167,132); }
H1.HeaderClassName
{
color: #59A784;
}
.AnyTagClassName
{
color: #59A784;
}
</style>
background-color css
<style>
a { background-color: #59A784; }
a { background-color: rgb(89,167,132); }
div.DivClassName
{
background-color: #59A784;
}
.BgClassName
{
background-color: #59A784;
}
</style>
border-color css
<style>
span { border-color: #59A784; }
span { border-color: rgb(89,167,132); }
td.TdClassName
{
border-color: #59A784;
}
.TagClassName
{
border-color: #59A784;
}
</style>