Shades of Medium Aquamarine #64FDA6
Tints of Medium Aquamarine #64FDA6
RGB
CMYK
RGB Variations
Color information
#64FDA6 (or 0x64FDA6) is known color: Medium Aquamarine. HEX triplet: 64, FD and A6. RGB value is (100,253,166). Sum of RGB (Red+Green+Blue) = 100+253+166=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FDA6 is #9B0259. Grayscale: #C5C5C5. Windows color (decimal): -10158682 or 10943844. OLE color: 10943844.
HSL color Cylindrical-coordinate representation of color #64FDA6: hue angle of 145.88º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FDA6 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 166 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.01 |
| HSL | 145.88º | 0.97% | 0.69% | - |
| HSV(B) | 145.88º | 0.6% | 0.99% | - |
| XYZ | 47.26 | 75.71 | 48.2 | - |
| YUV | 197.34 | 110.31 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 166 | 0.60 | 0 | 0.34 | 0.01 | 145.88 | 0.97 | 0.69 |
| Hex | 64 | FD | A6 | 3C | 0 | 22 | 1 | 92 | 61 | 45 |
| Octal | 144 | 375 | 246 | 74 | 0 | 42 | 1 | 222 | 141 | 105 |
| Binary | 1100100 | 11111101 | 10100110 | 111100 | 0 | 100010 | 1 | 10010010 | 1100001 | 1000101 |
Color Harmonies of #64FDA6
Complementary color
Monochromatic Colors of #64FDA6
Black with #64FDA6
Text Example
Text Example
White with #64FDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDA6; }
p { color: rgb(100,253,166); }
H1.HeaderClassName
{
color: #64FDA6;
}
.AnyTagClassName
{
color: #64FDA6;
}
</style>
background-color css
<style>
a { background-color: #64FDA6; }
a { background-color: rgb(100,253,166); }
div.DivClassName
{
background-color: #64FDA6;
}
.BgClassName
{
background-color: #64FDA6;
}
</style>
border-color css
<style>
span { border-color: #64FDA6; }
span { border-color: rgb(100,253,166); }
td.TdClassName
{
border-color: #64FDA6;
}
.TagClassName
{
border-color: #64FDA6;
}
</style>