Shades of Medium Aquamarine #59DBAF
Tints of Medium Aquamarine #59DBAF
RGB
CMYK
RGB Variations
Color information
#59DBAF (or 0x59DBAF) is known color: Medium Aquamarine. HEX triplet: 59, DB and AF. RGB value is (89,219,175). Sum of RGB (Red+Green+Blue) = 89+219+175=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59DBAF is #A62450. Grayscale: #AFAFAF. Windows color (decimal): -10888273 or 11524953. OLE color: 11524953.
HSL color Cylindrical-coordinate representation of color #59DBAF: hue angle of 159.69º 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 #59DBAF is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 175 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.14 |
| HSL | 159.69º | 0.64% | 0.6% | - |
| HSV(B) | 159.69º | 0.59% | 0.86% | - |
| XYZ | 37.19 | 55.88 | 49.38 | - |
| YUV | 175.11 | 127.93 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 175 | 0.59 | 0 | 0.20 | 0.14 | 159.69 | 0.64 | 0.6 |
| Hex | 59 | DB | AF | 3B | 0 | 14 | E | A0 | 40 | 3C |
| Octal | 131 | 333 | 257 | 73 | 0 | 24 | 16 | 240 | 100 | 74 |
| Binary | 1011001 | 11011011 | 10101111 | 111011 | 0 | 10100 | 1110 | 10100000 | 1000000 | 111100 |
Color Harmonies of #59DBAF
Complementary color
Monochromatic Colors of #59DBAF
Black with #59DBAF
Text Example
Text Example
White with #59DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBAF; }
p { color: rgb(89,219,175); }
H1.HeaderClassName
{
color: #59DBAF;
}
.AnyTagClassName
{
color: #59DBAF;
}
</style>
background-color css
<style>
a { background-color: #59DBAF; }
a { background-color: rgb(89,219,175); }
div.DivClassName
{
background-color: #59DBAF;
}
.BgClassName
{
background-color: #59DBAF;
}
</style>
border-color css
<style>
span { border-color: #59DBAF; }
span { border-color: rgb(89,219,175); }
td.TdClassName
{
border-color: #59DBAF;
}
.TagClassName
{
border-color: #59DBAF;
}
</style>