Shades of Ocean Green #59AF76
Tints of Ocean Green #59AF76
RGB
CMYK
RGB Variations
Color information
#59AF76 (or 0x59AF76) is known color: Ocean Green. HEX triplet: 59, AF and 76. RGB value is (89,175,118). Sum of RGB (Red+Green+Blue) = 89+175+118=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF76 is #A65089. Grayscale: #8E8E8E. Windows color (decimal): -10899594 or 7778137. OLE color: 7778137.
HSL color Cylindrical-coordinate representation of color #59AF76: hue angle of 140.23º 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 #59AF76 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 118 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.31 |
| HSL | 140.23º | 0.35% | 0.52% | - |
| HSV(B) | 140.23º | 0.49% | 0.69% | - |
| XYZ | 22.72 | 34.09 | 22.52 | - |
| YUV | 142.79 | 114.01 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 118 | 0.49 | 0 | 0.33 | 0.31 | 140.23 | 0.35 | 0.52 |
| Hex | 59 | AF | 76 | 31 | 0 | 21 | 1F | 8C | 23 | 34 |
| Octal | 131 | 257 | 166 | 61 | 0 | 41 | 37 | 214 | 43 | 64 |
| Binary | 1011001 | 10101111 | 1110110 | 110001 | 0 | 100001 | 11111 | 10001100 | 100011 | 110100 |
Color Harmonies of #59AF76
Complementary color
Monochromatic Colors of #59AF76
Black with #59AF76
Text Example
Text Example
White with #59AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AF76; }
p { color: rgb(89,175,118); }
H1.HeaderClassName
{
color: #59AF76;
}
.AnyTagClassName
{
color: #59AF76;
}
</style>
background-color css
<style>
a { background-color: #59AF76; }
a { background-color: rgb(89,175,118); }
div.DivClassName
{
background-color: #59AF76;
}
.BgClassName
{
background-color: #59AF76;
}
</style>
border-color css
<style>
span { border-color: #59AF76; }
span { border-color: rgb(89,175,118); }
td.TdClassName
{
border-color: #59AF76;
}
.TagClassName
{
border-color: #59AF76;
}
</style>