Shades of Aquamarine #59FFCD
Tints of Aquamarine #59FFCD
RGB
CMYK
RGB Variations
Color information
#59FFCD (or 0x59FFCD) is known color: Aquamarine. HEX triplet: 59, FF and CD. RGB value is (89,255,205). Sum of RGB (Red+Green+Blue) = 89+255+205=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFCD is #A60032. Grayscale: #C7C7C7. Windows color (decimal): -10879027 or 13500249. OLE color: 13500249.
HSL color Cylindrical-coordinate representation of color #59FFCD: hue angle of 161.93º 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 #59FFCD is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 205 | - |
| CMYK | 0.65 | 0 | 0.20 | 0 |
| HSL | 161.93º | 1% | 0.67% | - |
| HSV(B) | 161.93º | 0.65% | 1% | - |
| XYZ | 50.9 | 78.05 | 70.14 | - |
| YUV | 199.67 | 131 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 205 | 0.65 | 0 | 0.20 | 0 | 161.93 | 1 | 0.67 |
| Hex | 59 | FF | CD | 41 | 0 | 14 | 0 | A2 | 64 | 43 |
| Octal | 131 | 377 | 315 | 101 | 0 | 24 | 0 | 242 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11001101 | 1000001 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000011 |
Color Harmonies of #59FFCD
Complementary color
Monochromatic Colors of #59FFCD
Black with #59FFCD
Text Example
Text Example
White with #59FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFCD; }
p { color: rgb(89,255,205); }
H1.HeaderClassName
{
color: #59FFCD;
}
.AnyTagClassName
{
color: #59FFCD;
}
</style>
background-color css
<style>
a { background-color: #59FFCD; }
a { background-color: rgb(89,255,205); }
div.DivClassName
{
background-color: #59FFCD;
}
.BgClassName
{
background-color: #59FFCD;
}
</style>
border-color css
<style>
span { border-color: #59FFCD; }
span { border-color: rgb(89,255,205); }
td.TdClassName
{
border-color: #59FFCD;
}
.TagClassName
{
border-color: #59FFCD;
}
</style>