Shades of Aquamarine #64FED4
Tints of Aquamarine #64FED4
RGB
CMYK
RGB Variations
Color information
#64FED4 (or 0x64FED4) is known color: Aquamarine. HEX triplet: 64, FE and D4. RGB value is (100,254,212). Sum of RGB (Red+Green+Blue) = 100+254+212=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #64FED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FED4 is #9B012B. Grayscale: #CBCBCB. Windows color (decimal): -10158380 or 13958756. OLE color: 13958756.
HSL color Cylindrical-coordinate representation of color #64FED4: hue angle of 163.64º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FED4 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 212 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.00 |
| HSL | 163.64º | 0.99% | 0.69% | - |
| HSV(B) | 163.64º | 0.61% | 1% | - |
| XYZ | 52.58 | 78.35 | 74.64 | - |
| YUV | 203.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 212 | 0.61 | 0 | 0.17 | 0.00 | 163.64 | 0.99 | 0.69 |
| Hex | 64 | FE | D4 | 3D | 0 | 11 | 0 | A4 | 63 | 45 |
| Octal | 144 | 376 | 324 | 75 | 0 | 21 | 0 | 244 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11010100 | 111101 | 0 | 10001 | 0 | 10100100 | 1100011 | 1000101 |
Color Harmonies of #64FED4
Complementary color
Monochromatic Colors of #64FED4
Black with #64FED4
Text Example
Text Example
White with #64FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FED4; }
p { color: rgb(100,254,212); }
H1.HeaderClassName
{
color: #64FED4;
}
.AnyTagClassName
{
color: #64FED4;
}
</style>
background-color css
<style>
a { background-color: #64FED4; }
a { background-color: rgb(100,254,212); }
div.DivClassName
{
background-color: #64FED4;
}
.BgClassName
{
background-color: #64FED4;
}
</style>
border-color css
<style>
span { border-color: #64FED4; }
span { border-color: rgb(100,254,212); }
td.TdClassName
{
border-color: #64FED4;
}
.TagClassName
{
border-color: #64FED4;
}
</style>