Shades of Medium Aquamarine #64E5A6
Tints of Medium Aquamarine #64E5A6
RGB
CMYK
RGB Variations
Color information
#64E5A6 (or 0x64E5A6) is known color: Medium Aquamarine. HEX triplet: 64, E5 and A6. RGB value is (100,229,166). Sum of RGB (Red+Green+Blue) = 100+229+166=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E5A6 is #9B1A59. Grayscale: #B7B7B7. Windows color (decimal): -10164826 or 10937700. OLE color: 10937700.
HSL color Cylindrical-coordinate representation of color #64E5A6: hue angle of 150.7º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5A6 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 229 | 166 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.10 |
| HSL | 150.7º | 0.71% | 0.65% | - |
| HSV(B) | 150.7º | 0.56% | 0.9% | - |
| XYZ | 40.16 | 61.5 | 45.83 | - |
| YUV | 183.25 | 118.26 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 229 | 166 | 0.56 | 0 | 0.28 | 0.10 | 150.7 | 0.71 | 0.65 |
| Hex | 64 | E5 | A6 | 38 | 0 | 1C | A | 97 | 47 | 41 |
| Octal | 144 | 345 | 246 | 70 | 0 | 34 | 12 | 227 | 107 | 101 |
| Binary | 1100100 | 11100101 | 10100110 | 111000 | 0 | 11100 | 1010 | 10010111 | 1000111 | 1000001 |
Color Harmonies of #64E5A6
Complementary color
Monochromatic Colors of #64E5A6
Black with #64E5A6
Text Example
Text Example
White with #64E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E5A6; }
p { color: rgb(100,229,166); }
H1.HeaderClassName
{
color: #64E5A6;
}
.AnyTagClassName
{
color: #64E5A6;
}
</style>
background-color css
<style>
a { background-color: #64E5A6; }
a { background-color: rgb(100,229,166); }
div.DivClassName
{
background-color: #64E5A6;
}
.BgClassName
{
background-color: #64E5A6;
}
</style>
border-color css
<style>
span { border-color: #64E5A6; }
span { border-color: rgb(100,229,166); }
td.TdClassName
{
border-color: #64E5A6;
}
.TagClassName
{
border-color: #64E5A6;
}
</style>