Shades of Aquamarine #64FCDB
Tints of Aquamarine #64FCDB
RGB
CMYK
RGB Variations
Color information
#64FCDB (or 0x64FCDB) is known color: Aquamarine. HEX triplet: 64, FC and DB. RGB value is (100,252,219). Sum of RGB (Red+Green+Blue) = 100+252+219=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCDB is #9B0324. Grayscale: #CACACA. Windows color (decimal): -10158885 or 14416996. OLE color: 14416996.
HSL color Cylindrical-coordinate representation of color #64FCDB: hue angle of 166.97º 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 #64FCDB is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 219 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.01 |
| HSL | 166.97º | 0.96% | 0.69% | - |
| HSV(B) | 166.97º | 0.6% | 0.99% | - |
| XYZ | 52.85 | 77.44 | 79.18 | - |
| YUV | 202.79 | 137.14 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 219 | 0.60 | 0 | 0.13 | 0.01 | 166.97 | 0.96 | 0.69 |
| Hex | 64 | FC | DB | 3C | 0 | D | 1 | A7 | 60 | 45 |
| Octal | 144 | 374 | 333 | 74 | 0 | 15 | 1 | 247 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11011011 | 111100 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000101 |
Color Harmonies of #64FCDB
Complementary color
Monochromatic Colors of #64FCDB
Black with #64FCDB
Text Example
Text Example
White with #64FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCDB; }
p { color: rgb(100,252,219); }
H1.HeaderClassName
{
color: #64FCDB;
}
.AnyTagClassName
{
color: #64FCDB;
}
</style>
background-color css
<style>
a { background-color: #64FCDB; }
a { background-color: rgb(100,252,219); }
div.DivClassName
{
background-color: #64FCDB;
}
.BgClassName
{
background-color: #64FCDB;
}
</style>
border-color css
<style>
span { border-color: #64FCDB; }
span { border-color: rgb(100,252,219); }
td.TdClassName
{
border-color: #64FCDB;
}
.TagClassName
{
border-color: #64FCDB;
}
</style>