Shades of Medium Aquamarine #59CDB0
Tints of Medium Aquamarine #59CDB0
RGB
CMYK
RGB Variations
Color information
#59CDB0 (or 0x59CDB0) is known color: Medium Aquamarine. HEX triplet: 59, CD and B0. RGB value is (89,205,176). Sum of RGB (Red+Green+Blue) = 89+205+176=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CDB0 is #A6324F. Grayscale: #A7A7A7. Windows color (decimal): -10891856 or 11586905. OLE color: 11586905.
HSL color Cylindrical-coordinate representation of color #59CDB0: hue angle of 165º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDB0 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 205 | 176 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.20 |
| HSL | 165º | 0.54% | 0.58% | - |
| HSV(B) | 165º | 0.57% | 0.8% | - |
| XYZ | 33.79 | 48.92 | 48.74 | - |
| YUV | 167.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 176 | 0.57 | 0 | 0.14 | 0.20 | 165 | 0.54 | 0.58 |
| Hex | 59 | CD | B0 | 39 | 0 | E | 14 | A5 | 36 | 3A |
| Octal | 131 | 315 | 260 | 71 | 0 | 16 | 24 | 245 | 66 | 72 |
| Binary | 1011001 | 11001101 | 10110000 | 111001 | 0 | 1110 | 10100 | 10100101 | 110110 | 111010 |
Color Harmonies of #59CDB0
Complementary color
Monochromatic Colors of #59CDB0
Black with #59CDB0
Text Example
Text Example
White with #59CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDB0; }
p { color: rgb(89,205,176); }
H1.HeaderClassName
{
color: #59CDB0;
}
.AnyTagClassName
{
color: #59CDB0;
}
</style>
background-color css
<style>
a { background-color: #59CDB0; }
a { background-color: rgb(89,205,176); }
div.DivClassName
{
background-color: #59CDB0;
}
.BgClassName
{
background-color: #59CDB0;
}
</style>
border-color css
<style>
span { border-color: #59CDB0; }
span { border-color: rgb(89,205,176); }
td.TdClassName
{
border-color: #59CDB0;
}
.TagClassName
{
border-color: #59CDB0;
}
</style>