Shades of Aquamarine #64FEE0
Tints of Aquamarine #64FEE0
RGB
CMYK
RGB Variations
Color information
#64FEE0 (or 0x64FEE0) is known color: Aquamarine. HEX triplet: 64, FE and E0. RGB value is (100,254,224). Sum of RGB (Red+Green+Blue) = 100+254+224=578 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.30% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEE0 is #9B011F. Grayscale: #CCCCCC. Windows color (decimal): -10158368 or 14745188. OLE color: 14745188.
HSL color Cylindrical-coordinate representation of color #64FEE0: hue angle of 168.31º 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 #64FEE0 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 224 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.00 |
| HSL | 168.31º | 0.99% | 0.69% | - |
| HSV(B) | 168.31º | 0.61% | 1% | - |
| XYZ | 54.15 | 78.97 | 82.91 | - |
| YUV | 204.53 | 138.98 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 224 | 0.61 | 0 | 0.12 | 0.00 | 168.31 | 0.99 | 0.69 |
| Hex | 64 | FE | E0 | 3D | 0 | C | 0 | A8 | 63 | 45 |
| Octal | 144 | 376 | 340 | 75 | 0 | 14 | 0 | 250 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11100000 | 111101 | 0 | 1100 | 0 | 10101000 | 1100011 | 1000101 |
Color Harmonies of #64FEE0
Complementary color
Monochromatic Colors of #64FEE0
Black with #64FEE0
Text Example
Text Example
White with #64FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEE0; }
p { color: rgb(100,254,224); }
H1.HeaderClassName
{
color: #64FEE0;
}
.AnyTagClassName
{
color: #64FEE0;
}
</style>
background-color css
<style>
a { background-color: #64FEE0; }
a { background-color: rgb(100,254,224); }
div.DivClassName
{
background-color: #64FEE0;
}
.BgClassName
{
background-color: #64FEE0;
}
</style>
border-color css
<style>
span { border-color: #64FEE0; }
span { border-color: rgb(100,254,224); }
td.TdClassName
{
border-color: #64FEE0;
}
.TagClassName
{
border-color: #64FEE0;
}
</style>