Shades of Medium Aquamarine #64EC9F
Tints of Medium Aquamarine #64EC9F
RGB
CMYK
RGB Variations
Color information
#64EC9F (or 0x64EC9F) is known color: Medium Aquamarine. HEX triplet: 64, EC and 9F. RGB value is (100,236,159). Sum of RGB (Red+Green+Blue) = 100+236+159=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC9F is #9B1360. Grayscale: #BABABA. Windows color (decimal): -10163041 or 10480740. OLE color: 10480740.
HSL color Cylindrical-coordinate representation of color #64EC9F: hue angle of 146.03º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EC9F is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 159 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.07 |
| HSL | 146.03º | 0.78% | 0.66% | - |
| HSV(B) | 146.03º | 0.58% | 0.93% | - |
| XYZ | 41.51 | 65.2 | 43.2 | - |
| YUV | 186.56 | 112.44 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 159 | 0.58 | 0 | 0.33 | 0.07 | 146.03 | 0.78 | 0.66 |
| Hex | 64 | EC | 9F | 3A | 0 | 21 | 7 | 92 | 4E | 42 |
| Octal | 144 | 354 | 237 | 72 | 0 | 41 | 7 | 222 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10011111 | 111010 | 0 | 100001 | 111 | 10010010 | 1001110 | 1000010 |
Color Harmonies of #64EC9F
Complementary color
Monochromatic Colors of #64EC9F
Black with #64EC9F
Text Example
Text Example
White with #64EC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EC9F; }
p { color: rgb(100,236,159); }
H1.HeaderClassName
{
color: #64EC9F;
}
.AnyTagClassName
{
color: #64EC9F;
}
</style>
background-color css
<style>
a { background-color: #64EC9F; }
a { background-color: rgb(100,236,159); }
div.DivClassName
{
background-color: #64EC9F;
}
.BgClassName
{
background-color: #64EC9F;
}
</style>
border-color css
<style>
span { border-color: #64EC9F; }
span { border-color: rgb(100,236,159); }
td.TdClassName
{
border-color: #64EC9F;
}
.TagClassName
{
border-color: #64EC9F;
}
</style>