Shades of Aquamarine #64FFD1
Tints of Aquamarine #64FFD1
RGB
CMYK
RGB Variations
Color information
#64FFD1 (or 0x64FFD1) is known color: Aquamarine. HEX triplet: 64, FF and D1. RGB value is (100,255,209). Sum of RGB (Red+Green+Blue) = 100+255+209=564 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.73% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFD1 is #9B002E. Grayscale: #CBCBCB. Windows color (decimal): -10158127 or 13762404. OLE color: 13762404.
HSL color Cylindrical-coordinate representation of color #64FFD1: hue angle of 162.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFD1 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 209 | - |
| CMYK | 0.61 | 0 | 0.18 | 0 |
| HSL | 162.19º | 1% | 0.7% | - |
| HSV(B) | 162.19º | 0.61% | 1% | - |
| XYZ | 52.52 | 78.83 | 72.77 | - |
| YUV | 203.41 | 131.15 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 209 | 0.61 | 0 | 0.18 | 0 | 162.19 | 1 | 0.7 |
| Hex | 64 | FF | D1 | 3D | 0 | 12 | 0 | A2 | 64 | 46 |
| Octal | 144 | 377 | 321 | 75 | 0 | 22 | 0 | 242 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11010001 | 111101 | 0 | 10010 | 0 | 10100010 | 1100100 | 1000110 |
Color Harmonies of #64FFD1
Complementary color
Monochromatic Colors of #64FFD1
Black with #64FFD1
Text Example
Text Example
White with #64FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFD1; }
p { color: rgb(100,255,209); }
H1.HeaderClassName
{
color: #64FFD1;
}
.AnyTagClassName
{
color: #64FFD1;
}
</style>
background-color css
<style>
a { background-color: #64FFD1; }
a { background-color: rgb(100,255,209); }
div.DivClassName
{
background-color: #64FFD1;
}
.BgClassName
{
background-color: #64FFD1;
}
</style>
border-color css
<style>
span { border-color: #64FFD1; }
span { border-color: rgb(100,255,209); }
td.TdClassName
{
border-color: #64FFD1;
}
.TagClassName
{
border-color: #64FFD1;
}
</style>