Shades of Medium Aquamarine #64E99F
Tints of Medium Aquamarine #64E99F
RGB
CMYK
RGB Variations
Color information
#64E99F (or 0x64E99F) is known color: Medium Aquamarine. HEX triplet: 64, E9 and 9F. RGB value is (100,233,159). Sum of RGB (Red+Green+Blue) = 100+233+159=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #64E99F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E99F is #9B1660. Grayscale: #B8B8B8. Windows color (decimal): -10163809 or 10479972. OLE color: 10479972.
HSL color Cylindrical-coordinate representation of color #64E99F: hue angle of 146.62º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E99F is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 233 | 159 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.09 |
| HSL | 146.62º | 0.75% | 0.65% | - |
| HSV(B) | 146.62º | 0.57% | 0.91% | - |
| XYZ | 40.65 | 63.49 | 42.91 | - |
| YUV | 184.8 | 113.44 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 159 | 0.57 | 0 | 0.32 | 0.09 | 146.62 | 0.75 | 0.65 |
| Hex | 64 | E9 | 9F | 39 | 0 | 20 | 9 | 93 | 4B | 41 |
| Octal | 144 | 351 | 237 | 71 | 0 | 40 | 11 | 223 | 113 | 101 |
| Binary | 1100100 | 11101001 | 10011111 | 111001 | 0 | 100000 | 1001 | 10010011 | 1001011 | 1000001 |
Color Harmonies of #64E99F
Complementary color
Monochromatic Colors of #64E99F
Black with #64E99F
Text Example
Text Example
White with #64E99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E99F; }
p { color: rgb(100,233,159); }
H1.HeaderClassName
{
color: #64E99F;
}
.AnyTagClassName
{
color: #64E99F;
}
</style>
background-color css
<style>
a { background-color: #64E99F; }
a { background-color: rgb(100,233,159); }
div.DivClassName
{
background-color: #64E99F;
}
.BgClassName
{
background-color: #64E99F;
}
</style>
border-color css
<style>
span { border-color: #64E99F; }
span { border-color: rgb(100,233,159); }
td.TdClassName
{
border-color: #64E99F;
}
.TagClassName
{
border-color: #64E99F;
}
</style>