Shades of Medium Aquamarine #64E19A
Tints of Medium Aquamarine #64E19A
RGB
CMYK
RGB Variations
Color information
#64E19A (or 0x64E19A) is known color: Medium Aquamarine. HEX triplet: 64, E1 and 9A. RGB value is (100,225,154). Sum of RGB (Red+Green+Blue) = 100+225+154=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #64E19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E19A is #9B1E65. Grayscale: #B3B3B3. Windows color (decimal): -10165862 or 10150244. OLE color: 10150244.
HSL color Cylindrical-coordinate representation of color #64E19A: hue angle of 145.92º 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 #64E19A is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 154 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.12 |
| HSL | 145.92º | 0.68% | 0.64% | - |
| HSV(B) | 145.92º | 0.56% | 0.88% | - |
| XYZ | 38.01 | 58.89 | 39.94 | - |
| YUV | 179.53 | 113.59 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 154 | 0.56 | 0 | 0.32 | 0.12 | 145.92 | 0.68 | 0.64 |
| Hex | 64 | E1 | 9A | 38 | 0 | 20 | C | 92 | 44 | 40 |
| Octal | 144 | 341 | 232 | 70 | 0 | 40 | 14 | 222 | 104 | 100 |
| Binary | 1100100 | 11100001 | 10011010 | 111000 | 0 | 100000 | 1100 | 10010010 | 1000100 | 1000000 |
Color Harmonies of #64E19A
Complementary color
Monochromatic Colors of #64E19A
Black with #64E19A
Text Example
Text Example
White with #64E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E19A; }
p { color: rgb(100,225,154); }
H1.HeaderClassName
{
color: #64E19A;
}
.AnyTagClassName
{
color: #64E19A;
}
</style>
background-color css
<style>
a { background-color: #64E19A; }
a { background-color: rgb(100,225,154); }
div.DivClassName
{
background-color: #64E19A;
}
.BgClassName
{
background-color: #64E19A;
}
</style>
border-color css
<style>
span { border-color: #64E19A; }
span { border-color: rgb(100,225,154); }
td.TdClassName
{
border-color: #64E19A;
}
.TagClassName
{
border-color: #64E19A;
}
</style>