Shades of Medium Aquamarine #64F499
Tints of Medium Aquamarine #64F499
RGB
CMYK
RGB Variations
Color information
#64F499 (or 0x64F499) is known color: Medium Aquamarine. HEX triplet: 64, F4 and 99. RGB value is (100,244,153). Sum of RGB (Red+Green+Blue) = 100+244+153=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #64F499 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F499 is #9B0B66. Grayscale: #BEBEBE. Windows color (decimal): -10160999 or 10089572. OLE color: 10089572.
HSL color Cylindrical-coordinate representation of color #64F499: hue angle of 142.08º 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 #64F499 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 153 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.04 |
| HSL | 142.08º | 0.87% | 0.67% | - |
| HSV(B) | 142.08º | 0.59% | 0.96% | - |
| XYZ | 43.36 | 69.71 | 41.31 | - |
| YUV | 190.57 | 106.79 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 153 | 0.59 | 0 | 0.37 | 0.04 | 142.08 | 0.87 | 0.67 |
| Hex | 64 | F4 | 99 | 3B | 0 | 25 | 4 | 8E | 57 | 43 |
| Octal | 144 | 364 | 231 | 73 | 0 | 45 | 4 | 216 | 127 | 103 |
| Binary | 1100100 | 11110100 | 10011001 | 111011 | 0 | 100101 | 100 | 10001110 | 1010111 | 1000011 |
Color Harmonies of #64F499
Complementary color
Monochromatic Colors of #64F499
Black with #64F499
Text Example
Text Example
White with #64F499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F499; }
p { color: rgb(100,244,153); }
H1.HeaderClassName
{
color: #64F499;
}
.AnyTagClassName
{
color: #64F499;
}
</style>
background-color css
<style>
a { background-color: #64F499; }
a { background-color: rgb(100,244,153); }
div.DivClassName
{
background-color: #64F499;
}
.BgClassName
{
background-color: #64F499;
}
</style>
border-color css
<style>
span { border-color: #64F499; }
span { border-color: rgb(100,244,153); }
td.TdClassName
{
border-color: #64F499;
}
.TagClassName
{
border-color: #64F499;
}
</style>