Shades of Ocean Green #59AD78
Tints of Ocean Green #59AD78
RGB
CMYK
RGB Variations
Color information
#59AD78 (or 0x59AD78) is known color: Ocean Green. HEX triplet: 59, AD and 78. RGB value is (89,173,120). Sum of RGB (Red+Green+Blue) = 89+173+120=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AD78 is #A65287. Grayscale: #8D8D8D. Windows color (decimal): -10900104 or 7908697. OLE color: 7908697.
HSL color Cylindrical-coordinate representation of color #59AD78: hue angle of 142.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AD78 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 120 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.32 |
| HSL | 142.14º | 0.34% | 0.51% | - |
| HSV(B) | 142.14º | 0.49% | 0.68% | - |
| XYZ | 22.45 | 33.37 | 23.03 | - |
| YUV | 141.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 120 | 0.49 | 0 | 0.31 | 0.32 | 142.14 | 0.34 | 0.51 |
| Hex | 59 | AD | 78 | 31 | 0 | 1F | 20 | 8E | 22 | 33 |
| Octal | 131 | 255 | 170 | 61 | 0 | 37 | 40 | 216 | 42 | 63 |
| Binary | 1011001 | 10101101 | 1111000 | 110001 | 0 | 11111 | 100000 | 10001110 | 100010 | 110011 |
Color Harmonies of #59AD78
Complementary color
Monochromatic Colors of #59AD78
Black with #59AD78
Text Example
Text Example
White with #59AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD78; }
p { color: rgb(89,173,120); }
H1.HeaderClassName
{
color: #59AD78;
}
.AnyTagClassName
{
color: #59AD78;
}
</style>
background-color css
<style>
a { background-color: #59AD78; }
a { background-color: rgb(89,173,120); }
div.DivClassName
{
background-color: #59AD78;
}
.BgClassName
{
background-color: #59AD78;
}
</style>
border-color css
<style>
span { border-color: #59AD78; }
span { border-color: rgb(89,173,120); }
td.TdClassName
{
border-color: #59AD78;
}
.TagClassName
{
border-color: #59AD78;
}
</style>