Shades of Medium Aquamarine #64FAAB
Tints of Medium Aquamarine #64FAAB
RGB
CMYK
RGB Variations
Color information
#64FAAB (or 0x64FAAB) is known color: Medium Aquamarine. HEX triplet: 64, FA and AB. RGB value is (100,250,171). Sum of RGB (Red+Green+Blue) = 100+250+171=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAAB is #9B0554. Grayscale: #C4C4C4. Windows color (decimal): -10159445 or 11270756. OLE color: 11270756.
HSL color Cylindrical-coordinate representation of color #64FAAB: hue angle of 148.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 #64FAAB is Cyan = 0.6, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 171 | - |
| CMYK | 0.6 | 0 | 0.32 | 0.02 |
| HSL | 148.4º | 0.94% | 0.69% | - |
| HSV(B) | 148.4º | 0.6% | 0.98% | - |
| XYZ | 46.79 | 74.02 | 50.35 | - |
| YUV | 196.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 171 | 0.6 | 0 | 0.32 | 0.02 | 148.4 | 0.94 | 0.69 |
| Hex | 64 | FA | AB | 3C | 0 | 20 | 2 | 94 | 5E | 45 |
| Octal | 144 | 372 | 253 | 74 | 0 | 40 | 2 | 224 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10101011 | 111100 | 0 | 100000 | 10 | 10010100 | 1011110 | 1000101 |
Color Harmonies of #64FAAB
Complementary color
Monochromatic Colors of #64FAAB
Black with #64FAAB
Text Example
Text Example
White with #64FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAAB; }
p { color: rgb(100,250,171); }
H1.HeaderClassName
{
color: #64FAAB;
}
.AnyTagClassName
{
color: #64FAAB;
}
</style>
background-color css
<style>
a { background-color: #64FAAB; }
a { background-color: rgb(100,250,171); }
div.DivClassName
{
background-color: #64FAAB;
}
.BgClassName
{
background-color: #64FAAB;
}
</style>
border-color css
<style>
span { border-color: #64FAAB; }
span { border-color: rgb(100,250,171); }
td.TdClassName
{
border-color: #64FAAB;
}
.TagClassName
{
border-color: #64FAAB;
}
</style>