Shades of Medium Aquamarine #59DBA8
Tints of Medium Aquamarine #59DBA8
RGB
CMYK
RGB Variations
Color information
#59DBA8 (or 0x59DBA8) is known color: Medium Aquamarine. HEX triplet: 59, DB and A8. RGB value is (89,219,168). Sum of RGB (Red+Green+Blue) = 89+219+168=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DBA8 is #A62457. Grayscale: #AEAEAE. Windows color (decimal): -10888280 or 11066201. OLE color: 11066201.
HSL color Cylindrical-coordinate representation of color #59DBA8: hue angle of 156.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DBA8 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 168 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.14 |
| HSL | 156.46º | 0.64% | 0.6% | - |
| HSV(B) | 156.46º | 0.59% | 0.86% | - |
| XYZ | 36.52 | 55.61 | 45.86 | - |
| YUV | 174.32 | 124.43 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 168 | 0.59 | 0 | 0.23 | 0.14 | 156.46 | 0.64 | 0.6 |
| Hex | 59 | DB | A8 | 3B | 0 | 17 | E | 9C | 40 | 3C |
| Octal | 131 | 333 | 250 | 73 | 0 | 27 | 16 | 234 | 100 | 74 |
| Binary | 1011001 | 11011011 | 10101000 | 111011 | 0 | 10111 | 1110 | 10011100 | 1000000 | 111100 |
Color Harmonies of #59DBA8
Complementary color
Monochromatic Colors of #59DBA8
Black with #59DBA8
Text Example
Text Example
White with #59DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBA8; }
p { color: rgb(89,219,168); }
H1.HeaderClassName
{
color: #59DBA8;
}
.AnyTagClassName
{
color: #59DBA8;
}
</style>
background-color css
<style>
a { background-color: #59DBA8; }
a { background-color: rgb(89,219,168); }
div.DivClassName
{
background-color: #59DBA8;
}
.BgClassName
{
background-color: #59DBA8;
}
</style>
border-color css
<style>
span { border-color: #59DBA8; }
span { border-color: rgb(89,219,168); }
td.TdClassName
{
border-color: #59DBA8;
}
.TagClassName
{
border-color: #59DBA8;
}
</style>