Shades of Medium Aquamarine #64FAA6
Tints of Medium Aquamarine #64FAA6
RGB
CMYK
RGB Variations
Color information
#64FAA6 (or 0x64FAA6) is known color: Medium Aquamarine. HEX triplet: 64, FA and A6. RGB value is (100,250,166). Sum of RGB (Red+Green+Blue) = 100+250+166=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAA6 is #9B0559. Grayscale: #C3C3C3. Windows color (decimal): -10159450 or 10943076. OLE color: 10943076.
HSL color Cylindrical-coordinate representation of color #64FAA6: hue angle of 146.4º 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 #64FAA6 is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 166 | - |
| CMYK | 0.6 | 0 | 0.34 | 0.02 |
| HSL | 146.4º | 0.94% | 0.69% | - |
| HSV(B) | 146.4º | 0.6% | 0.98% | - |
| XYZ | 46.32 | 73.83 | 47.89 | - |
| YUV | 195.57 | 111.31 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 166 | 0.6 | 0 | 0.34 | 0.02 | 146.4 | 0.94 | 0.69 |
| Hex | 64 | FA | A6 | 3C | 0 | 22 | 2 | 92 | 5E | 45 |
| Octal | 144 | 372 | 246 | 74 | 0 | 42 | 2 | 222 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10100110 | 111100 | 0 | 100010 | 10 | 10010010 | 1011110 | 1000101 |
Color Harmonies of #64FAA6
Complementary color
Monochromatic Colors of #64FAA6
Black with #64FAA6
Text Example
Text Example
White with #64FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAA6; }
p { color: rgb(100,250,166); }
H1.HeaderClassName
{
color: #64FAA6;
}
.AnyTagClassName
{
color: #64FAA6;
}
</style>
background-color css
<style>
a { background-color: #64FAA6; }
a { background-color: rgb(100,250,166); }
div.DivClassName
{
background-color: #64FAA6;
}
.BgClassName
{
background-color: #64FAA6;
}
</style>
border-color css
<style>
span { border-color: #64FAA6; }
span { border-color: rgb(100,250,166); }
td.TdClassName
{
border-color: #64FAA6;
}
.TagClassName
{
border-color: #64FAA6;
}
</style>