Shades of Ocean Green #59A476
Tints of Ocean Green #59A476
RGB
CMYK
RGB Variations
Color information
#59A476 (or 0x59A476) is known color: Ocean Green. HEX triplet: 59, A4 and 76. RGB value is (89,164,118). Sum of RGB (Red+Green+Blue) = 89+164+118=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #59A476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A476 is #A65B89. Grayscale: #888888. Windows color (decimal): -10902410 or 7775321. OLE color: 7775321.
HSL color Cylindrical-coordinate representation of color #59A476: hue angle of 143.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A476 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 164 | 118 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.36 |
| HSL | 143.2º | 0.3% | 0.5% | - |
| HSV(B) | 143.2º | 0.46% | 0.64% | - |
| XYZ | 20.67 | 29.98 | 21.84 | - |
| YUV | 136.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 118 | 0.46 | 0 | 0.28 | 0.36 | 143.2 | 0.3 | 0.5 |
| Hex | 59 | A4 | 76 | 2E | 0 | 1C | 24 | 8F | 1E | 32 |
| Octal | 131 | 244 | 166 | 56 | 0 | 34 | 44 | 217 | 36 | 62 |
| Binary | 1011001 | 10100100 | 1110110 | 101110 | 0 | 11100 | 100100 | 10001111 | 11110 | 110010 |
Color Harmonies of #59A476
Complementary color
Monochromatic Colors of #59A476
Black with #59A476
Text Example
Text Example
White with #59A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A476; }
p { color: rgb(89,164,118); }
H1.HeaderClassName
{
color: #59A476;
}
.AnyTagClassName
{
color: #59A476;
}
</style>
background-color css
<style>
a { background-color: #59A476; }
a { background-color: rgb(89,164,118); }
div.DivClassName
{
background-color: #59A476;
}
.BgClassName
{
background-color: #59A476;
}
</style>
border-color css
<style>
span { border-color: #59A476; }
span { border-color: rgb(89,164,118); }
td.TdClassName
{
border-color: #59A476;
}
.TagClassName
{
border-color: #59A476;
}
</style>