Shades of Aquamarine #59FFDB
Tints of Aquamarine #59FFDB
RGB
CMYK
RGB Variations
Color information
#59FFDB (or 0x59FFDB) is known color: Aquamarine. HEX triplet: 59, FF and DB. RGB value is (89,255,219). Sum of RGB (Red+Green+Blue) = 89+255+219=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFDB is #A60024. Grayscale: #C9C9C9. Windows color (decimal): -10879013 or 14417753. OLE color: 14417753.
HSL color Cylindrical-coordinate representation of color #59FFDB: hue angle of 166.99º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FFDB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 219 | - |
| CMYK | 0.65 | 0 | 0.14 | 0 |
| HSL | 166.99º | 1% | 0.67% | - |
| HSV(B) | 166.99º | 0.65% | 1% | - |
| XYZ | 52.67 | 78.76 | 79.44 | - |
| YUV | 201.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 219 | 0.65 | 0 | 0.14 | 0 | 166.99 | 1 | 0.67 |
| Hex | 59 | FF | DB | 41 | 0 | E | 0 | A7 | 64 | 43 |
| Octal | 131 | 377 | 333 | 101 | 0 | 16 | 0 | 247 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11011011 | 1000001 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000011 |
Color Harmonies of #59FFDB
Complementary color
Monochromatic Colors of #59FFDB
Black with #59FFDB
Text Example
Text Example
White with #59FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFDB; }
p { color: rgb(89,255,219); }
H1.HeaderClassName
{
color: #59FFDB;
}
.AnyTagClassName
{
color: #59FFDB;
}
</style>
background-color css
<style>
a { background-color: #59FFDB; }
a { background-color: rgb(89,255,219); }
div.DivClassName
{
background-color: #59FFDB;
}
.BgClassName
{
background-color: #59FFDB;
}
</style>
border-color css
<style>
span { border-color: #59FFDB; }
span { border-color: rgb(89,255,219); }
td.TdClassName
{
border-color: #59FFDB;
}
.TagClassName
{
border-color: #59FFDB;
}
</style>