Shades of Ocean Green #59A978
Tints of Ocean Green #59A978
RGB
CMYK
RGB Variations
Color information
#59A978 (or 0x59A978) is known color: Ocean Green. HEX triplet: 59, A9 and 78. RGB value is (89,169,120). Sum of RGB (Red+Green+Blue) = 89+169+120=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #59A978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A978 is #A65687. Grayscale: #8B8B8B. Windows color (decimal): -10901128 or 7907673. OLE color: 7907673.
HSL color Cylindrical-coordinate representation of color #59A978: hue angle of 143.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A978 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 169 | 120 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.34 |
| HSL | 143.25º | 0.32% | 0.51% | - |
| HSV(B) | 143.25º | 0.47% | 0.66% | - |
| XYZ | 21.7 | 31.86 | 22.77 | - |
| YUV | 139.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 120 | 0.47 | 0 | 0.29 | 0.34 | 143.25 | 0.32 | 0.51 |
| Hex | 59 | A9 | 78 | 2F | 0 | 1D | 22 | 8F | 20 | 33 |
| Octal | 131 | 251 | 170 | 57 | 0 | 35 | 42 | 217 | 40 | 63 |
| Binary | 1011001 | 10101001 | 1111000 | 101111 | 0 | 11101 | 100010 | 10001111 | 100000 | 110011 |
Color Harmonies of #59A978
Complementary color
Monochromatic Colors of #59A978
Black with #59A978
Text Example
Text Example
White with #59A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A978; }
p { color: rgb(89,169,120); }
H1.HeaderClassName
{
color: #59A978;
}
.AnyTagClassName
{
color: #59A978;
}
</style>
background-color css
<style>
a { background-color: #59A978; }
a { background-color: rgb(89,169,120); }
div.DivClassName
{
background-color: #59A978;
}
.BgClassName
{
background-color: #59A978;
}
</style>
border-color css
<style>
span { border-color: #59A978; }
span { border-color: rgb(89,169,120); }
td.TdClassName
{
border-color: #59A978;
}
.TagClassName
{
border-color: #59A978;
}
</style>