Shades of Ocean Green #59B374
Tints of Ocean Green #59B374
RGB
CMYK
RGB Variations
Color information
#59B374 (or 0x59B374) is known color: Ocean Green. HEX triplet: 59, B3 and 74. RGB value is (89,179,116). Sum of RGB (Red+Green+Blue) = 89+179+116=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #59B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B374 is #A64C8B. Grayscale: #919191. Windows color (decimal): -10898572 or 7648089. OLE color: 7648089.
HSL color Cylindrical-coordinate representation of color #59B374: hue angle of 138º 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 #59B374 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 179 | 116 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.30 |
| HSL | 138º | 0.37% | 0.53% | - |
| HSV(B) | 138º | 0.5% | 0.7% | - |
| XYZ | 23.39 | 35.63 | 22.17 | - |
| YUV | 144.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 179 | 116 | 0.50 | 0 | 0.35 | 0.30 | 138 | 0.37 | 0.53 |
| Hex | 59 | B3 | 74 | 32 | 0 | 23 | 1E | 8A | 25 | 35 |
| Octal | 131 | 263 | 164 | 62 | 0 | 43 | 36 | 212 | 45 | 65 |
| Binary | 1011001 | 10110011 | 1110100 | 110010 | 0 | 100011 | 11110 | 10001010 | 100101 | 110101 |
Color Harmonies of #59B374
Complementary color
Monochromatic Colors of #59B374
Black with #59B374
Text Example
Text Example
White with #59B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B374; }
p { color: rgb(89,179,116); }
H1.HeaderClassName
{
color: #59B374;
}
.AnyTagClassName
{
color: #59B374;
}
</style>
background-color css
<style>
a { background-color: #59B374; }
a { background-color: rgb(89,179,116); }
div.DivClassName
{
background-color: #59B374;
}
.BgClassName
{
background-color: #59B374;
}
</style>
border-color css
<style>
span { border-color: #59B374; }
span { border-color: rgb(89,179,116); }
td.TdClassName
{
border-color: #59B374;
}
.TagClassName
{
border-color: #59B374;
}
</style>