Shades of Medium Aquamarine #64D6A1
Tints of Medium Aquamarine #64D6A1
RGB
CMYK
RGB Variations
Color information
#64D6A1 (or 0x64D6A1) is known color: Medium Aquamarine. HEX triplet: 64, D6 and A1. RGB value is (100,214,161). Sum of RGB (Red+Green+Blue) = 100+214+161=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D6A1 is #9B295E. Grayscale: #ADADAD. Windows color (decimal): -10168671 or 10606180. OLE color: 10606180.
HSL color Cylindrical-coordinate representation of color #64D6A1: hue angle of 152.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D6A1 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 161 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.16 |
| HSL | 152.11º | 0.58% | 0.62% | - |
| HSV(B) | 152.11º | 0.53% | 0.84% | - |
| XYZ | 35.74 | 53.38 | 42.14 | - |
| YUV | 173.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 161 | 0.53 | 0 | 0.25 | 0.16 | 152.11 | 0.58 | 0.62 |
| Hex | 64 | D6 | A1 | 35 | 0 | 19 | 10 | 98 | 3A | 3E |
| Octal | 144 | 326 | 241 | 65 | 0 | 31 | 20 | 230 | 72 | 76 |
| Binary | 1100100 | 11010110 | 10100001 | 110101 | 0 | 11001 | 10000 | 10011000 | 111010 | 111110 |
Color Harmonies of #64D6A1
Complementary color
Monochromatic Colors of #64D6A1
Black with #64D6A1
Text Example
Text Example
White with #64D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6A1; }
p { color: rgb(100,214,161); }
H1.HeaderClassName
{
color: #64D6A1;
}
.AnyTagClassName
{
color: #64D6A1;
}
</style>
background-color css
<style>
a { background-color: #64D6A1; }
a { background-color: rgb(100,214,161); }
div.DivClassName
{
background-color: #64D6A1;
}
.BgClassName
{
background-color: #64D6A1;
}
</style>
border-color css
<style>
span { border-color: #64D6A1; }
span { border-color: rgb(100,214,161); }
td.TdClassName
{
border-color: #64D6A1;
}
.TagClassName
{
border-color: #64D6A1;
}
</style>