Shades of Aquamarine #64FFDB
Tints of Aquamarine #64FFDB
RGB
CMYK
RGB Variations
Color information
#64FFDB (or 0x64FFDB) is known color: Aquamarine. HEX triplet: 64, FF and DB. RGB value is (100,255,219). Sum of RGB (Red+Green+Blue) = 100+255+219=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFDB is #9B0024. Grayscale: #CCCCCC. Windows color (decimal): -10158117 or 14417764. OLE color: 14417764.
HSL color Cylindrical-coordinate representation of color #64FFDB: hue angle of 166.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFDB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 219 | - |
| CMYK | 0.61 | 0 | 0.14 | 0 |
| HSL | 166.06º | 1% | 0.7% | - |
| HSV(B) | 166.06º | 0.61% | 1% | - |
| XYZ | 53.8 | 79.34 | 79.5 | - |
| YUV | 204.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 219 | 0.61 | 0 | 0.14 | 0 | 166.06 | 1 | 0.7 |
| Hex | 64 | FF | DB | 3D | 0 | E | 0 | A6 | 64 | 46 |
| Octal | 144 | 377 | 333 | 75 | 0 | 16 | 0 | 246 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11011011 | 111101 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000110 |
Color Harmonies of #64FFDB
Complementary color
Monochromatic Colors of #64FFDB
Black with #64FFDB
Text Example
Text Example
White with #64FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFDB; }
p { color: rgb(100,255,219); }
H1.HeaderClassName
{
color: #64FFDB;
}
.AnyTagClassName
{
color: #64FFDB;
}
</style>
background-color css
<style>
a { background-color: #64FFDB; }
a { background-color: rgb(100,255,219); }
div.DivClassName
{
background-color: #64FFDB;
}
.BgClassName
{
background-color: #64FFDB;
}
</style>
border-color css
<style>
span { border-color: #64FFDB; }
span { border-color: rgb(100,255,219); }
td.TdClassName
{
border-color: #64FFDB;
}
.TagClassName
{
border-color: #64FFDB;
}
</style>