Shades of Aquamarine #64FCDA
Tints of Aquamarine #64FCDA
RGB
CMYK
RGB Variations
Color information
#64FCDA (or 0x64FCDA) is known color: Aquamarine. HEX triplet: 64, FC and DA. RGB value is (100,252,218). Sum of RGB (Red+Green+Blue) = 100+252+218=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCDA is #9B0325. Grayscale: #CACACA. Windows color (decimal): -10158886 or 14351460. OLE color: 14351460.
HSL color Cylindrical-coordinate representation of color #64FCDA: hue angle of 166.58º 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 #64FCDA is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 218 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.01 |
| HSL | 166.58º | 0.96% | 0.69% | - |
| HSV(B) | 166.58º | 0.6% | 0.99% | - |
| XYZ | 52.72 | 77.39 | 78.49 | - |
| YUV | 202.68 | 136.64 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 218 | 0.60 | 0 | 0.13 | 0.01 | 166.58 | 0.96 | 0.69 |
| Hex | 64 | FC | DA | 3C | 0 | D | 1 | A7 | 60 | 45 |
| Octal | 144 | 374 | 332 | 74 | 0 | 15 | 1 | 247 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11011010 | 111100 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000101 |
Color Harmonies of #64FCDA
Complementary color
Monochromatic Colors of #64FCDA
Black with #64FCDA
Text Example
Text Example
White with #64FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCDA; }
p { color: rgb(100,252,218); }
H1.HeaderClassName
{
color: #64FCDA;
}
.AnyTagClassName
{
color: #64FCDA;
}
</style>
background-color css
<style>
a { background-color: #64FCDA; }
a { background-color: rgb(100,252,218); }
div.DivClassName
{
background-color: #64FCDA;
}
.BgClassName
{
background-color: #64FCDA;
}
</style>
border-color css
<style>
span { border-color: #64FCDA; }
span { border-color: rgb(100,252,218); }
td.TdClassName
{
border-color: #64FCDA;
}
.TagClassName
{
border-color: #64FCDA;
}
</style>