Shades of Aquamarine #64F2D9
Tints of Aquamarine #64F2D9
RGB
CMYK
RGB Variations
Color information
#64F2D9 (or 0x64F2D9) is known color: Aquamarine. HEX triplet: 64, F2 and D9. RGB value is (100,242,217). Sum of RGB (Red+Green+Blue) = 100+242+217=559 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.89% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F2D9 is #9B0D26. Grayscale: #C4C4C4. Windows color (decimal): -10161447 or 14283364. OLE color: 14283364.
HSL color Cylindrical-coordinate representation of color #64F2D9: hue angle of 169.44º 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 #64F2D9 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 217 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.05 |
| HSL | 169.44º | 0.85% | 0.67% | - |
| HSV(B) | 169.44º | 0.59% | 0.95% | - |
| XYZ | 49.53 | 71.22 | 76.78 | - |
| YUV | 196.69 | 139.46 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 217 | 0.59 | 0 | 0.10 | 0.05 | 169.44 | 0.85 | 0.67 |
| Hex | 64 | F2 | D9 | 3B | 0 | A | 5 | A9 | 55 | 43 |
| Octal | 144 | 362 | 331 | 73 | 0 | 12 | 5 | 251 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11011001 | 111011 | 0 | 1010 | 101 | 10101001 | 1010101 | 1000011 |
Color Harmonies of #64F2D9
Complementary color
Monochromatic Colors of #64F2D9
Black with #64F2D9
Text Example
Text Example
White with #64F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2D9; }
p { color: rgb(100,242,217); }
H1.HeaderClassName
{
color: #64F2D9;
}
.AnyTagClassName
{
color: #64F2D9;
}
</style>
background-color css
<style>
a { background-color: #64F2D9; }
a { background-color: rgb(100,242,217); }
div.DivClassName
{
background-color: #64F2D9;
}
.BgClassName
{
background-color: #64F2D9;
}
</style>
border-color css
<style>
span { border-color: #64F2D9; }
span { border-color: rgb(100,242,217); }
td.TdClassName
{
border-color: #64F2D9;
}
.TagClassName
{
border-color: #64F2D9;
}
</style>