Shades of Aquamarine #59FFD3
Tints of Aquamarine #59FFD3
RGB
CMYK
RGB Variations
Color information
#59FFD3 (or 0x59FFD3) is known color: Aquamarine. HEX triplet: 59, FF and D3. RGB value is (89,255,211). Sum of RGB (Red+Green+Blue) = 89+255+211=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFD3 is #A6002C. Grayscale: #C8C8C8. Windows color (decimal): -10879021 or 13893465. OLE color: 13893465.
HSL color Cylindrical-coordinate representation of color #59FFD3: hue angle of 164.1º 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 #59FFD3 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 211 | - |
| CMYK | 0.65 | 0 | 0.17 | 0 |
| HSL | 164.1º | 1% | 0.67% | - |
| HSV(B) | 164.1º | 0.65% | 1% | - |
| XYZ | 51.64 | 78.35 | 74.03 | - |
| YUV | 200.35 | 134 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 211 | 0.65 | 0 | 0.17 | 0 | 164.1 | 1 | 0.67 |
| Hex | 59 | FF | D3 | 41 | 0 | 11 | 0 | A4 | 64 | 43 |
| Octal | 131 | 377 | 323 | 101 | 0 | 21 | 0 | 244 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11010011 | 1000001 | 0 | 10001 | 0 | 10100100 | 1100100 | 1000011 |
Color Harmonies of #59FFD3
Complementary color
Monochromatic Colors of #59FFD3
Black with #59FFD3
Text Example
Text Example
White with #59FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFD3; }
p { color: rgb(89,255,211); }
H1.HeaderClassName
{
color: #59FFD3;
}
.AnyTagClassName
{
color: #59FFD3;
}
</style>
background-color css
<style>
a { background-color: #59FFD3; }
a { background-color: rgb(89,255,211); }
div.DivClassName
{
background-color: #59FFD3;
}
.BgClassName
{
background-color: #59FFD3;
}
</style>
border-color css
<style>
span { border-color: #59FFD3; }
span { border-color: rgb(89,255,211); }
td.TdClassName
{
border-color: #59FFD3;
}
.TagClassName
{
border-color: #59FFD3;
}
</style>