Shades of Medium Aquamarine #59CDAC
Tints of Medium Aquamarine #59CDAC
RGB
CMYK
RGB Variations
Color information
#59CDAC (or 0x59CDAC) is known color: Medium Aquamarine. HEX triplet: 59, CD and AC. RGB value is (89,205,172). Sum of RGB (Red+Green+Blue) = 89+205+172=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CDAC is #A63253. Grayscale: #A6A6A6. Windows color (decimal): -10891860 or 11324761. OLE color: 11324761.
HSL color Cylindrical-coordinate representation of color #59CDAC: hue angle of 162.93º 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 #59CDAC is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 205 | 172 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.20 |
| HSL | 162.93º | 0.54% | 0.58% | - |
| HSV(B) | 162.93º | 0.57% | 0.8% | - |
| XYZ | 33.4 | 48.77 | 46.68 | - |
| YUV | 166.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 172 | 0.57 | 0 | 0.16 | 0.20 | 162.93 | 0.54 | 0.58 |
| Hex | 59 | CD | AC | 39 | 0 | 10 | 14 | A3 | 36 | 3A |
| Octal | 131 | 315 | 254 | 71 | 0 | 20 | 24 | 243 | 66 | 72 |
| Binary | 1011001 | 11001101 | 10101100 | 111001 | 0 | 10000 | 10100 | 10100011 | 110110 | 111010 |
Color Harmonies of #59CDAC
Complementary color
Monochromatic Colors of #59CDAC
Black with #59CDAC
Text Example
Text Example
White with #59CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDAC; }
p { color: rgb(89,205,172); }
H1.HeaderClassName
{
color: #59CDAC;
}
.AnyTagClassName
{
color: #59CDAC;
}
</style>
background-color css
<style>
a { background-color: #59CDAC; }
a { background-color: rgb(89,205,172); }
div.DivClassName
{
background-color: #59CDAC;
}
.BgClassName
{
background-color: #59CDAC;
}
</style>
border-color css
<style>
span { border-color: #59CDAC; }
span { border-color: rgb(89,205,172); }
td.TdClassName
{
border-color: #59CDAC;
}
.TagClassName
{
border-color: #59CDAC;
}
</style>