Shades of Medium Aquamarine #64E7A0
Tints of Medium Aquamarine #64E7A0
RGB
CMYK
RGB Variations
Color information
#64E7A0 (or 0x64E7A0) is known color: Medium Aquamarine. HEX triplet: 64, E7 and A0. RGB value is (100,231,160). Sum of RGB (Red+Green+Blue) = 100+231+160=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #64E7A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E7A0 is #9B185F. Grayscale: #B7B7B7. Windows color (decimal): -10164320 or 10544996. OLE color: 10544996.
HSL color Cylindrical-coordinate representation of color #64E7A0: hue angle of 147.48º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E7A0 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 160 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.09 |
| HSL | 147.48º | 0.73% | 0.65% | - |
| HSV(B) | 147.48º | 0.57% | 0.91% | - |
| XYZ | 40.18 | 62.4 | 43.18 | - |
| YUV | 183.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 160 | 0.57 | 0 | 0.31 | 0.09 | 147.48 | 0.73 | 0.65 |
| Hex | 64 | E7 | A0 | 39 | 0 | 1F | 9 | 93 | 49 | 41 |
| Octal | 144 | 347 | 240 | 71 | 0 | 37 | 11 | 223 | 111 | 101 |
| Binary | 1100100 | 11100111 | 10100000 | 111001 | 0 | 11111 | 1001 | 10010011 | 1001001 | 1000001 |
Color Harmonies of #64E7A0
Complementary color
Monochromatic Colors of #64E7A0
Black with #64E7A0
Text Example
Text Example
White with #64E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E7A0; }
p { color: rgb(100,231,160); }
H1.HeaderClassName
{
color: #64E7A0;
}
.AnyTagClassName
{
color: #64E7A0;
}
</style>
background-color css
<style>
a { background-color: #64E7A0; }
a { background-color: rgb(100,231,160); }
div.DivClassName
{
background-color: #64E7A0;
}
.BgClassName
{
background-color: #64E7A0;
}
</style>
border-color css
<style>
span { border-color: #64E7A0; }
span { border-color: rgb(100,231,160); }
td.TdClassName
{
border-color: #64E7A0;
}
.TagClassName
{
border-color: #64E7A0;
}
</style>