Shades of Aquamarine #64FFD8
Tints of Aquamarine #64FFD8
RGB
CMYK
RGB Variations
Color information
#64FFD8 (or 0x64FFD8) is known color: Aquamarine. HEX triplet: 64, FF and D8. RGB value is (100,255,216). Sum of RGB (Red+Green+Blue) = 100+255+216=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFD8 is #9B0027. Grayscale: #CCCCCC. Windows color (decimal): -10158120 or 14221156. OLE color: 14221156.
HSL color Cylindrical-coordinate representation of color #64FFD8: hue angle of 164.9º 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 #64FFD8 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 216 | - |
| CMYK | 0.61 | 0 | 0.15 | 0 |
| HSL | 164.9º | 1% | 0.7% | - |
| HSV(B) | 164.9º | 0.61% | 1% | - |
| XYZ | 53.41 | 79.19 | 77.44 | - |
| YUV | 204.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 216 | 0.61 | 0 | 0.15 | 0 | 164.9 | 1 | 0.7 |
| Hex | 64 | FF | D8 | 3D | 0 | F | 0 | A5 | 64 | 46 |
| Octal | 144 | 377 | 330 | 75 | 0 | 17 | 0 | 245 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11011000 | 111101 | 0 | 1111 | 0 | 10100101 | 1100100 | 1000110 |
Color Harmonies of #64FFD8
Complementary color
Monochromatic Colors of #64FFD8
Black with #64FFD8
Text Example
Text Example
White with #64FFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFD8; }
p { color: rgb(100,255,216); }
H1.HeaderClassName
{
color: #64FFD8;
}
.AnyTagClassName
{
color: #64FFD8;
}
</style>
background-color css
<style>
a { background-color: #64FFD8; }
a { background-color: rgb(100,255,216); }
div.DivClassName
{
background-color: #64FFD8;
}
.BgClassName
{
background-color: #64FFD8;
}
</style>
border-color css
<style>
span { border-color: #64FFD8; }
span { border-color: rgb(100,255,216); }
td.TdClassName
{
border-color: #64FFD8;
}
.TagClassName
{
border-color: #64FFD8;
}
</style>