Shades of Medium Aquamarine #59D0A8
Tints of Medium Aquamarine #59D0A8
RGB
CMYK
RGB Variations
Color information
#59D0A8 (or 0x59D0A8) is known color: Medium Aquamarine. HEX triplet: 59, D0 and A8. RGB value is (89,208,168). Sum of RGB (Red+Green+Blue) = 89+208+168=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #59D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59D0A8 is #A62F57. Grayscale: #A7A7A7. Windows color (decimal): -10891096 or 11063385. OLE color: 11063385.
HSL color Cylindrical-coordinate representation of color #59D0A8: hue angle of 159.83º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59D0A8 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 208 | 168 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.18 |
| HSL | 159.83º | 0.56% | 0.58% | - |
| HSV(B) | 159.83º | 0.57% | 0.82% | - |
| XYZ | 33.74 | 50.06 | 44.93 | - |
| YUV | 167.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 208 | 168 | 0.57 | 0 | 0.19 | 0.18 | 159.83 | 0.56 | 0.58 |
| Hex | 59 | D0 | A8 | 39 | 0 | 13 | 12 | A0 | 38 | 3A |
| Octal | 131 | 320 | 250 | 71 | 0 | 23 | 22 | 240 | 70 | 72 |
| Binary | 1011001 | 11010000 | 10101000 | 111001 | 0 | 10011 | 10010 | 10100000 | 111000 | 111010 |
Color Harmonies of #59D0A8
Complementary color
Monochromatic Colors of #59D0A8
Black with #59D0A8
Text Example
Text Example
White with #59D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D0A8; }
p { color: rgb(89,208,168); }
H1.HeaderClassName
{
color: #59D0A8;
}
.AnyTagClassName
{
color: #59D0A8;
}
</style>
background-color css
<style>
a { background-color: #59D0A8; }
a { background-color: rgb(89,208,168); }
div.DivClassName
{
background-color: #59D0A8;
}
.BgClassName
{
background-color: #59D0A8;
}
</style>
border-color css
<style>
span { border-color: #59D0A8; }
span { border-color: rgb(89,208,168); }
td.TdClassName
{
border-color: #59D0A8;
}
.TagClassName
{
border-color: #59D0A8;
}
</style>