Shades of Medium Aquamarine #64ECA0
Tints of Medium Aquamarine #64ECA0
RGB
CMYK
RGB Variations
Color information
#64ECA0 (or 0x64ECA0) is known color: Medium Aquamarine. HEX triplet: 64, EC and A0. RGB value is (100,236,160). Sum of RGB (Red+Green+Blue) = 100+236+160=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ECA0 is #9B135F. Grayscale: #BABABA. Windows color (decimal): -10163040 or 10546276. OLE color: 10546276.
HSL color Cylindrical-coordinate representation of color #64ECA0: hue angle of 146.47º 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 #64ECA0 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 160 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.07 |
| HSL | 146.47º | 0.78% | 0.66% | - |
| HSV(B) | 146.47º | 0.58% | 0.93% | - |
| XYZ | 41.6 | 65.24 | 43.66 | - |
| YUV | 186.67 | 112.94 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 160 | 0.58 | 0 | 0.32 | 0.07 | 146.47 | 0.78 | 0.66 |
| Hex | 64 | EC | A0 | 3A | 0 | 20 | 7 | 92 | 4E | 42 |
| Octal | 144 | 354 | 240 | 72 | 0 | 40 | 7 | 222 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10100000 | 111010 | 0 | 100000 | 111 | 10010010 | 1001110 | 1000010 |
Color Harmonies of #64ECA0
Complementary color
Monochromatic Colors of #64ECA0
Black with #64ECA0
Text Example
Text Example
White with #64ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECA0; }
p { color: rgb(100,236,160); }
H1.HeaderClassName
{
color: #64ECA0;
}
.AnyTagClassName
{
color: #64ECA0;
}
</style>
background-color css
<style>
a { background-color: #64ECA0; }
a { background-color: rgb(100,236,160); }
div.DivClassName
{
background-color: #64ECA0;
}
.BgClassName
{
background-color: #64ECA0;
}
</style>
border-color css
<style>
span { border-color: #64ECA0; }
span { border-color: rgb(100,236,160); }
td.TdClassName
{
border-color: #64ECA0;
}
.TagClassName
{
border-color: #64ECA0;
}
</style>