Shades of Aquamarine #64FAD2
Tints of Aquamarine #64FAD2
RGB
CMYK
RGB Variations
Color information
#64FAD2 (or 0x64FAD2) is known color: Aquamarine. HEX triplet: 64, FA and D2. RGB value is (100,250,210). Sum of RGB (Red+Green+Blue) = 100+250+210=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAD2 is #9B052D. Grayscale: #C8C8C8. Windows color (decimal): -10159406 or 13826660. OLE color: 13826660.
HSL color Cylindrical-coordinate representation of color #64FAD2: hue angle of 164º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAD2 is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 210 | - |
| CMYK | 0.6 | 0 | 0.16 | 0.02 |
| HSL | 164º | 0.94% | 0.69% | - |
| HSV(B) | 164º | 0.6% | 0.98% | - |
| XYZ | 51.07 | 75.73 | 72.9 | - |
| YUV | 200.59 | 133.31 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 210 | 0.6 | 0 | 0.16 | 0.02 | 164 | 0.94 | 0.69 |
| Hex | 64 | FA | D2 | 3C | 0 | 10 | 2 | A4 | 5E | 45 |
| Octal | 144 | 372 | 322 | 74 | 0 | 20 | 2 | 244 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11010010 | 111100 | 0 | 10000 | 10 | 10100100 | 1011110 | 1000101 |
Color Harmonies of #64FAD2
Complementary color
Monochromatic Colors of #64FAD2
Black with #64FAD2
Text Example
Text Example
White with #64FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAD2; }
p { color: rgb(100,250,210); }
H1.HeaderClassName
{
color: #64FAD2;
}
.AnyTagClassName
{
color: #64FAD2;
}
</style>
background-color css
<style>
a { background-color: #64FAD2; }
a { background-color: rgb(100,250,210); }
div.DivClassName
{
background-color: #64FAD2;
}
.BgClassName
{
background-color: #64FAD2;
}
</style>
border-color css
<style>
span { border-color: #64FAD2; }
span { border-color: rgb(100,250,210); }
td.TdClassName
{
border-color: #64FAD2;
}
.TagClassName
{
border-color: #64FAD2;
}
</style>