Shades of Aquamarine #64FCD9
Tints of Aquamarine #64FCD9
RGB
CMYK
RGB Variations
Color information
#64FCD9 (or 0x64FCD9) is known color: Aquamarine. HEX triplet: 64, FC and D9. RGB value is (100,252,217). Sum of RGB (Red+Green+Blue) = 100+252+217=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCD9 is #9B0326. Grayscale: #CACACA. Windows color (decimal): -10158887 or 14285924. OLE color: 14285924.
HSL color Cylindrical-coordinate representation of color #64FCD9: hue angle of 166.18º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCD9 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 217 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.01 |
| HSL | 166.18º | 0.96% | 0.69% | - |
| HSV(B) | 166.18º | 0.6% | 0.99% | - |
| XYZ | 52.59 | 77.34 | 77.8 | - |
| YUV | 202.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 217 | 0.60 | 0 | 0.14 | 0.01 | 166.18 | 0.96 | 0.69 |
| Hex | 64 | FC | D9 | 3C | 0 | E | 1 | A6 | 60 | 45 |
| Octal | 144 | 374 | 331 | 74 | 0 | 16 | 1 | 246 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11011001 | 111100 | 0 | 1110 | 1 | 10100110 | 1100000 | 1000101 |
Color Harmonies of #64FCD9
Complementary color
Monochromatic Colors of #64FCD9
Black with #64FCD9
Text Example
Text Example
White with #64FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCD9; }
p { color: rgb(100,252,217); }
H1.HeaderClassName
{
color: #64FCD9;
}
.AnyTagClassName
{
color: #64FCD9;
}
</style>
background-color css
<style>
a { background-color: #64FCD9; }
a { background-color: rgb(100,252,217); }
div.DivClassName
{
background-color: #64FCD9;
}
.BgClassName
{
background-color: #64FCD9;
}
</style>
border-color css
<style>
span { border-color: #64FCD9; }
span { border-color: rgb(100,252,217); }
td.TdClassName
{
border-color: #64FCD9;
}
.TagClassName
{
border-color: #64FCD9;
}
</style>