Shades of Aquamarine #64FADD
Tints of Aquamarine #64FADD
RGB
CMYK
RGB Variations
Color information
#64FADD (or 0x64FADD) is known color: Aquamarine. HEX triplet: 64, FA and DD. RGB value is (100,250,221). Sum of RGB (Red+Green+Blue) = 100+250+221=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #64FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FADD is #9B0522. Grayscale: #C9C9C9. Windows color (decimal): -10159395 or 14547556. OLE color: 14547556.
HSL color Cylindrical-coordinate representation of color #64FADD: hue angle of 168.4º 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 #64FADD is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 221 | - |
| CMYK | 0.6 | 0 | 0.12 | 0.02 |
| HSL | 168.4º | 0.94% | 0.69% | - |
| HSV(B) | 168.4º | 0.6% | 0.98% | - |
| XYZ | 52.49 | 76.3 | 80.37 | - |
| YUV | 201.84 | 138.81 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 221 | 0.6 | 0 | 0.12 | 0.02 | 168.4 | 0.94 | 0.69 |
| Hex | 64 | FA | DD | 3C | 0 | C | 2 | A8 | 5E | 45 |
| Octal | 144 | 372 | 335 | 74 | 0 | 14 | 2 | 250 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11011101 | 111100 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000101 |
Color Harmonies of #64FADD
Complementary color
Monochromatic Colors of #64FADD
Black with #64FADD
Text Example
Text Example
White with #64FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FADD; }
p { color: rgb(100,250,221); }
H1.HeaderClassName
{
color: #64FADD;
}
.AnyTagClassName
{
color: #64FADD;
}
</style>
background-color css
<style>
a { background-color: #64FADD; }
a { background-color: rgb(100,250,221); }
div.DivClassName
{
background-color: #64FADD;
}
.BgClassName
{
background-color: #64FADD;
}
</style>
border-color css
<style>
span { border-color: #64FADD; }
span { border-color: rgb(100,250,221); }
td.TdClassName
{
border-color: #64FADD;
}
.TagClassName
{
border-color: #64FADD;
}
</style>