Shades of Ocean Green #59AD7B
Tints of Ocean Green #59AD7B
RGB
CMYK
RGB Variations
Color information
#59AD7B (or 0x59AD7B) is known color: Ocean Green. HEX triplet: 59, AD and 7B. RGB value is (89,173,123). Sum of RGB (Red+Green+Blue) = 89+173+123=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #59AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AD7B is #A65284. Grayscale: #8E8E8E. Windows color (decimal): -10900101 or 8105305. OLE color: 8105305.
HSL color Cylindrical-coordinate representation of color #59AD7B: hue angle of 144.29º 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 #59AD7B is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 123 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.32 |
| HSL | 144.29º | 0.34% | 0.51% | - |
| HSV(B) | 144.29º | 0.49% | 0.68% | - |
| XYZ | 22.64 | 33.44 | 24 | - |
| YUV | 142.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 123 | 0.49 | 0 | 0.29 | 0.32 | 144.29 | 0.34 | 0.51 |
| Hex | 59 | AD | 7B | 31 | 0 | 1D | 20 | 90 | 22 | 33 |
| Octal | 131 | 255 | 173 | 61 | 0 | 35 | 40 | 220 | 42 | 63 |
| Binary | 1011001 | 10101101 | 1111011 | 110001 | 0 | 11101 | 100000 | 10010000 | 100010 | 110011 |
Color Harmonies of #59AD7B
Complementary color
Monochromatic Colors of #59AD7B
Black with #59AD7B
Text Example
Text Example
White with #59AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AD7B; }
p { color: rgb(89,173,123); }
H1.HeaderClassName
{
color: #59AD7B;
}
.AnyTagClassName
{
color: #59AD7B;
}
</style>
background-color css
<style>
a { background-color: #59AD7B; }
a { background-color: rgb(89,173,123); }
div.DivClassName
{
background-color: #59AD7B;
}
.BgClassName
{
background-color: #59AD7B;
}
</style>
border-color css
<style>
span { border-color: #59AD7B; }
span { border-color: rgb(89,173,123); }
td.TdClassName
{
border-color: #59AD7B;
}
.TagClassName
{
border-color: #59AD7B;
}
</style>