Shades of Aquamarine #64FCDD
Tints of Aquamarine #64FCDD
RGB
CMYK
RGB Variations
Color information
#64FCDD (or 0x64FCDD) is known color: Aquamarine. HEX triplet: 64, FC and DD. RGB value is (100,252,221). Sum of RGB (Red+Green+Blue) = 100+252+221=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCDD is #9B0322. Grayscale: #CACACA. Windows color (decimal): -10158883 or 14548068. OLE color: 14548068.
HSL color Cylindrical-coordinate representation of color #64FCDD: hue angle of 167.76º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCDD is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 221 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.01 |
| HSL | 167.76º | 0.96% | 0.69% | - |
| HSV(B) | 167.76º | 0.6% | 0.99% | - |
| XYZ | 53.12 | 77.55 | 80.58 | - |
| YUV | 203.02 | 138.14 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 221 | 0.60 | 0 | 0.12 | 0.01 | 167.76 | 0.96 | 0.69 |
| Hex | 64 | FC | DD | 3C | 0 | C | 1 | A8 | 60 | 45 |
| Octal | 144 | 374 | 335 | 74 | 0 | 14 | 1 | 250 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11011101 | 111100 | 0 | 1100 | 1 | 10101000 | 1100000 | 1000101 |
Color Harmonies of #64FCDD
Complementary color
Monochromatic Colors of #64FCDD
Black with #64FCDD
Text Example
Text Example
White with #64FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCDD; }
p { color: rgb(100,252,221); }
H1.HeaderClassName
{
color: #64FCDD;
}
.AnyTagClassName
{
color: #64FCDD;
}
</style>
background-color css
<style>
a { background-color: #64FCDD; }
a { background-color: rgb(100,252,221); }
div.DivClassName
{
background-color: #64FCDD;
}
.BgClassName
{
background-color: #64FCDD;
}
</style>
border-color css
<style>
span { border-color: #64FCDD; }
span { border-color: rgb(100,252,221); }
td.TdClassName
{
border-color: #64FCDD;
}
.TagClassName
{
border-color: #64FCDD;
}
</style>