Shades of Aquamarine #64F3CA
Tints of Aquamarine #64F3CA
RGB
CMYK
RGB Variations
Color information
#64F3CA (or 0x64F3CA) is known color: Aquamarine. HEX triplet: 64, F3 and CA. RGB value is (100,243,202). Sum of RGB (Red+Green+Blue) = 100+243+202=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F3CA is #9B0C35. Grayscale: #C3C3C3. Windows color (decimal): -10161206 or 13300580. OLE color: 13300580.
HSL color Cylindrical-coordinate representation of color #64F3CA: hue angle of 162.8º degrees, saturation: 0.86, 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 #64F3CA is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 202 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.05 |
| HSL | 162.8º | 0.86% | 0.67% | - |
| HSV(B) | 162.8º | 0.59% | 0.95% | - |
| XYZ | 47.97 | 71.07 | 67.07 | - |
| YUV | 195.57 | 131.62 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 202 | 0.59 | 0 | 0.17 | 0.05 | 162.8 | 0.86 | 0.67 |
| Hex | 64 | F3 | CA | 3B | 0 | 11 | 5 | A3 | 56 | 43 |
| Octal | 144 | 363 | 312 | 73 | 0 | 21 | 5 | 243 | 126 | 103 |
| Binary | 1100100 | 11110011 | 11001010 | 111011 | 0 | 10001 | 101 | 10100011 | 1010110 | 1000011 |
Color Harmonies of #64F3CA
Complementary color
Monochromatic Colors of #64F3CA
Black with #64F3CA
Text Example
Text Example
White with #64F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F3CA; }
p { color: rgb(100,243,202); }
H1.HeaderClassName
{
color: #64F3CA;
}
.AnyTagClassName
{
color: #64F3CA;
}
</style>
background-color css
<style>
a { background-color: #64F3CA; }
a { background-color: rgb(100,243,202); }
div.DivClassName
{
background-color: #64F3CA;
}
.BgClassName
{
background-color: #64F3CA;
}
</style>
border-color css
<style>
span { border-color: #64F3CA; }
span { border-color: rgb(100,243,202); }
td.TdClassName
{
border-color: #64F3CA;
}
.TagClassName
{
border-color: #64F3CA;
}
</style>