Shades of Medium Aquamarine #64FFA0
Tints of Medium Aquamarine #64FFA0
RGB
CMYK
RGB Variations
Color information
#64FFA0 (or 0x64FFA0) is known color: Medium Aquamarine. HEX triplet: 64, FF and A0. RGB value is (100,255,160). Sum of RGB (Red+Green+Blue) = 100+255+160=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FFA0 is #9B005F. Grayscale: #C6C6C6. Windows color (decimal): -10158176 or 10551140. OLE color: 10551140.
HSL color Cylindrical-coordinate representation of color #64FFA0: hue angle of 143.23º 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 #64FFA0 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 160 | - |
| CMYK | 0.61 | 0 | 0.37 | 0 |
| HSL | 143.23º | 1% | 0.7% | - |
| HSV(B) | 143.23º | 0.61% | 1% | - |
| XYZ | 47.36 | 76.77 | 45.58 | - |
| YUV | 197.83 | 106.65 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 160 | 0.61 | 0 | 0.37 | 0 | 143.23 | 1 | 0.7 |
| Hex | 64 | FF | A0 | 3D | 0 | 25 | 0 | 8F | 64 | 46 |
| Octal | 144 | 377 | 240 | 75 | 0 | 45 | 0 | 217 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10100000 | 111101 | 0 | 100101 | 0 | 10001111 | 1100100 | 1000110 |
Color Harmonies of #64FFA0
Complementary color
Monochromatic Colors of #64FFA0
Black with #64FFA0
Text Example
Text Example
White with #64FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFA0; }
p { color: rgb(100,255,160); }
H1.HeaderClassName
{
color: #64FFA0;
}
.AnyTagClassName
{
color: #64FFA0;
}
</style>
background-color css
<style>
a { background-color: #64FFA0; }
a { background-color: rgb(100,255,160); }
div.DivClassName
{
background-color: #64FFA0;
}
.BgClassName
{
background-color: #64FFA0;
}
</style>
border-color css
<style>
span { border-color: #64FFA0; }
span { border-color: rgb(100,255,160); }
td.TdClassName
{
border-color: #64FFA0;
}
.TagClassName
{
border-color: #64FFA0;
}
</style>