Shades of Medium Aquamarine #64FFA2
Tints of Medium Aquamarine #64FFA2
RGB
CMYK
RGB Variations
Color information
#64FFA2 (or 0x64FFA2) is known color: Medium Aquamarine. HEX triplet: 64, FF and A2. RGB value is (100,255,162). Sum of RGB (Red+Green+Blue) = 100+255+162=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FFA2 is #9B005D. Grayscale: #C6C6C6. Windows color (decimal): -10158174 or 10682212. OLE color: 10682212.
HSL color Cylindrical-coordinate representation of color #64FFA2: hue angle of 144º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFA2 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 162 | - |
| CMYK | 0.61 | 0 | 0.36 | 0 |
| HSL | 144º | 1% | 0.7% | - |
| HSV(B) | 144º | 0.61% | 1% | - |
| XYZ | 47.54 | 76.84 | 46.51 | - |
| YUV | 198.05 | 107.65 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 162 | 0.61 | 0 | 0.36 | 0 | 144 | 1 | 0.7 |
| Hex | 64 | FF | A2 | 3D | 0 | 24 | 0 | 90 | 64 | 46 |
| Octal | 144 | 377 | 242 | 75 | 0 | 44 | 0 | 220 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10100010 | 111101 | 0 | 100100 | 0 | 10010000 | 1100100 | 1000110 |
Color Harmonies of #64FFA2
Complementary color
Monochromatic Colors of #64FFA2
Black with #64FFA2
Text Example
Text Example
White with #64FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFA2; }
p { color: rgb(100,255,162); }
H1.HeaderClassName
{
color: #64FFA2;
}
.AnyTagClassName
{
color: #64FFA2;
}
</style>
background-color css
<style>
a { background-color: #64FFA2; }
a { background-color: rgb(100,255,162); }
div.DivClassName
{
background-color: #64FFA2;
}
.BgClassName
{
background-color: #64FFA2;
}
</style>
border-color css
<style>
span { border-color: #64FFA2; }
span { border-color: rgb(100,255,162); }
td.TdClassName
{
border-color: #64FFA2;
}
.TagClassName
{
border-color: #64FFA2;
}
</style>