Shades of Medium Aquamarine #64E099
Tints of Medium Aquamarine #64E099
RGB
CMYK
RGB Variations
Color information
#64E099 (or 0x64E099) is known color: Medium Aquamarine. HEX triplet: 64, E0 and 99. RGB value is (100,224,153). Sum of RGB (Red+Green+Blue) = 100+224+153=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #64E099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E099 is #9B1F66. Grayscale: #B2B2B2. Windows color (decimal): -10166119 or 10084452. OLE color: 10084452.
HSL color Cylindrical-coordinate representation of color #64E099: hue angle of 145.65º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E099 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 224 | 153 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.12 |
| HSL | 145.65º | 0.67% | 0.64% | - |
| HSV(B) | 145.65º | 0.55% | 0.88% | - |
| XYZ | 37.66 | 58.32 | 39.41 | - |
| YUV | 178.83 | 113.42 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 224 | 153 | 0.55 | 0 | 0.32 | 0.12 | 145.65 | 0.67 | 0.64 |
| Hex | 64 | E0 | 99 | 37 | 0 | 20 | C | 92 | 43 | 40 |
| Octal | 144 | 340 | 231 | 67 | 0 | 40 | 14 | 222 | 103 | 100 |
| Binary | 1100100 | 11100000 | 10011001 | 110111 | 0 | 100000 | 1100 | 10010010 | 1000011 | 1000000 |
Color Harmonies of #64E099
Complementary color
Monochromatic Colors of #64E099
Black with #64E099
Text Example
Text Example
White with #64E099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E099; }
p { color: rgb(100,224,153); }
H1.HeaderClassName
{
color: #64E099;
}
.AnyTagClassName
{
color: #64E099;
}
</style>
background-color css
<style>
a { background-color: #64E099; }
a { background-color: rgb(100,224,153); }
div.DivClassName
{
background-color: #64E099;
}
.BgClassName
{
background-color: #64E099;
}
</style>
border-color css
<style>
span { border-color: #64E099; }
span { border-color: rgb(100,224,153); }
td.TdClassName
{
border-color: #64E099;
}
.TagClassName
{
border-color: #64E099;
}
</style>