Shades of Aquamarine #64FFD3
Tints of Aquamarine #64FFD3
RGB
CMYK
RGB Variations
Color information
#64FFD3 (or 0x64FFD3) is known color: Aquamarine. HEX triplet: 64, FF and D3. RGB value is (100,255,211). Sum of RGB (Red+Green+Blue) = 100+255+211=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFD3 is #9B002C. Grayscale: #CBCBCB. Windows color (decimal): -10158125 or 13893476. OLE color: 13893476.
HSL color Cylindrical-coordinate representation of color #64FFD3: hue angle of 162.97º 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 #64FFD3 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 211 | - |
| CMYK | 0.61 | 0 | 0.17 | 0 |
| HSL | 162.97º | 1% | 0.7% | - |
| HSV(B) | 162.97º | 0.61% | 1% | - |
| XYZ | 52.77 | 78.93 | 74.08 | - |
| YUV | 203.64 | 132.15 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 211 | 0.61 | 0 | 0.17 | 0 | 162.97 | 1 | 0.7 |
| Hex | 64 | FF | D3 | 3D | 0 | 11 | 0 | A3 | 64 | 46 |
| Octal | 144 | 377 | 323 | 75 | 0 | 21 | 0 | 243 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11010011 | 111101 | 0 | 10001 | 0 | 10100011 | 1100100 | 1000110 |
Color Harmonies of #64FFD3
Complementary color
Monochromatic Colors of #64FFD3
Black with #64FFD3
Text Example
Text Example
White with #64FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFD3; }
p { color: rgb(100,255,211); }
H1.HeaderClassName
{
color: #64FFD3;
}
.AnyTagClassName
{
color: #64FFD3;
}
</style>
background-color css
<style>
a { background-color: #64FFD3; }
a { background-color: rgb(100,255,211); }
div.DivClassName
{
background-color: #64FFD3;
}
.BgClassName
{
background-color: #64FFD3;
}
</style>
border-color css
<style>
span { border-color: #64FFD3; }
span { border-color: rgb(100,255,211); }
td.TdClassName
{
border-color: #64FFD3;
}
.TagClassName
{
border-color: #64FFD3;
}
</style>