Shades of Aquamarine #64FCE1
Tints of Aquamarine #64FCE1
RGB
CMYK
RGB Variations
Color information
#64FCE1 (or 0x64FCE1) is known color: Aquamarine. HEX triplet: 64, FC and E1. RGB value is (100,252,225). Sum of RGB (Red+Green+Blue) = 100+252+225=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCE1 is #9B031E. Grayscale: #CBCBCB. Windows color (decimal): -10158879 or 14810212. OLE color: 14810212.
HSL color Cylindrical-coordinate representation of color #64FCE1: hue angle of 169.34º degrees, saturation: 0.96, 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 #64FCE1 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 225 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.01 |
| HSL | 169.34º | 0.96% | 0.69% | - |
| HSV(B) | 169.34º | 0.6% | 0.99% | - |
| XYZ | 53.66 | 77.77 | 83.42 | - |
| YUV | 203.47 | 140.14 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 225 | 0.60 | 0 | 0.11 | 0.01 | 169.34 | 0.96 | 0.69 |
| Hex | 64 | FC | E1 | 3C | 0 | B | 1 | A9 | 60 | 45 |
| Octal | 144 | 374 | 341 | 74 | 0 | 13 | 1 | 251 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11100001 | 111100 | 0 | 1011 | 1 | 10101001 | 1100000 | 1000101 |
Color Harmonies of #64FCE1
Complementary color
Monochromatic Colors of #64FCE1
Black with #64FCE1
Text Example
Text Example
White with #64FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCE1; }
p { color: rgb(100,252,225); }
H1.HeaderClassName
{
color: #64FCE1;
}
.AnyTagClassName
{
color: #64FCE1;
}
</style>
background-color css
<style>
a { background-color: #64FCE1; }
a { background-color: rgb(100,252,225); }
div.DivClassName
{
background-color: #64FCE1;
}
.BgClassName
{
background-color: #64FCE1;
}
</style>
border-color css
<style>
span { border-color: #64FCE1; }
span { border-color: rgb(100,252,225); }
td.TdClassName
{
border-color: #64FCE1;
}
.TagClassName
{
border-color: #64FCE1;
}
</style>