Shades of Medium Aquamarine #64F2AA
Tints of Medium Aquamarine #64F2AA
RGB
CMYK
RGB Variations
Color information
#64F2AA (or 0x64F2AA) is known color: Medium Aquamarine. HEX triplet: 64, F2 and AA. RGB value is (100,242,170). Sum of RGB (Red+Green+Blue) = 100+242+170=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F2AA is #9B0D55. Grayscale: #BFBFBF. Windows color (decimal): -10161494 or 11203172. OLE color: 11203172.
HSL color Cylindrical-coordinate representation of color #64F2AA: hue angle of 149.58º 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 #64F2AA is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 170 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.05 |
| HSL | 149.58º | 0.85% | 0.67% | - |
| HSV(B) | 149.58º | 0.59% | 0.95% | - |
| XYZ | 44.26 | 69.12 | 49.04 | - |
| YUV | 191.33 | 115.96 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 170 | 0.59 | 0 | 0.30 | 0.05 | 149.58 | 0.85 | 0.67 |
| Hex | 64 | F2 | AA | 3B | 0 | 1E | 5 | 96 | 55 | 43 |
| Octal | 144 | 362 | 252 | 73 | 0 | 36 | 5 | 226 | 125 | 103 |
| Binary | 1100100 | 11110010 | 10101010 | 111011 | 0 | 11110 | 101 | 10010110 | 1010101 | 1000011 |
Color Harmonies of #64F2AA
Complementary color
Monochromatic Colors of #64F2AA
Black with #64F2AA
Text Example
Text Example
White with #64F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2AA; }
p { color: rgb(100,242,170); }
H1.HeaderClassName
{
color: #64F2AA;
}
.AnyTagClassName
{
color: #64F2AA;
}
</style>
background-color css
<style>
a { background-color: #64F2AA; }
a { background-color: rgb(100,242,170); }
div.DivClassName
{
background-color: #64F2AA;
}
.BgClassName
{
background-color: #64F2AA;
}
</style>
border-color css
<style>
span { border-color: #64F2AA; }
span { border-color: rgb(100,242,170); }
td.TdClassName
{
border-color: #64F2AA;
}
.TagClassName
{
border-color: #64F2AA;
}
</style>