Shades of Medium Aquamarine #64D6A2
Tints of Medium Aquamarine #64D6A2
RGB
CMYK
RGB Variations
Color information
#64D6A2 (or 0x64D6A2) is known color: Medium Aquamarine. HEX triplet: 64, D6 and A2. RGB value is (100,214,162). Sum of RGB (Red+Green+Blue) = 100+214+162=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D6A2 is #9B295D. Grayscale: #AEAEAE. Windows color (decimal): -10168670 or 10671716. OLE color: 10671716.
HSL color Cylindrical-coordinate representation of color #64D6A2: hue angle of 152.63º 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 #64D6A2 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 214 | 162 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.16 |
| HSL | 152.63º | 0.58% | 0.62% | - |
| HSV(B) | 152.63º | 0.53% | 0.84% | - |
| XYZ | 35.82 | 53.41 | 42.6 | - |
| YUV | 173.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 214 | 162 | 0.53 | 0 | 0.24 | 0.16 | 152.63 | 0.58 | 0.62 |
| Hex | 64 | D6 | A2 | 35 | 0 | 18 | 10 | 99 | 3A | 3E |
| Octal | 144 | 326 | 242 | 65 | 0 | 30 | 20 | 231 | 72 | 76 |
| Binary | 1100100 | 11010110 | 10100010 | 110101 | 0 | 11000 | 10000 | 10011001 | 111010 | 111110 |
Color Harmonies of #64D6A2
Complementary color
Monochromatic Colors of #64D6A2
Black with #64D6A2
Text Example
Text Example
White with #64D6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D6A2; }
p { color: rgb(100,214,162); }
H1.HeaderClassName
{
color: #64D6A2;
}
.AnyTagClassName
{
color: #64D6A2;
}
</style>
background-color css
<style>
a { background-color: #64D6A2; }
a { background-color: rgb(100,214,162); }
div.DivClassName
{
background-color: #64D6A2;
}
.BgClassName
{
background-color: #64D6A2;
}
</style>
border-color css
<style>
span { border-color: #64D6A2; }
span { border-color: rgb(100,214,162); }
td.TdClassName
{
border-color: #64D6A2;
}
.TagClassName
{
border-color: #64D6A2;
}
</style>