Shades of Medium Aquamarine #64E1AF
Tints of Medium Aquamarine #64E1AF
RGB
CMYK
RGB Variations
Color information
#64E1AF (or 0x64E1AF) is known color: Medium Aquamarine. HEX triplet: 64, E1 and AF. RGB value is (100,225,175). Sum of RGB (Red+Green+Blue) = 100+225+175=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E1AF is #9B1E50. Grayscale: #B6B6B6. Windows color (decimal): -10165841 or 11526500. OLE color: 11526500.
HSL color Cylindrical-coordinate representation of color #64E1AF: hue angle of 156º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E1AF is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 175 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.12 |
| HSL | 156º | 0.68% | 0.64% | - |
| HSV(B) | 156º | 0.56% | 0.88% | - |
| XYZ | 39.92 | 59.65 | 49.97 | - |
| YUV | 181.93 | 124.09 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 175 | 0.56 | 0 | 0.22 | 0.12 | 156 | 0.68 | 0.64 |
| Hex | 64 | E1 | AF | 38 | 0 | 16 | C | 9C | 44 | 40 |
| Octal | 144 | 341 | 257 | 70 | 0 | 26 | 14 | 234 | 104 | 100 |
| Binary | 1100100 | 11100001 | 10101111 | 111000 | 0 | 10110 | 1100 | 10011100 | 1000100 | 1000000 |
Color Harmonies of #64E1AF
Complementary color
Monochromatic Colors of #64E1AF
Black with #64E1AF
Text Example
Text Example
White with #64E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E1AF; }
p { color: rgb(100,225,175); }
H1.HeaderClassName
{
color: #64E1AF;
}
.AnyTagClassName
{
color: #64E1AF;
}
</style>
background-color css
<style>
a { background-color: #64E1AF; }
a { background-color: rgb(100,225,175); }
div.DivClassName
{
background-color: #64E1AF;
}
.BgClassName
{
background-color: #64E1AF;
}
</style>
border-color css
<style>
span { border-color: #64E1AF; }
span { border-color: rgb(100,225,175); }
td.TdClassName
{
border-color: #64E1AF;
}
.TagClassName
{
border-color: #64E1AF;
}
</style>