Shades of Aquamarine #64F7DB
Tints of Aquamarine #64F7DB
RGB
CMYK
RGB Variations
Color information
#64F7DB (or 0x64F7DB) is known color: Aquamarine. HEX triplet: 64, F7 and DB. RGB value is (100,247,219). Sum of RGB (Red+Green+Blue) = 100+247+219=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F7DB is #9B0824. Grayscale: #C7C7C7. Windows color (decimal): -10160165 or 14415716. OLE color: 14415716.
HSL color Cylindrical-coordinate representation of color #64F7DB: hue angle of 168.57º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7DB is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 247 | 219 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.03 |
| HSL | 168.57º | 0.9% | 0.68% | - |
| HSV(B) | 168.57º | 0.6% | 0.97% | - |
| XYZ | 51.3 | 74.35 | 78.66 | - |
| YUV | 199.86 | 138.8 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 219 | 0.60 | 0 | 0.11 | 0.03 | 168.57 | 0.9 | 0.68 |
| Hex | 64 | F7 | DB | 3C | 0 | B | 3 | A9 | 5A | 44 |
| Octal | 144 | 367 | 333 | 74 | 0 | 13 | 3 | 251 | 132 | 104 |
| Binary | 1100100 | 11110111 | 11011011 | 111100 | 0 | 1011 | 11 | 10101001 | 1011010 | 1000100 |
Color Harmonies of #64F7DB
Complementary color
Monochromatic Colors of #64F7DB
Black with #64F7DB
Text Example
Text Example
White with #64F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F7DB; }
p { color: rgb(100,247,219); }
H1.HeaderClassName
{
color: #64F7DB;
}
.AnyTagClassName
{
color: #64F7DB;
}
</style>
background-color css
<style>
a { background-color: #64F7DB; }
a { background-color: rgb(100,247,219); }
div.DivClassName
{
background-color: #64F7DB;
}
.BgClassName
{
background-color: #64F7DB;
}
</style>
border-color css
<style>
span { border-color: #64F7DB; }
span { border-color: rgb(100,247,219); }
td.TdClassName
{
border-color: #64F7DB;
}
.TagClassName
{
border-color: #64F7DB;
}
</style>