Shades of Medium Aquamarine #64F49E
Tints of Medium Aquamarine #64F49E
RGB
CMYK
RGB Variations
Color information
#64F49E (or 0x64F49E) is known color: Medium Aquamarine. HEX triplet: 64, F4 and 9E. RGB value is (100,244,158). Sum of RGB (Red+Green+Blue) = 100+244+158=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #64F49E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F49E is #9B0B61. Grayscale: #BFBFBF. Windows color (decimal): -10160994 or 10417252. OLE color: 10417252.
HSL color Cylindrical-coordinate representation of color #64F49E: hue angle of 144.17º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F49E is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 158 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.04 |
| HSL | 144.17º | 0.87% | 0.67% | - |
| HSV(B) | 144.17º | 0.59% | 0.96% | - |
| XYZ | 43.78 | 69.88 | 43.53 | - |
| YUV | 191.14 | 109.29 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 158 | 0.59 | 0 | 0.35 | 0.04 | 144.17 | 0.87 | 0.67 |
| Hex | 64 | F4 | 9E | 3B | 0 | 23 | 4 | 90 | 57 | 43 |
| Octal | 144 | 364 | 236 | 73 | 0 | 43 | 4 | 220 | 127 | 103 |
| Binary | 1100100 | 11110100 | 10011110 | 111011 | 0 | 100011 | 100 | 10010000 | 1010111 | 1000011 |
Color Harmonies of #64F49E
Complementary color
Monochromatic Colors of #64F49E
Black with #64F49E
Text Example
Text Example
White with #64F49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F49E; }
p { color: rgb(100,244,158); }
H1.HeaderClassName
{
color: #64F49E;
}
.AnyTagClassName
{
color: #64F49E;
}
</style>
background-color css
<style>
a { background-color: #64F49E; }
a { background-color: rgb(100,244,158); }
div.DivClassName
{
background-color: #64F49E;
}
.BgClassName
{
background-color: #64F49E;
}
</style>
border-color css
<style>
span { border-color: #64F49E; }
span { border-color: rgb(100,244,158); }
td.TdClassName
{
border-color: #64F49E;
}
.TagClassName
{
border-color: #64F49E;
}
</style>