Shades of Ocean Green #59AD7D
Tints of Ocean Green #59AD7D
RGB
CMYK
RGB Variations
Color information
#59AD7D (or 0x59AD7D) is known color: Ocean Green. HEX triplet: 59, AD and 7D. RGB value is (89,173,125). Sum of RGB (Red+Green+Blue) = 89+173+125=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AD7D is #A65282. Grayscale: #8E8E8E. Windows color (decimal): -10900099 or 8236377. OLE color: 8236377.
HSL color Cylindrical-coordinate representation of color #59AD7D: hue angle of 145.71º 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 #59AD7D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 125 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.32 |
| HSL | 145.71º | 0.34% | 0.51% | - |
| HSV(B) | 145.71º | 0.49% | 0.68% | - |
| XYZ | 22.77 | 33.49 | 24.67 | - |
| YUV | 142.41 | 118.17 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 125 | 0.49 | 0 | 0.28 | 0.32 | 145.71 | 0.34 | 0.51 |
| Hex | 59 | AD | 7D | 31 | 0 | 1C | 20 | 92 | 22 | 33 |
| Octal | 131 | 255 | 175 | 61 | 0 | 34 | 40 | 222 | 42 | 63 |
| Binary | 1011001 | 10101101 | 1111101 | 110001 | 0 | 11100 | 100000 | 10010010 | 100010 | 110011 |
Color Harmonies of #59AD7D
Complementary color
Monochromatic Colors of #59AD7D
Black with #59AD7D
Text Example
Text Example
White with #59AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD7D; }
p { color: rgb(89,173,125); }
H1.HeaderClassName
{
color: #59AD7D;
}
.AnyTagClassName
{
color: #59AD7D;
}
</style>
background-color css
<style>
a { background-color: #59AD7D; }
a { background-color: rgb(89,173,125); }
div.DivClassName
{
background-color: #59AD7D;
}
.BgClassName
{
background-color: #59AD7D;
}
</style>
border-color css
<style>
span { border-color: #59AD7D; }
span { border-color: rgb(89,173,125); }
td.TdClassName
{
border-color: #59AD7D;
}
.TagClassName
{
border-color: #59AD7D;
}
</style>