Shades of Aquamarine #64FFDD
Tints of Aquamarine #64FFDD
RGB
CMYK
RGB Variations
Color information
#64FFDD (or 0x64FFDD) is known color: Aquamarine. HEX triplet: 64, FF and DD. RGB value is (100,255,221). Sum of RGB (Red+Green+Blue) = 100+255+221=576 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.36% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFDD is #9B0022. Grayscale: #CCCCCC. Windows color (decimal): -10158115 or 14548836. OLE color: 14548836.
HSL color Cylindrical-coordinate representation of color #64FFDD: hue angle of 166.84º 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 #64FFDD is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 221 | - |
| CMYK | 0.61 | 0 | 0.13 | 0 |
| HSL | 166.84º | 1% | 0.7% | - |
| HSV(B) | 166.84º | 0.61% | 1% | - |
| XYZ | 54.07 | 79.45 | 80.89 | - |
| YUV | 204.78 | 137.15 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 221 | 0.61 | 0 | 0.13 | 0 | 166.84 | 1 | 0.7 |
| Hex | 64 | FF | DD | 3D | 0 | D | 0 | A7 | 64 | 46 |
| Octal | 144 | 377 | 335 | 75 | 0 | 15 | 0 | 247 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11011101 | 111101 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000110 |
Color Harmonies of #64FFDD
Complementary color
Monochromatic Colors of #64FFDD
Black with #64FFDD
Text Example
Text Example
White with #64FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFDD; }
p { color: rgb(100,255,221); }
H1.HeaderClassName
{
color: #64FFDD;
}
.AnyTagClassName
{
color: #64FFDD;
}
</style>
background-color css
<style>
a { background-color: #64FFDD; }
a { background-color: rgb(100,255,221); }
div.DivClassName
{
background-color: #64FFDD;
}
.BgClassName
{
background-color: #64FFDD;
}
</style>
border-color css
<style>
span { border-color: #64FFDD; }
span { border-color: rgb(100,255,221); }
td.TdClassName
{
border-color: #64FFDD;
}
.TagClassName
{
border-color: #64FFDD;
}
</style>