Shades of Medium Aquamarine #59CDA8
Tints of Medium Aquamarine #59CDA8
RGB
CMYK
RGB Variations
Color information
#59CDA8 (or 0x59CDA8) is known color: Medium Aquamarine. HEX triplet: 59, CD and A8. RGB value is (89,205,168). Sum of RGB (Red+Green+Blue) = 89+205+168=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CDA8 is #A63257. Grayscale: #A6A6A6. Windows color (decimal): -10891864 or 11062617. OLE color: 11062617.
HSL color Cylindrical-coordinate representation of color #59CDA8: hue angle of 160.86º 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 #59CDA8 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 205 | 168 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.20 |
| HSL | 160.86º | 0.54% | 0.58% | - |
| HSV(B) | 160.86º | 0.57% | 0.8% | - |
| XYZ | 33.02 | 48.61 | 44.69 | - |
| YUV | 166.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 168 | 0.57 | 0 | 0.18 | 0.20 | 160.86 | 0.54 | 0.58 |
| Hex | 59 | CD | A8 | 39 | 0 | 12 | 14 | A1 | 36 | 3A |
| Octal | 131 | 315 | 250 | 71 | 0 | 22 | 24 | 241 | 66 | 72 |
| Binary | 1011001 | 11001101 | 10101000 | 111001 | 0 | 10010 | 10100 | 10100001 | 110110 | 111010 |
Color Harmonies of #59CDA8
Complementary color
Monochromatic Colors of #59CDA8
Black with #59CDA8
Text Example
Text Example
White with #59CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDA8; }
p { color: rgb(89,205,168); }
H1.HeaderClassName
{
color: #59CDA8;
}
.AnyTagClassName
{
color: #59CDA8;
}
</style>
background-color css
<style>
a { background-color: #59CDA8; }
a { background-color: rgb(89,205,168); }
div.DivClassName
{
background-color: #59CDA8;
}
.BgClassName
{
background-color: #59CDA8;
}
</style>
border-color css
<style>
span { border-color: #59CDA8; }
span { border-color: rgb(89,205,168); }
td.TdClassName
{
border-color: #59CDA8;
}
.TagClassName
{
border-color: #59CDA8;
}
</style>