Shades of Aquamarine #64F0D9
Tints of Aquamarine #64F0D9
RGB
CMYK
RGB Variations
Color information
#64F0D9 (or 0x64F0D9) is known color: Aquamarine. HEX triplet: 64, F0 and D9. RGB value is (100,240,217). Sum of RGB (Red+Green+Blue) = 100+240+217=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F0D9 is #9B0F26. Grayscale: #C3C3C3. Windows color (decimal): -10161959 or 14282852. OLE color: 14282852.
HSL color Cylindrical-coordinate representation of color #64F0D9: hue angle of 170.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F0D9 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 217 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.06 |
| HSL | 170.14º | 0.82% | 0.67% | - |
| HSV(B) | 170.14º | 0.58% | 0.94% | - |
| XYZ | 48.94 | 70.04 | 76.59 | - |
| YUV | 195.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 217 | 0.58 | 0 | 0.10 | 0.06 | 170.14 | 0.82 | 0.67 |
| Hex | 64 | F0 | D9 | 3A | 0 | A | 6 | AA | 52 | 43 |
| Octal | 144 | 360 | 331 | 72 | 0 | 12 | 6 | 252 | 122 | 103 |
| Binary | 1100100 | 11110000 | 11011001 | 111010 | 0 | 1010 | 110 | 10101010 | 1010010 | 1000011 |
Color Harmonies of #64F0D9
Complementary color
Monochromatic Colors of #64F0D9
Black with #64F0D9
Text Example
Text Example
White with #64F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0D9; }
p { color: rgb(100,240,217); }
H1.HeaderClassName
{
color: #64F0D9;
}
.AnyTagClassName
{
color: #64F0D9;
}
</style>
background-color css
<style>
a { background-color: #64F0D9; }
a { background-color: rgb(100,240,217); }
div.DivClassName
{
background-color: #64F0D9;
}
.BgClassName
{
background-color: #64F0D9;
}
</style>
border-color css
<style>
span { border-color: #64F0D9; }
span { border-color: rgb(100,240,217); }
td.TdClassName
{
border-color: #64F0D9;
}
.TagClassName
{
border-color: #64F0D9;
}
</style>