Shades of Aquamarine #64FCDF
Tints of Aquamarine #64FCDF
RGB
CMYK
RGB Variations
Color information
#64FCDF (or 0x64FCDF) is known color: Aquamarine. HEX triplet: 64, FC and DF. RGB value is (100,252,223). Sum of RGB (Red+Green+Blue) = 100+252+223=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCDF is #9B0320. Grayscale: #CBCBCB. Windows color (decimal): -10158881 or 14679140. OLE color: 14679140.
HSL color Cylindrical-coordinate representation of color #64FCDF: hue angle of 168.55º 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 #64FCDF is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 223 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.01 |
| HSL | 168.55º | 0.96% | 0.69% | - |
| HSV(B) | 168.55º | 0.6% | 0.99% | - |
| XYZ | 53.39 | 77.66 | 81.99 | - |
| YUV | 203.25 | 139.14 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 223 | 0.60 | 0 | 0.12 | 0.01 | 168.55 | 0.96 | 0.69 |
| Hex | 64 | FC | DF | 3C | 0 | C | 1 | A9 | 60 | 45 |
| Octal | 144 | 374 | 337 | 74 | 0 | 14 | 1 | 251 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11011111 | 111100 | 0 | 1100 | 1 | 10101001 | 1100000 | 1000101 |
Color Harmonies of #64FCDF
Complementary color
Monochromatic Colors of #64FCDF
Black with #64FCDF
Text Example
Text Example
White with #64FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCDF; }
p { color: rgb(100,252,223); }
H1.HeaderClassName
{
color: #64FCDF;
}
.AnyTagClassName
{
color: #64FCDF;
}
</style>
background-color css
<style>
a { background-color: #64FCDF; }
a { background-color: rgb(100,252,223); }
div.DivClassName
{
background-color: #64FCDF;
}
.BgClassName
{
background-color: #64FCDF;
}
</style>
border-color css
<style>
span { border-color: #64FCDF; }
span { border-color: rgb(100,252,223); }
td.TdClassName
{
border-color: #64FCDF;
}
.TagClassName
{
border-color: #64FCDF;
}
</style>