Shades of Medium Aquamarine #64E299
Tints of Medium Aquamarine #64E299
RGB
CMYK
RGB Variations
Color information
#64E299 (or 0x64E299) is known color: Medium Aquamarine. HEX triplet: 64, E2 and 99. RGB value is (100,226,153). Sum of RGB (Red+Green+Blue) = 100+226+153=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #64E299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E299 is #9B1D66. Grayscale: #B4B4B4. Windows color (decimal): -10165607 or 10084964. OLE color: 10084964.
HSL color Cylindrical-coordinate representation of color #64E299: hue angle of 145.24º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E299 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 226 | 153 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.11 |
| HSL | 145.24º | 0.68% | 0.64% | - |
| HSV(B) | 145.24º | 0.56% | 0.89% | - |
| XYZ | 38.2 | 59.4 | 39.59 | - |
| YUV | 180 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 226 | 153 | 0.56 | 0 | 0.32 | 0.11 | 145.24 | 0.68 | 0.64 |
| Hex | 64 | E2 | 99 | 38 | 0 | 20 | B | 91 | 44 | 40 |
| Octal | 144 | 342 | 231 | 70 | 0 | 40 | 13 | 221 | 104 | 100 |
| Binary | 1100100 | 11100010 | 10011001 | 111000 | 0 | 100000 | 1011 | 10010001 | 1000100 | 1000000 |
Color Harmonies of #64E299
Complementary color
Monochromatic Colors of #64E299
Black with #64E299
Text Example
Text Example
White with #64E299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E299; }
p { color: rgb(100,226,153); }
H1.HeaderClassName
{
color: #64E299;
}
.AnyTagClassName
{
color: #64E299;
}
</style>
background-color css
<style>
a { background-color: #64E299; }
a { background-color: rgb(100,226,153); }
div.DivClassName
{
background-color: #64E299;
}
.BgClassName
{
background-color: #64E299;
}
</style>
border-color css
<style>
span { border-color: #64E299; }
span { border-color: rgb(100,226,153); }
td.TdClassName
{
border-color: #64E299;
}
.TagClassName
{
border-color: #64E299;
}
</style>