Shades of Aquamarine #59FFDD
Tints of Aquamarine #59FFDD
RGB
CMYK
RGB Variations
Color information
#59FFDD (or 0x59FFDD) is known color: Aquamarine. HEX triplet: 59, FF and DD. RGB value is (89,255,221). Sum of RGB (Red+Green+Blue) = 89+255+221=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFDD is #A60022. Grayscale: #C9C9C9. Windows color (decimal): -10879011 or 14548825. OLE color: 14548825.
HSL color Cylindrical-coordinate representation of color #59FFDD: hue angle of 167.71º 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 #59FFDD is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 221 | - |
| CMYK | 0.65 | 0 | 0.13 | 0 |
| HSL | 167.71º | 1% | 0.67% | - |
| HSV(B) | 167.71º | 0.65% | 1% | - |
| XYZ | 52.93 | 78.86 | 80.84 | - |
| YUV | 201.49 | 139 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 221 | 0.65 | 0 | 0.13 | 0 | 167.71 | 1 | 0.67 |
| Hex | 59 | FF | DD | 41 | 0 | D | 0 | A8 | 64 | 43 |
| Octal | 131 | 377 | 335 | 101 | 0 | 15 | 0 | 250 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11011101 | 1000001 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000011 |
Color Harmonies of #59FFDD
Complementary color
Monochromatic Colors of #59FFDD
Black with #59FFDD
Text Example
Text Example
White with #59FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFDD; }
p { color: rgb(89,255,221); }
H1.HeaderClassName
{
color: #59FFDD;
}
.AnyTagClassName
{
color: #59FFDD;
}
</style>
background-color css
<style>
a { background-color: #59FFDD; }
a { background-color: rgb(89,255,221); }
div.DivClassName
{
background-color: #59FFDD;
}
.BgClassName
{
background-color: #59FFDD;
}
</style>
border-color css
<style>
span { border-color: #59FFDD; }
span { border-color: rgb(89,255,221); }
td.TdClassName
{
border-color: #59FFDD;
}
.TagClassName
{
border-color: #59FFDD;
}
</style>