Shades of Ocean Green #59A07D
Tints of Ocean Green #59A07D
RGB
CMYK
RGB Variations
Color information
#59A07D (or 0x59A07D) is known color: Ocean Green. HEX triplet: 59, A0 and 7D. RGB value is (89,160,125). Sum of RGB (Red+Green+Blue) = 89+160+125=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #59A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A07D is #A65F82. Grayscale: #868686. Windows color (decimal): -10903427 or 8233049. OLE color: 8233049.
HSL color Cylindrical-coordinate representation of color #59A07D: hue angle of 150.42º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59A07D is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 125 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.37 |
| HSL | 150.42º | 0.29% | 0.49% | - |
| HSV(B) | 150.42º | 0.44% | 0.63% | - |
| XYZ | 20.39 | 28.75 | 23.88 | - |
| YUV | 134.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 125 | 0.44 | 0 | 0.22 | 0.37 | 150.42 | 0.29 | 0.49 |
| Hex | 59 | A0 | 7D | 2C | 0 | 16 | 25 | 96 | 1D | 31 |
| Octal | 131 | 240 | 175 | 54 | 0 | 26 | 45 | 226 | 35 | 61 |
| Binary | 1011001 | 10100000 | 1111101 | 101100 | 0 | 10110 | 100101 | 10010110 | 11101 | 110001 |
Color Harmonies of #59A07D
Complementary color
Monochromatic Colors of #59A07D
Black with #59A07D
Text Example
Text Example
White with #59A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A07D; }
p { color: rgb(89,160,125); }
H1.HeaderClassName
{
color: #59A07D;
}
.AnyTagClassName
{
color: #59A07D;
}
</style>
background-color css
<style>
a { background-color: #59A07D; }
a { background-color: rgb(89,160,125); }
div.DivClassName
{
background-color: #59A07D;
}
.BgClassName
{
background-color: #59A07D;
}
</style>
border-color css
<style>
span { border-color: #59A07D; }
span { border-color: rgb(89,160,125); }
td.TdClassName
{
border-color: #59A07D;
}
.TagClassName
{
border-color: #59A07D;
}
</style>