Shades of Aquamarine #64FDDB
Tints of Aquamarine #64FDDB
RGB
CMYK
RGB Variations
Color information
#64FDDB (or 0x64FDDB) is known color: Aquamarine. HEX triplet: 64, FD and DB. RGB value is (100,253,219). Sum of RGB (Red+Green+Blue) = 100+253+219=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FDDB is #9B0224. Grayscale: #CBCBCB. Windows color (decimal): -10158629 or 14417252. OLE color: 14417252.
HSL color Cylindrical-coordinate representation of color #64FDDB: hue angle of 166.67º degrees, saturation: 0.97, 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 #64FDDB is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 219 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.01 |
| HSL | 166.67º | 0.97% | 0.69% | - |
| HSV(B) | 166.67º | 0.6% | 0.99% | - |
| XYZ | 53.17 | 78.07 | 79.29 | - |
| YUV | 203.38 | 136.81 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 219 | 0.60 | 0 | 0.13 | 0.01 | 166.67 | 0.97 | 0.69 |
| Hex | 64 | FD | DB | 3C | 0 | D | 1 | A7 | 61 | 45 |
| Octal | 144 | 375 | 333 | 74 | 0 | 15 | 1 | 247 | 141 | 105 |
| Binary | 1100100 | 11111101 | 11011011 | 111100 | 0 | 1101 | 1 | 10100111 | 1100001 | 1000101 |
Color Harmonies of #64FDDB
Complementary color
Monochromatic Colors of #64FDDB
Black with #64FDDB
Text Example
Text Example
White with #64FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDDB; }
p { color: rgb(100,253,219); }
H1.HeaderClassName
{
color: #64FDDB;
}
.AnyTagClassName
{
color: #64FDDB;
}
</style>
background-color css
<style>
a { background-color: #64FDDB; }
a { background-color: rgb(100,253,219); }
div.DivClassName
{
background-color: #64FDDB;
}
.BgClassName
{
background-color: #64FDDB;
}
</style>
border-color css
<style>
span { border-color: #64FDDB; }
span { border-color: rgb(100,253,219); }
td.TdClassName
{
border-color: #64FDDB;
}
.TagClassName
{
border-color: #64FDDB;
}
</style>