Shades of Ocean Green #59A07B
Tints of Ocean Green #59A07B
RGB
CMYK
RGB Variations
Color information
#59A07B (or 0x59A07B) is known color: Ocean Green. HEX triplet: 59, A0 and 7B. RGB value is (89,160,123). Sum of RGB (Red+Green+Blue) = 89+160+123=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #59A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A07B is #A65F84. Grayscale: #868686. Windows color (decimal): -10903429 or 8101977. OLE color: 8101977.
HSL color Cylindrical-coordinate representation of color #59A07B: hue angle of 148.73º 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 #59A07B is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 123 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.37 |
| HSL | 148.73º | 0.29% | 0.49% | - |
| HSV(B) | 148.73º | 0.44% | 0.63% | - |
| XYZ | 20.27 | 28.7 | 23.21 | - |
| YUV | 134.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 123 | 0.44 | 0 | 0.23 | 0.37 | 148.73 | 0.29 | 0.49 |
| Hex | 59 | A0 | 7B | 2C | 0 | 17 | 25 | 95 | 1D | 31 |
| Octal | 131 | 240 | 173 | 54 | 0 | 27 | 45 | 225 | 35 | 61 |
| Binary | 1011001 | 10100000 | 1111011 | 101100 | 0 | 10111 | 100101 | 10010101 | 11101 | 110001 |
Color Harmonies of #59A07B
Complementary color
Monochromatic Colors of #59A07B
Black with #59A07B
Text Example
Text Example
White with #59A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A07B; }
p { color: rgb(89,160,123); }
H1.HeaderClassName
{
color: #59A07B;
}
.AnyTagClassName
{
color: #59A07B;
}
</style>
background-color css
<style>
a { background-color: #59A07B; }
a { background-color: rgb(89,160,123); }
div.DivClassName
{
background-color: #59A07B;
}
.BgClassName
{
background-color: #59A07B;
}
</style>
border-color css
<style>
span { border-color: #59A07B; }
span { border-color: rgb(89,160,123); }
td.TdClassName
{
border-color: #59A07B;
}
.TagClassName
{
border-color: #59A07B;
}
</style>