Shades of Aquamarine #64F0D1
Tints of Aquamarine #64F0D1
RGB
CMYK
RGB Variations
Color information
#64F0D1 (or 0x64F0D1) is known color: Aquamarine. HEX triplet: 64, F0 and D1. RGB value is (100,240,209). Sum of RGB (Red+Green+Blue) = 100+240+209=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #64F0D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F0D1 is #9B0F2E. Grayscale: #C2C2C2. Windows color (decimal): -10161967 or 13758564. OLE color: 13758564.
HSL color Cylindrical-coordinate representation of color #64F0D1: hue angle of 166.71º 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 #64F0D1 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 209 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.06 |
| HSL | 166.71º | 0.82% | 0.67% | - |
| HSV(B) | 166.71º | 0.58% | 0.94% | - |
| XYZ | 47.92 | 69.63 | 71.24 | - |
| YUV | 194.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 209 | 0.58 | 0 | 0.13 | 0.06 | 166.71 | 0.82 | 0.67 |
| Hex | 64 | F0 | D1 | 3A | 0 | D | 6 | A7 | 52 | 43 |
| Octal | 144 | 360 | 321 | 72 | 0 | 15 | 6 | 247 | 122 | 103 |
| Binary | 1100100 | 11110000 | 11010001 | 111010 | 0 | 1101 | 110 | 10100111 | 1010010 | 1000011 |
Color Harmonies of #64F0D1
Complementary color
Monochromatic Colors of #64F0D1
Black with #64F0D1
Text Example
Text Example
White with #64F0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F0D1; }
p { color: rgb(100,240,209); }
H1.HeaderClassName
{
color: #64F0D1;
}
.AnyTagClassName
{
color: #64F0D1;
}
</style>
background-color css
<style>
a { background-color: #64F0D1; }
a { background-color: rgb(100,240,209); }
div.DivClassName
{
background-color: #64F0D1;
}
.BgClassName
{
background-color: #64F0D1;
}
</style>
border-color css
<style>
span { border-color: #64F0D1; }
span { border-color: rgb(100,240,209); }
td.TdClassName
{
border-color: #64F0D1;
}
.TagClassName
{
border-color: #64F0D1;
}
</style>