Shades of Aquamarine #64FDE0
Tints of Aquamarine #64FDE0
RGB
CMYK
RGB Variations
Color information
#64FDE0 (or 0x64FDE0) is known color: Aquamarine. HEX triplet: 64, FD and E0. RGB value is (100,253,224). Sum of RGB (Red+Green+Blue) = 100+253+224=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FDE0 is #9B021F. Grayscale: #CBCBCB. Windows color (decimal): -10158624 or 14744932. OLE color: 14744932.
HSL color Cylindrical-coordinate representation of color #64FDE0: hue angle of 168.63º 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 #64FDE0 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 224 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.01 |
| HSL | 168.63º | 0.97% | 0.69% | - |
| HSV(B) | 168.63º | 0.6% | 0.99% | - |
| XYZ | 53.84 | 78.34 | 82.81 | - |
| YUV | 203.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 224 | 0.60 | 0 | 0.11 | 0.01 | 168.63 | 0.97 | 0.69 |
| Hex | 64 | FD | E0 | 3C | 0 | B | 1 | A9 | 61 | 45 |
| Octal | 144 | 375 | 340 | 74 | 0 | 13 | 1 | 251 | 141 | 105 |
| Binary | 1100100 | 11111101 | 11100000 | 111100 | 0 | 1011 | 1 | 10101001 | 1100001 | 1000101 |
Color Harmonies of #64FDE0
Complementary color
Monochromatic Colors of #64FDE0
Black with #64FDE0
Text Example
Text Example
White with #64FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDE0; }
p { color: rgb(100,253,224); }
H1.HeaderClassName
{
color: #64FDE0;
}
.AnyTagClassName
{
color: #64FDE0;
}
</style>
background-color css
<style>
a { background-color: #64FDE0; }
a { background-color: rgb(100,253,224); }
div.DivClassName
{
background-color: #64FDE0;
}
.BgClassName
{
background-color: #64FDE0;
}
</style>
border-color css
<style>
span { border-color: #64FDE0; }
span { border-color: rgb(100,253,224); }
td.TdClassName
{
border-color: #64FDE0;
}
.TagClassName
{
border-color: #64FDE0;
}
</style>