Shades of Aquamarine #64FADC
Tints of Aquamarine #64FADC
RGB
CMYK
RGB Variations
Color information
#64FADC (or 0x64FADC) is known color: Aquamarine. HEX triplet: 64, FA and DC. RGB value is (100,250,220). Sum of RGB (Red+Green+Blue) = 100+250+220=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #64FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FADC is #9B0523. Grayscale: #C9C9C9. Windows color (decimal): -10159396 or 14482020. OLE color: 14482020.
HSL color Cylindrical-coordinate representation of color #64FADC: hue angle of 168º 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 #64FADC is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 220 | - |
| CMYK | 0.6 | 0 | 0.12 | 0.02 |
| HSL | 168º | 0.94% | 0.69% | - |
| HSV(B) | 168º | 0.6% | 0.98% | - |
| XYZ | 52.36 | 76.25 | 79.67 | - |
| YUV | 201.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 220 | 0.6 | 0 | 0.12 | 0.02 | 168 | 0.94 | 0.69 |
| Hex | 64 | FA | DC | 3C | 0 | C | 2 | A8 | 5E | 45 |
| Octal | 144 | 372 | 334 | 74 | 0 | 14 | 2 | 250 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11011100 | 111100 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000101 |
Color Harmonies of #64FADC
Complementary color
Monochromatic Colors of #64FADC
Black with #64FADC
Text Example
Text Example
White with #64FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FADC; }
p { color: rgb(100,250,220); }
H1.HeaderClassName
{
color: #64FADC;
}
.AnyTagClassName
{
color: #64FADC;
}
</style>
background-color css
<style>
a { background-color: #64FADC; }
a { background-color: rgb(100,250,220); }
div.DivClassName
{
background-color: #64FADC;
}
.BgClassName
{
background-color: #64FADC;
}
</style>
border-color css
<style>
span { border-color: #64FADC; }
span { border-color: rgb(100,250,220); }
td.TdClassName
{
border-color: #64FADC;
}
.TagClassName
{
border-color: #64FADC;
}
</style>