Shades of Aquamarine #64F5D7
Tints of Aquamarine #64F5D7
RGB
CMYK
RGB Variations
Color information
#64F5D7 (or 0x64F5D7) is known color: Aquamarine. HEX triplet: 64, F5 and D7. RGB value is (100,245,215). Sum of RGB (Red+Green+Blue) = 100+245+215=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #64F5D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F5D7 is #9B0A28. Grayscale: #C6C6C6. Windows color (decimal): -10160681 or 14153060. OLE color: 14153060.
HSL color Cylindrical-coordinate representation of color #64F5D7: hue angle of 167.59º degrees, saturation: 0.88, 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 #64F5D7 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 245 | 215 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.04 |
| HSL | 167.59º | 0.88% | 0.68% | - |
| HSV(B) | 167.59º | 0.59% | 0.96% | - |
| XYZ | 50.17 | 72.92 | 75.72 | - |
| YUV | 198.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 245 | 215 | 0.59 | 0 | 0.12 | 0.04 | 167.59 | 0.88 | 0.68 |
| Hex | 64 | F5 | D7 | 3B | 0 | C | 4 | A8 | 58 | 44 |
| Octal | 144 | 365 | 327 | 73 | 0 | 14 | 4 | 250 | 130 | 104 |
| Binary | 1100100 | 11110101 | 11010111 | 111011 | 0 | 1100 | 100 | 10101000 | 1011000 | 1000100 |
Color Harmonies of #64F5D7
Complementary color
Monochromatic Colors of #64F5D7
Black with #64F5D7
Text Example
Text Example
White with #64F5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F5D7; }
p { color: rgb(100,245,215); }
H1.HeaderClassName
{
color: #64F5D7;
}
.AnyTagClassName
{
color: #64F5D7;
}
</style>
background-color css
<style>
a { background-color: #64F5D7; }
a { background-color: rgb(100,245,215); }
div.DivClassName
{
background-color: #64F5D7;
}
.BgClassName
{
background-color: #64F5D7;
}
</style>
border-color css
<style>
span { border-color: #64F5D7; }
span { border-color: rgb(100,245,215); }
td.TdClassName
{
border-color: #64F5D7;
}
.TagClassName
{
border-color: #64F5D7;
}
</style>