Shades of Ocean Green #59B376
Tints of Ocean Green #59B376
RGB
CMYK
RGB Variations
Color information
#59B376 (or 0x59B376) is known color: Ocean Green. HEX triplet: 59, B3 and 76. RGB value is (89,179,118). Sum of RGB (Red+Green+Blue) = 89+179+118=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #59B376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B376 is #A64C89. Grayscale: #919191. Windows color (decimal): -10898570 or 7779161. OLE color: 7779161.
HSL color Cylindrical-coordinate representation of color #59B376: hue angle of 139.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B376 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 179 | 118 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.30 |
| HSL | 139.33º | 0.37% | 0.53% | - |
| HSV(B) | 139.33º | 0.5% | 0.7% | - |
| XYZ | 23.51 | 35.67 | 22.79 | - |
| YUV | 145.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 118 | 0.50 | 0 | 0.34 | 0.30 | 139.33 | 0.37 | 0.53 |
| Hex | 59 | B3 | 76 | 32 | 0 | 22 | 1E | 8B | 25 | 35 |
| Octal | 131 | 263 | 166 | 62 | 0 | 42 | 36 | 213 | 45 | 65 |
| Binary | 1011001 | 10110011 | 1110110 | 110010 | 0 | 100010 | 11110 | 10001011 | 100101 | 110101 |
Color Harmonies of #59B376
Complementary color
Monochromatic Colors of #59B376
Black with #59B376
Text Example
Text Example
White with #59B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B376; }
p { color: rgb(89,179,118); }
H1.HeaderClassName
{
color: #59B376;
}
.AnyTagClassName
{
color: #59B376;
}
</style>
background-color css
<style>
a { background-color: #59B376; }
a { background-color: rgb(89,179,118); }
div.DivClassName
{
background-color: #59B376;
}
.BgClassName
{
background-color: #59B376;
}
</style>
border-color css
<style>
span { border-color: #59B376; }
span { border-color: rgb(89,179,118); }
td.TdClassName
{
border-color: #59B376;
}
.TagClassName
{
border-color: #59B376;
}
</style>