Shades of Aquamarine #64F6DE
Tints of Aquamarine #64F6DE
RGB
CMYK
RGB Variations
Color information
#64F6DE (or 0x64F6DE) is known color: Aquamarine. HEX triplet: 64, F6 and DE. RGB value is (100,246,222). Sum of RGB (Red+Green+Blue) = 100+246+222=568 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.61% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F6DE is #9B0921. Grayscale: #C7C7C7. Windows color (decimal): -10160418 or 14612068. OLE color: 14612068.
HSL color Cylindrical-coordinate representation of color #64F6DE: hue angle of 170.14º 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 #64F6DE is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 222 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.04 |
| HSL | 170.14º | 0.89% | 0.68% | - |
| HSV(B) | 170.14º | 0.59% | 0.96% | - |
| XYZ | 51.4 | 73.89 | 80.66 | - |
| YUV | 199.61 | 140.63 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 222 | 0.59 | 0 | 0.10 | 0.04 | 170.14 | 0.89 | 0.68 |
| Hex | 64 | F6 | DE | 3B | 0 | A | 4 | AA | 59 | 44 |
| Octal | 144 | 366 | 336 | 73 | 0 | 12 | 4 | 252 | 131 | 104 |
| Binary | 1100100 | 11110110 | 11011110 | 111011 | 0 | 1010 | 100 | 10101010 | 1011001 | 1000100 |
Color Harmonies of #64F6DE
Complementary color
Monochromatic Colors of #64F6DE
Black with #64F6DE
Text Example
Text Example
White with #64F6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6DE; }
p { color: rgb(100,246,222); }
H1.HeaderClassName
{
color: #64F6DE;
}
.AnyTagClassName
{
color: #64F6DE;
}
</style>
background-color css
<style>
a { background-color: #64F6DE; }
a { background-color: rgb(100,246,222); }
div.DivClassName
{
background-color: #64F6DE;
}
.BgClassName
{
background-color: #64F6DE;
}
</style>
border-color css
<style>
span { border-color: #64F6DE; }
span { border-color: rgb(100,246,222); }
td.TdClassName
{
border-color: #64F6DE;
}
.TagClassName
{
border-color: #64F6DE;
}
</style>