Shades of Aquamarine #64FFE0
Tints of Aquamarine #64FFE0
RGB
CMYK
RGB Variations
Color information
#64FFE0 (or 0x64FFE0) is known color: Aquamarine. HEX triplet: 64, FF and E0. RGB value is (100,255,224). Sum of RGB (Red+Green+Blue) = 100+255+224=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFE0 is #9B001F. Grayscale: #CDCDCD. Windows color (decimal): -10158112 or 14745444. OLE color: 14745444.
HSL color Cylindrical-coordinate representation of color #64FFE0: hue angle of 168º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFE0 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 224 | - |
| CMYK | 0.61 | 0 | 0.12 | 0 |
| HSL | 168º | 1% | 0.7% | - |
| HSV(B) | 168º | 0.61% | 1% | - |
| XYZ | 54.47 | 79.61 | 83.02 | - |
| YUV | 205.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 224 | 0.61 | 0 | 0.12 | 0 | 168 | 1 | 0.7 |
| Hex | 64 | FF | E0 | 3D | 0 | C | 0 | A8 | 64 | 46 |
| Octal | 144 | 377 | 340 | 75 | 0 | 14 | 0 | 250 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11100000 | 111101 | 0 | 1100 | 0 | 10101000 | 1100100 | 1000110 |
Color Harmonies of #64FFE0
Complementary color
Monochromatic Colors of #64FFE0
Black with #64FFE0
Text Example
Text Example
White with #64FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFE0; }
p { color: rgb(100,255,224); }
H1.HeaderClassName
{
color: #64FFE0;
}
.AnyTagClassName
{
color: #64FFE0;
}
</style>
background-color css
<style>
a { background-color: #64FFE0; }
a { background-color: rgb(100,255,224); }
div.DivClassName
{
background-color: #64FFE0;
}
.BgClassName
{
background-color: #64FFE0;
}
</style>
border-color css
<style>
span { border-color: #64FFE0; }
span { border-color: rgb(100,255,224); }
td.TdClassName
{
border-color: #64FFE0;
}
.TagClassName
{
border-color: #64FFE0;
}
</style>