Shades of Ocean Green #59AF7C
Tints of Ocean Green #59AF7C
RGB
CMYK
RGB Variations
Color information
#59AF7C (or 0x59AF7C) is known color: Ocean Green. HEX triplet: 59, AF and 7C. RGB value is (89,175,124). Sum of RGB (Red+Green+Blue) = 89+175+124=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #59AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AF7C is #A65083. Grayscale: #8F8F8F. Windows color (decimal): -10899588 or 8171353. OLE color: 8171353.
HSL color Cylindrical-coordinate representation of color #59AF7C: hue angle of 144.42º 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 #59AF7C is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 124 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.31 |
| HSL | 144.42º | 0.35% | 0.52% | - |
| HSV(B) | 144.42º | 0.49% | 0.69% | - |
| XYZ | 23.09 | 34.24 | 24.46 | - |
| YUV | 143.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 124 | 0.49 | 0 | 0.29 | 0.31 | 144.42 | 0.35 | 0.52 |
| Hex | 59 | AF | 7C | 31 | 0 | 1D | 1F | 90 | 23 | 34 |
| Octal | 131 | 257 | 174 | 61 | 0 | 35 | 37 | 220 | 43 | 64 |
| Binary | 1011001 | 10101111 | 1111100 | 110001 | 0 | 11101 | 11111 | 10010000 | 100011 | 110100 |
Color Harmonies of #59AF7C
Complementary color
Monochromatic Colors of #59AF7C
Black with #59AF7C
Text Example
Text Example
White with #59AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AF7C; }
p { color: rgb(89,175,124); }
H1.HeaderClassName
{
color: #59AF7C;
}
.AnyTagClassName
{
color: #59AF7C;
}
</style>
background-color css
<style>
a { background-color: #59AF7C; }
a { background-color: rgb(89,175,124); }
div.DivClassName
{
background-color: #59AF7C;
}
.BgClassName
{
background-color: #59AF7C;
}
</style>
border-color css
<style>
span { border-color: #59AF7C; }
span { border-color: rgb(89,175,124); }
td.TdClassName
{
border-color: #59AF7C;
}
.TagClassName
{
border-color: #59AF7C;
}
</style>