Shades of Aquamarine #64FCD0
Tints of Aquamarine #64FCD0
RGB
CMYK
RGB Variations
Color information
#64FCD0 (or 0x64FCD0) is known color: Aquamarine. HEX triplet: 64, FC and D0. RGB value is (100,252,208). Sum of RGB (Red+Green+Blue) = 100+252+208=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCD0 is #9B032F. Grayscale: #C9C9C9. Windows color (decimal): -10158896 or 13696100. OLE color: 13696100.
HSL color Cylindrical-coordinate representation of color #64FCD0: hue angle of 162.63º 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 #64FCD0 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 208 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.01 |
| HSL | 162.63º | 0.96% | 0.69% | - |
| HSV(B) | 162.63º | 0.6% | 0.99% | - |
| XYZ | 51.45 | 76.88 | 71.8 | - |
| YUV | 201.54 | 131.64 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 208 | 0.60 | 0 | 0.17 | 0.01 | 162.63 | 0.96 | 0.69 |
| Hex | 64 | FC | D0 | 3C | 0 | 11 | 1 | A3 | 60 | 45 |
| Octal | 144 | 374 | 320 | 74 | 0 | 21 | 1 | 243 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11010000 | 111100 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000101 |
Color Harmonies of #64FCD0
Complementary color
Monochromatic Colors of #64FCD0
Black with #64FCD0
Text Example
Text Example
White with #64FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCD0; }
p { color: rgb(100,252,208); }
H1.HeaderClassName
{
color: #64FCD0;
}
.AnyTagClassName
{
color: #64FCD0;
}
</style>
background-color css
<style>
a { background-color: #64FCD0; }
a { background-color: rgb(100,252,208); }
div.DivClassName
{
background-color: #64FCD0;
}
.BgClassName
{
background-color: #64FCD0;
}
</style>
border-color css
<style>
span { border-color: #64FCD0; }
span { border-color: rgb(100,252,208); }
td.TdClassName
{
border-color: #64FCD0;
}
.TagClassName
{
border-color: #64FCD0;
}
</style>