Shades of Aquamarine #64FCD1
Tints of Aquamarine #64FCD1
RGB
CMYK
RGB Variations
Color information
#64FCD1 (or 0x64FCD1) is known color: Aquamarine. HEX triplet: 64, FC and D1. RGB value is (100,252,209). Sum of RGB (Red+Green+Blue) = 100+252+209=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCD1 is #9B032E. Grayscale: #C9C9C9. Windows color (decimal): -10158895 or 13761636. OLE color: 13761636.
HSL color Cylindrical-coordinate representation of color #64FCD1: hue angle of 163.03º 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 #64FCD1 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 209 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.01 |
| HSL | 163.03º | 0.96% | 0.69% | - |
| HSV(B) | 163.03º | 0.6% | 0.99% | - |
| XYZ | 51.57 | 76.93 | 72.45 | - |
| YUV | 201.65 | 132.14 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 209 | 0.60 | 0 | 0.17 | 0.01 | 163.03 | 0.96 | 0.69 |
| Hex | 64 | FC | D1 | 3C | 0 | 11 | 1 | A3 | 60 | 45 |
| Octal | 144 | 374 | 321 | 74 | 0 | 21 | 1 | 243 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11010001 | 111100 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000101 |
Color Harmonies of #64FCD1
Complementary color
Monochromatic Colors of #64FCD1
Black with #64FCD1
Text Example
Text Example
White with #64FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCD1; }
p { color: rgb(100,252,209); }
H1.HeaderClassName
{
color: #64FCD1;
}
.AnyTagClassName
{
color: #64FCD1;
}
</style>
background-color css
<style>
a { background-color: #64FCD1; }
a { background-color: rgb(100,252,209); }
div.DivClassName
{
background-color: #64FCD1;
}
.BgClassName
{
background-color: #64FCD1;
}
</style>
border-color css
<style>
span { border-color: #64FCD1; }
span { border-color: rgb(100,252,209); }
td.TdClassName
{
border-color: #64FCD1;
}
.TagClassName
{
border-color: #64FCD1;
}
</style>