Shades of Ocean Green #59AF73
Tints of Ocean Green #59AF73
RGB
CMYK
RGB Variations
Color information
#59AF73 (or 0x59AF73) is known color: Ocean Green. HEX triplet: 59, AF and 73. RGB value is (89,175,115). Sum of RGB (Red+Green+Blue) = 89+175+115=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF73 is #A6508C. Grayscale: #8E8E8E. Windows color (decimal): -10899597 or 7581529. OLE color: 7581529.
HSL color Cylindrical-coordinate representation of color #59AF73: hue angle of 138.14º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AF73 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 115 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.31 |
| HSL | 138.14º | 0.35% | 0.52% | - |
| HSV(B) | 138.14º | 0.49% | 0.69% | - |
| XYZ | 22.54 | 34.02 | 21.6 | - |
| YUV | 142.45 | 112.51 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 115 | 0.49 | 0 | 0.34 | 0.31 | 138.14 | 0.35 | 0.52 |
| Hex | 59 | AF | 73 | 31 | 0 | 22 | 1F | 8A | 23 | 34 |
| Octal | 131 | 257 | 163 | 61 | 0 | 42 | 37 | 212 | 43 | 64 |
| Binary | 1011001 | 10101111 | 1110011 | 110001 | 0 | 100010 | 11111 | 10001010 | 100011 | 110100 |
Color Harmonies of #59AF73
Complementary color
Monochromatic Colors of #59AF73
Black with #59AF73
Text Example
Text Example
White with #59AF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AF73; }
p { color: rgb(89,175,115); }
H1.HeaderClassName
{
color: #59AF73;
}
.AnyTagClassName
{
color: #59AF73;
}
</style>
background-color css
<style>
a { background-color: #59AF73; }
a { background-color: rgb(89,175,115); }
div.DivClassName
{
background-color: #59AF73;
}
.BgClassName
{
background-color: #59AF73;
}
</style>
border-color css
<style>
span { border-color: #59AF73; }
span { border-color: rgb(89,175,115); }
td.TdClassName
{
border-color: #59AF73;
}
.TagClassName
{
border-color: #59AF73;
}
</style>