Shades of Aquamarine #64F2DC
Tints of Aquamarine #64F2DC
RGB
CMYK
RGB Variations
Color information
#64F2DC (or 0x64F2DC) is known color: Aquamarine. HEX triplet: 64, F2 and DC. RGB value is (100,242,220). Sum of RGB (Red+Green+Blue) = 100+242+220=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F2DC is #9B0D23. Grayscale: #C4C4C4. Windows color (decimal): -10161444 or 14479972. OLE color: 14479972.
HSL color Cylindrical-coordinate representation of color #64F2DC: hue angle of 170.7º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F2DC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 220 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.05 |
| HSL | 170.7º | 0.85% | 0.67% | - |
| HSV(B) | 170.7º | 0.59% | 0.95% | - |
| XYZ | 49.93 | 71.38 | 78.86 | - |
| YUV | 197.03 | 140.96 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 220 | 0.59 | 0 | 0.09 | 0.05 | 170.7 | 0.85 | 0.67 |
| Hex | 64 | F2 | DC | 3B | 0 | 9 | 5 | AB | 55 | 43 |
| Octal | 144 | 362 | 334 | 73 | 0 | 11 | 5 | 253 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11011100 | 111011 | 0 | 1001 | 101 | 10101011 | 1010101 | 1000011 |
Color Harmonies of #64F2DC
Complementary color
Monochromatic Colors of #64F2DC
Black with #64F2DC
Text Example
Text Example
White with #64F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2DC; }
p { color: rgb(100,242,220); }
H1.HeaderClassName
{
color: #64F2DC;
}
.AnyTagClassName
{
color: #64F2DC;
}
</style>
background-color css
<style>
a { background-color: #64F2DC; }
a { background-color: rgb(100,242,220); }
div.DivClassName
{
background-color: #64F2DC;
}
.BgClassName
{
background-color: #64F2DC;
}
</style>
border-color css
<style>
span { border-color: #64F2DC; }
span { border-color: rgb(100,242,220); }
td.TdClassName
{
border-color: #64F2DC;
}
.TagClassName
{
border-color: #64F2DC;
}
</style>