Shades of Aquamarine #64FCD4
Tints of Aquamarine #64FCD4
RGB
CMYK
RGB Variations
Color information
#64FCD4 (or 0x64FCD4) is known color: Aquamarine. HEX triplet: 64, FC and D4. RGB value is (100,252,212). Sum of RGB (Red+Green+Blue) = 100+252+212=564 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.73% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCD4 is #9B032B. Grayscale: #C9C9C9. Windows color (decimal): -10158892 or 13958244. OLE color: 13958244.
HSL color Cylindrical-coordinate representation of color #64FCD4: hue angle of 164.21º 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 #64FCD4 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 212 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.01 |
| HSL | 164.21º | 0.96% | 0.69% | - |
| HSV(B) | 164.21º | 0.6% | 0.99% | - |
| XYZ | 51.95 | 77.08 | 74.43 | - |
| YUV | 201.99 | 133.64 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 212 | 0.60 | 0 | 0.16 | 0.01 | 164.21 | 0.96 | 0.69 |
| Hex | 64 | FC | D4 | 3C | 0 | 10 | 1 | A4 | 60 | 45 |
| Octal | 144 | 374 | 324 | 74 | 0 | 20 | 1 | 244 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11010100 | 111100 | 0 | 10000 | 1 | 10100100 | 1100000 | 1000101 |
Color Harmonies of #64FCD4
Complementary color
Monochromatic Colors of #64FCD4
Black with #64FCD4
Text Example
Text Example
White with #64FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCD4; }
p { color: rgb(100,252,212); }
H1.HeaderClassName
{
color: #64FCD4;
}
.AnyTagClassName
{
color: #64FCD4;
}
</style>
background-color css
<style>
a { background-color: #64FCD4; }
a { background-color: rgb(100,252,212); }
div.DivClassName
{
background-color: #64FCD4;
}
.BgClassName
{
background-color: #64FCD4;
}
</style>
border-color css
<style>
span { border-color: #64FCD4; }
span { border-color: rgb(100,252,212); }
td.TdClassName
{
border-color: #64FCD4;
}
.TagClassName
{
border-color: #64FCD4;
}
</style>