Shades of Aquamarine #64F6E1
Tints of Aquamarine #64F6E1
RGB
CMYK
RGB Variations
Color information
#64F6E1 (or 0x64F6E1) is known color: Aquamarine. HEX triplet: 64, F6 and E1. RGB value is (100,246,225). Sum of RGB (Red+Green+Blue) = 100+246+225=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F6E1 is #9B091E. Grayscale: #C7C7C7. Windows color (decimal): -10160415 or 14808676. OLE color: 14808676.
HSL color Cylindrical-coordinate representation of color #64F6E1: hue angle of 171.37º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6E1 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 225 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.04 |
| HSL | 171.37º | 0.89% | 0.68% | - |
| HSV(B) | 171.37º | 0.59% | 0.96% | - |
| XYZ | 51.8 | 74.06 | 82.8 | - |
| YUV | 199.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 225 | 0.59 | 0 | 0.09 | 0.04 | 171.37 | 0.89 | 0.68 |
| Hex | 64 | F6 | E1 | 3B | 0 | 9 | 4 | AB | 59 | 44 |
| Octal | 144 | 366 | 341 | 73 | 0 | 11 | 4 | 253 | 131 | 104 |
| Binary | 1100100 | 11110110 | 11100001 | 111011 | 0 | 1001 | 100 | 10101011 | 1011001 | 1000100 |
Color Harmonies of #64F6E1
Complementary color
Monochromatic Colors of #64F6E1
Black with #64F6E1
Text Example
Text Example
White with #64F6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6E1; }
p { color: rgb(100,246,225); }
H1.HeaderClassName
{
color: #64F6E1;
}
.AnyTagClassName
{
color: #64F6E1;
}
</style>
background-color css
<style>
a { background-color: #64F6E1; }
a { background-color: rgb(100,246,225); }
div.DivClassName
{
background-color: #64F6E1;
}
.BgClassName
{
background-color: #64F6E1;
}
</style>
border-color css
<style>
span { border-color: #64F6E1; }
span { border-color: rgb(100,246,225); }
td.TdClassName
{
border-color: #64F6E1;
}
.TagClassName
{
border-color: #64F6E1;
}
</style>