Shades of Aquamarine #64FFD2
Tints of Aquamarine #64FFD2
RGB
CMYK
RGB Variations
Color information
#64FFD2 (or 0x64FFD2) is known color: Aquamarine. HEX triplet: 64, FF and D2. RGB value is (100,255,210). Sum of RGB (Red+Green+Blue) = 100+255+210=565 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.70% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFD2 is #9B002D. Grayscale: #CBCBCB. Windows color (decimal): -10158126 or 13827940. OLE color: 13827940.
HSL color Cylindrical-coordinate representation of color #64FFD2: hue angle of 162.58º 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 #64FFD2 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 210 | - |
| CMYK | 0.61 | 0 | 0.18 | 0 |
| HSL | 162.58º | 1% | 0.7% | - |
| HSV(B) | 162.58º | 0.61% | 1% | - |
| XYZ | 52.65 | 78.88 | 73.42 | - |
| YUV | 203.53 | 131.65 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 210 | 0.61 | 0 | 0.18 | 0 | 162.58 | 1 | 0.7 |
| Hex | 64 | FF | D2 | 3D | 0 | 12 | 0 | A3 | 64 | 46 |
| Octal | 144 | 377 | 322 | 75 | 0 | 22 | 0 | 243 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11010010 | 111101 | 0 | 10010 | 0 | 10100011 | 1100100 | 1000110 |
Color Harmonies of #64FFD2
Complementary color
Monochromatic Colors of #64FFD2
Black with #64FFD2
Text Example
Text Example
White with #64FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFD2; }
p { color: rgb(100,255,210); }
H1.HeaderClassName
{
color: #64FFD2;
}
.AnyTagClassName
{
color: #64FFD2;
}
</style>
background-color css
<style>
a { background-color: #64FFD2; }
a { background-color: rgb(100,255,210); }
div.DivClassName
{
background-color: #64FFD2;
}
.BgClassName
{
background-color: #64FFD2;
}
</style>
border-color css
<style>
span { border-color: #64FFD2; }
span { border-color: rgb(100,255,210); }
td.TdClassName
{
border-color: #64FFD2;
}
.TagClassName
{
border-color: #64FFD2;
}
</style>