Shades of Medium Aquamarine #59DBA1
Tints of Medium Aquamarine #59DBA1
RGB
CMYK
RGB Variations
Color information
#59DBA1 (or 0x59DBA1) is known color: Medium Aquamarine. HEX triplet: 59, DB and A1. RGB value is (89,219,161). Sum of RGB (Red+Green+Blue) = 89+219+161=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DBA1 is #A6245E. Grayscale: #ADADAD. Windows color (decimal): -10888287 or 10607449. OLE color: 10607449.
HSL color Cylindrical-coordinate representation of color #59DBA1: hue angle of 153.23º 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 #59DBA1 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 161 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.14 |
| HSL | 153.23º | 0.64% | 0.6% | - |
| HSV(B) | 153.23º | 0.59% | 0.86% | - |
| XYZ | 35.88 | 55.36 | 42.51 | - |
| YUV | 173.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 161 | 0.59 | 0 | 0.26 | 0.14 | 153.23 | 0.64 | 0.6 |
| Hex | 59 | DB | A1 | 3B | 0 | 1A | E | 99 | 40 | 3C |
| Octal | 131 | 333 | 241 | 73 | 0 | 32 | 16 | 231 | 100 | 74 |
| Binary | 1011001 | 11011011 | 10100001 | 111011 | 0 | 11010 | 1110 | 10011001 | 1000000 | 111100 |
Color Harmonies of #59DBA1
Complementary color
Monochromatic Colors of #59DBA1
Black with #59DBA1
Text Example
Text Example
White with #59DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBA1; }
p { color: rgb(89,219,161); }
H1.HeaderClassName
{
color: #59DBA1;
}
.AnyTagClassName
{
color: #59DBA1;
}
</style>
background-color css
<style>
a { background-color: #59DBA1; }
a { background-color: rgb(89,219,161); }
div.DivClassName
{
background-color: #59DBA1;
}
.BgClassName
{
background-color: #59DBA1;
}
</style>
border-color css
<style>
span { border-color: #59DBA1; }
span { border-color: rgb(89,219,161); }
td.TdClassName
{
border-color: #59DBA1;
}
.TagClassName
{
border-color: #59DBA1;
}
</style>