Shades of Medium Aquamarine #64EC96
Tints of Medium Aquamarine #64EC96
RGB
CMYK
RGB Variations
Color information
#64EC96 (or 0x64EC96) is known color: Medium Aquamarine. HEX triplet: 64, EC and 96. RGB value is (100,236,150). Sum of RGB (Red+Green+Blue) = 100+236+150=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC96 is #9B1369. Grayscale: #B9B9B9. Windows color (decimal): -10163050 or 9890916. OLE color: 9890916.
HSL color Cylindrical-coordinate representation of color #64EC96: hue angle of 142.06º 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 #64EC96 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 150 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.07 |
| HSL | 142.06º | 0.78% | 0.66% | - |
| HSV(B) | 142.06º | 0.58% | 0.93% | - |
| XYZ | 40.76 | 64.9 | 39.23 | - |
| YUV | 185.53 | 107.94 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 150 | 0.58 | 0 | 0.36 | 0.07 | 142.06 | 0.78 | 0.66 |
| Hex | 64 | EC | 96 | 3A | 0 | 24 | 7 | 8E | 4E | 42 |
| Octal | 144 | 354 | 226 | 72 | 0 | 44 | 7 | 216 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10010110 | 111010 | 0 | 100100 | 111 | 10001110 | 1001110 | 1000010 |
Color Harmonies of #64EC96
Complementary color
Monochromatic Colors of #64EC96
Black with #64EC96
Text Example
Text Example
White with #64EC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EC96; }
p { color: rgb(100,236,150); }
H1.HeaderClassName
{
color: #64EC96;
}
.AnyTagClassName
{
color: #64EC96;
}
</style>
background-color css
<style>
a { background-color: #64EC96; }
a { background-color: rgb(100,236,150); }
div.DivClassName
{
background-color: #64EC96;
}
.BgClassName
{
background-color: #64EC96;
}
</style>
border-color css
<style>
span { border-color: #64EC96; }
span { border-color: rgb(100,236,150); }
td.TdClassName
{
border-color: #64EC96;
}
.TagClassName
{
border-color: #64EC96;
}
</style>