Shades of Medium Aquamarine #64FAA9
Tints of Medium Aquamarine #64FAA9
RGB
CMYK
RGB Variations
Color information
#64FAA9 (or 0x64FAA9) is known color: Medium Aquamarine. HEX triplet: 64, FA and A9. RGB value is (100,250,169). Sum of RGB (Red+Green+Blue) = 100+250+169=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAA9 is #9B0556. Grayscale: #C4C4C4. Windows color (decimal): -10159447 or 11139684. OLE color: 11139684.
HSL color Cylindrical-coordinate representation of color #64FAA9: hue angle of 147.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAA9 is Cyan = 0.6, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 169 | - |
| CMYK | 0.6 | 0 | 0.32 | 0.02 |
| HSL | 147.6º | 0.94% | 0.69% | - |
| HSV(B) | 147.6º | 0.6% | 0.98% | - |
| XYZ | 46.6 | 73.95 | 49.35 | - |
| YUV | 195.92 | 112.81 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 169 | 0.6 | 0 | 0.32 | 0.02 | 147.6 | 0.94 | 0.69 |
| Hex | 64 | FA | A9 | 3C | 0 | 20 | 2 | 94 | 5E | 45 |
| Octal | 144 | 372 | 251 | 74 | 0 | 40 | 2 | 224 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10101001 | 111100 | 0 | 100000 | 10 | 10010100 | 1011110 | 1000101 |
Color Harmonies of #64FAA9
Complementary color
Monochromatic Colors of #64FAA9
Black with #64FAA9
Text Example
Text Example
White with #64FAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAA9; }
p { color: rgb(100,250,169); }
H1.HeaderClassName
{
color: #64FAA9;
}
.AnyTagClassName
{
color: #64FAA9;
}
</style>
background-color css
<style>
a { background-color: #64FAA9; }
a { background-color: rgb(100,250,169); }
div.DivClassName
{
background-color: #64FAA9;
}
.BgClassName
{
background-color: #64FAA9;
}
</style>
border-color css
<style>
span { border-color: #64FAA9; }
span { border-color: rgb(100,250,169); }
td.TdClassName
{
border-color: #64FAA9;
}
.TagClassName
{
border-color: #64FAA9;
}
</style>