Shades of Aquamarine #64F6DC
Tints of Aquamarine #64F6DC
RGB
CMYK
RGB Variations
Color information
#64F6DC (or 0x64F6DC) is known color: Aquamarine. HEX triplet: 64, F6 and DC. RGB value is (100,246,220). Sum of RGB (Red+Green+Blue) = 100+246+220=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F6DC is #9B0923. Grayscale: #C7C7C7. Windows color (decimal): -10160420 or 14480996. OLE color: 14480996.
HSL color Cylindrical-coordinate representation of color #64F6DC: hue angle of 169.32º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6DC is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 220 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.04 |
| HSL | 169.32º | 0.89% | 0.68% | - |
| HSV(B) | 169.32º | 0.59% | 0.96% | - |
| XYZ | 51.13 | 73.79 | 79.26 | - |
| YUV | 199.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 220 | 0.59 | 0 | 0.11 | 0.04 | 169.32 | 0.89 | 0.68 |
| Hex | 64 | F6 | DC | 3B | 0 | B | 4 | A9 | 59 | 44 |
| Octal | 144 | 366 | 334 | 73 | 0 | 13 | 4 | 251 | 131 | 104 |
| Binary | 1100100 | 11110110 | 11011100 | 111011 | 0 | 1011 | 100 | 10101001 | 1011001 | 1000100 |
Color Harmonies of #64F6DC
Complementary color
Monochromatic Colors of #64F6DC
Black with #64F6DC
Text Example
Text Example
White with #64F6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6DC; }
p { color: rgb(100,246,220); }
H1.HeaderClassName
{
color: #64F6DC;
}
.AnyTagClassName
{
color: #64F6DC;
}
</style>
background-color css
<style>
a { background-color: #64F6DC; }
a { background-color: rgb(100,246,220); }
div.DivClassName
{
background-color: #64F6DC;
}
.BgClassName
{
background-color: #64F6DC;
}
</style>
border-color css
<style>
span { border-color: #64F6DC; }
span { border-color: rgb(100,246,220); }
td.TdClassName
{
border-color: #64F6DC;
}
.TagClassName
{
border-color: #64F6DC;
}
</style>