Shades of Aquamarine #64FAD0
Tints of Aquamarine #64FAD0
RGB
CMYK
RGB Variations
Color information
#64FAD0 (or 0x64FAD0) is known color: Aquamarine. HEX triplet: 64, FA and D0. RGB value is (100,250,208). Sum of RGB (Red+Green+Blue) = 100+250+208=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAD0 is #9B052F. Grayscale: #C8C8C8. Windows color (decimal): -10159408 or 13695588. OLE color: 13695588.
HSL color Cylindrical-coordinate representation of color #64FAD0: hue angle of 163.2º 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 #64FAD0 is Cyan = 0.6, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 208 | - |
| CMYK | 0.6 | 0 | 0.17 | 0.02 |
| HSL | 163.2º | 0.94% | 0.69% | - |
| HSV(B) | 163.2º | 0.6% | 0.98% | - |
| XYZ | 50.83 | 75.63 | 71.59 | - |
| YUV | 200.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 208 | 0.6 | 0 | 0.17 | 0.02 | 163.2 | 0.94 | 0.69 |
| Hex | 64 | FA | D0 | 3C | 0 | 11 | 2 | A3 | 5E | 45 |
| Octal | 144 | 372 | 320 | 74 | 0 | 21 | 2 | 243 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11010000 | 111100 | 0 | 10001 | 10 | 10100011 | 1011110 | 1000101 |
Color Harmonies of #64FAD0
Complementary color
Monochromatic Colors of #64FAD0
Black with #64FAD0
Text Example
Text Example
White with #64FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAD0; }
p { color: rgb(100,250,208); }
H1.HeaderClassName
{
color: #64FAD0;
}
.AnyTagClassName
{
color: #64FAD0;
}
</style>
background-color css
<style>
a { background-color: #64FAD0; }
a { background-color: rgb(100,250,208); }
div.DivClassName
{
background-color: #64FAD0;
}
.BgClassName
{
background-color: #64FAD0;
}
</style>
border-color css
<style>
span { border-color: #64FAD0; }
span { border-color: rgb(100,250,208); }
td.TdClassName
{
border-color: #64FAD0;
}
.TagClassName
{
border-color: #64FAD0;
}
</style>