Shades of Aquamarine #64F2CA
Tints of Aquamarine #64F2CA
RGB
CMYK
RGB Variations
Color information
#64F2CA (or 0x64F2CA) is known color: Aquamarine. HEX triplet: 64, F2 and CA. RGB value is (100,242,202). Sum of RGB (Red+Green+Blue) = 100+242+202=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F2CA is #9B0D35. Grayscale: #C3C3C3. Windows color (decimal): -10161462 or 13300324. OLE color: 13300324.
HSL color Cylindrical-coordinate representation of color #64F2CA: hue angle of 163.1º 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 #64F2CA is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 202 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.05 |
| HSL | 163.1º | 0.85% | 0.67% | - |
| HSV(B) | 163.1º | 0.59% | 0.95% | - |
| XYZ | 47.67 | 70.48 | 66.97 | - |
| YUV | 194.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 202 | 0.59 | 0 | 0.17 | 0.05 | 163.1 | 0.85 | 0.67 |
| Hex | 64 | F2 | CA | 3B | 0 | 11 | 5 | A3 | 55 | 43 |
| Octal | 144 | 362 | 312 | 73 | 0 | 21 | 5 | 243 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11001010 | 111011 | 0 | 10001 | 101 | 10100011 | 1010101 | 1000011 |
Color Harmonies of #64F2CA
Complementary color
Monochromatic Colors of #64F2CA
Black with #64F2CA
Text Example
Text Example
White with #64F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2CA; }
p { color: rgb(100,242,202); }
H1.HeaderClassName
{
color: #64F2CA;
}
.AnyTagClassName
{
color: #64F2CA;
}
</style>
background-color css
<style>
a { background-color: #64F2CA; }
a { background-color: rgb(100,242,202); }
div.DivClassName
{
background-color: #64F2CA;
}
.BgClassName
{
background-color: #64F2CA;
}
</style>
border-color css
<style>
span { border-color: #64F2CA; }
span { border-color: rgb(100,242,202); }
td.TdClassName
{
border-color: #64F2CA;
}
.TagClassName
{
border-color: #64F2CA;
}
</style>