Shades of Medium Aquamarine #64FDA4
Tints of Medium Aquamarine #64FDA4
RGB
CMYK
RGB Variations
Color information
#64FDA4 (or 0x64FDA4) is known color: Medium Aquamarine. HEX triplet: 64, FD and A4. RGB value is (100,253,164). Sum of RGB (Red+Green+Blue) = 100+253+164=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FDA4 is #9B025B. Grayscale: #C5C5C5. Windows color (decimal): -10158684 or 10812772. OLE color: 10812772.
HSL color Cylindrical-coordinate representation of color #64FDA4: hue angle of 145.1º 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 #64FDA4 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 164 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.01 |
| HSL | 145.1º | 0.97% | 0.69% | - |
| HSV(B) | 145.1º | 0.6% | 0.99% | - |
| XYZ | 47.08 | 75.64 | 47.24 | - |
| YUV | 197.11 | 109.31 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 164 | 0.60 | 0 | 0.35 | 0.01 | 145.1 | 0.97 | 0.69 |
| Hex | 64 | FD | A4 | 3C | 0 | 23 | 1 | 91 | 61 | 45 |
| Octal | 144 | 375 | 244 | 74 | 0 | 43 | 1 | 221 | 141 | 105 |
| Binary | 1100100 | 11111101 | 10100100 | 111100 | 0 | 100011 | 1 | 10010001 | 1100001 | 1000101 |
Color Harmonies of #64FDA4
Complementary color
Monochromatic Colors of #64FDA4
Black with #64FDA4
Text Example
Text Example
White with #64FDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDA4; }
p { color: rgb(100,253,164); }
H1.HeaderClassName
{
color: #64FDA4;
}
.AnyTagClassName
{
color: #64FDA4;
}
</style>
background-color css
<style>
a { background-color: #64FDA4; }
a { background-color: rgb(100,253,164); }
div.DivClassName
{
background-color: #64FDA4;
}
.BgClassName
{
background-color: #64FDA4;
}
</style>
border-color css
<style>
span { border-color: #64FDA4; }
span { border-color: rgb(100,253,164); }
td.TdClassName
{
border-color: #64FDA4;
}
.TagClassName
{
border-color: #64FDA4;
}
</style>