Shades of Ocean Green #59A878
Tints of Ocean Green #59A878
RGB
CMYK
RGB Variations
Color information
#59A878 (or 0x59A878) is known color: Ocean Green. HEX triplet: 59, A8 and 78. RGB value is (89,168,120). Sum of RGB (Red+Green+Blue) = 89+168+120=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #59A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A878 is #A65787. Grayscale: #8B8B8B. Windows color (decimal): -10901384 or 7907417. OLE color: 7907417.
HSL color Cylindrical-coordinate representation of color #59A878: hue angle of 143.54º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A878 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 168 | 120 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.34 |
| HSL | 143.54º | 0.31% | 0.5% | - |
| HSV(B) | 143.54º | 0.47% | 0.66% | - |
| XYZ | 21.51 | 31.49 | 22.71 | - |
| YUV | 138.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 120 | 0.47 | 0 | 0.29 | 0.34 | 143.54 | 0.31 | 0.5 |
| Hex | 59 | A8 | 78 | 2F | 0 | 1D | 22 | 90 | 1F | 32 |
| Octal | 131 | 250 | 170 | 57 | 0 | 35 | 42 | 220 | 37 | 62 |
| Binary | 1011001 | 10101000 | 1111000 | 101111 | 0 | 11101 | 100010 | 10010000 | 11111 | 110010 |
Color Harmonies of #59A878
Complementary color
Monochromatic Colors of #59A878
Black with #59A878
Text Example
Text Example
White with #59A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A878; }
p { color: rgb(89,168,120); }
H1.HeaderClassName
{
color: #59A878;
}
.AnyTagClassName
{
color: #59A878;
}
</style>
background-color css
<style>
a { background-color: #59A878; }
a { background-color: rgb(89,168,120); }
div.DivClassName
{
background-color: #59A878;
}
.BgClassName
{
background-color: #59A878;
}
</style>
border-color css
<style>
span { border-color: #59A878; }
span { border-color: rgb(89,168,120); }
td.TdClassName
{
border-color: #59A878;
}
.TagClassName
{
border-color: #59A878;
}
</style>