Shades of Aquamarine #64FEDA
Tints of Aquamarine #64FEDA
RGB
CMYK
RGB Variations
Color information
#64FEDA (or 0x64FEDA) is known color: Aquamarine. HEX triplet: 64, FE and DA. RGB value is (100,254,218). Sum of RGB (Red+Green+Blue) = 100+254+218=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEDA is #9B0125. Grayscale: #CBCBCB. Windows color (decimal): -10158374 or 14351972. OLE color: 14351972.
HSL color Cylindrical-coordinate representation of color #64FEDA: hue angle of 165.97º 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 #64FEDA is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 218 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.00 |
| HSL | 165.97º | 0.99% | 0.69% | - |
| HSV(B) | 165.97º | 0.61% | 1% | - |
| XYZ | 53.35 | 78.65 | 78.7 | - |
| YUV | 203.85 | 135.98 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 218 | 0.61 | 0 | 0.14 | 0.00 | 165.97 | 0.99 | 0.69 |
| Hex | 64 | FE | DA | 3D | 0 | E | 0 | A6 | 63 | 45 |
| Octal | 144 | 376 | 332 | 75 | 0 | 16 | 0 | 246 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11011010 | 111101 | 0 | 1110 | 0 | 10100110 | 1100011 | 1000101 |
Color Harmonies of #64FEDA
Complementary color
Monochromatic Colors of #64FEDA
Black with #64FEDA
Text Example
Text Example
White with #64FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEDA; }
p { color: rgb(100,254,218); }
H1.HeaderClassName
{
color: #64FEDA;
}
.AnyTagClassName
{
color: #64FEDA;
}
</style>
background-color css
<style>
a { background-color: #64FEDA; }
a { background-color: rgb(100,254,218); }
div.DivClassName
{
background-color: #64FEDA;
}
.BgClassName
{
background-color: #64FEDA;
}
</style>
border-color css
<style>
span { border-color: #64FEDA; }
span { border-color: rgb(100,254,218); }
td.TdClassName
{
border-color: #64FEDA;
}
.TagClassName
{
border-color: #64FEDA;
}
</style>