Shades of Medium Aquamarine #64F7AA
Tints of Medium Aquamarine #64F7AA
RGB
CMYK
RGB Variations
Color information
#64F7AA (or 0x64F7AA) is known color: Medium Aquamarine. HEX triplet: 64, F7 and AA. RGB value is (100,247,170). Sum of RGB (Red+Green+Blue) = 100+247+170=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F7AA is #9B0855. Grayscale: #C2C2C2. Windows color (decimal): -10160214 or 11204452. OLE color: 11204452.
HSL color Cylindrical-coordinate representation of color #64F7AA: hue angle of 148.57º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7AA is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 170 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.03 |
| HSL | 148.57º | 0.9% | 0.68% | - |
| HSV(B) | 148.57º | 0.6% | 0.97% | - |
| XYZ | 45.77 | 72.13 | 49.54 | - |
| YUV | 194.27 | 114.3 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 170 | 0.60 | 0 | 0.31 | 0.03 | 148.57 | 0.9 | 0.68 |
| Hex | 64 | F7 | AA | 3C | 0 | 1F | 3 | 95 | 5A | 44 |
| Octal | 144 | 367 | 252 | 74 | 0 | 37 | 3 | 225 | 132 | 104 |
| Binary | 1100100 | 11110111 | 10101010 | 111100 | 0 | 11111 | 11 | 10010101 | 1011010 | 1000100 |
Color Harmonies of #64F7AA
Complementary color
Monochromatic Colors of #64F7AA
Black with #64F7AA
Text Example
Text Example
White with #64F7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F7AA; }
p { color: rgb(100,247,170); }
H1.HeaderClassName
{
color: #64F7AA;
}
.AnyTagClassName
{
color: #64F7AA;
}
</style>
background-color css
<style>
a { background-color: #64F7AA; }
a { background-color: rgb(100,247,170); }
div.DivClassName
{
background-color: #64F7AA;
}
.BgClassName
{
background-color: #64F7AA;
}
</style>
border-color css
<style>
span { border-color: #64F7AA; }
span { border-color: rgb(100,247,170); }
td.TdClassName
{
border-color: #64F7AA;
}
.TagClassName
{
border-color: #64F7AA;
}
</style>