Shades of Aquamarine #64FAC0
Tints of Aquamarine #64FAC0
RGB
CMYK
RGB Variations
Color information
#64FAC0 (or 0x64FAC0) is known color: Aquamarine. HEX triplet: 64, FA and C0. RGB value is (100,250,192). Sum of RGB (Red+Green+Blue) = 100+250+192=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAC0 is #9B053F. Grayscale: #C6C6C6. Windows color (decimal): -10159424 or 12647012. OLE color: 12647012.
HSL color Cylindrical-coordinate representation of color #64FAC0: hue angle of 156.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAC0 is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 192 | - |
| CMYK | 0.6 | 0 | 0.23 | 0.02 |
| HSL | 156.8º | 0.94% | 0.69% | - |
| HSV(B) | 156.8º | 0.6% | 0.98% | - |
| XYZ | 48.96 | 74.89 | 61.74 | - |
| YUV | 198.54 | 124.31 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 192 | 0.6 | 0 | 0.23 | 0.02 | 156.8 | 0.94 | 0.69 |
| Hex | 64 | FA | C0 | 3C | 0 | 17 | 2 | 9D | 5E | 45 |
| Octal | 144 | 372 | 300 | 74 | 0 | 27 | 2 | 235 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11000000 | 111100 | 0 | 10111 | 10 | 10011101 | 1011110 | 1000101 |
Color Harmonies of #64FAC0
Complementary color
Monochromatic Colors of #64FAC0
Black with #64FAC0
Text Example
Text Example
White with #64FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAC0; }
p { color: rgb(100,250,192); }
H1.HeaderClassName
{
color: #64FAC0;
}
.AnyTagClassName
{
color: #64FAC0;
}
</style>
background-color css
<style>
a { background-color: #64FAC0; }
a { background-color: rgb(100,250,192); }
div.DivClassName
{
background-color: #64FAC0;
}
.BgClassName
{
background-color: #64FAC0;
}
</style>
border-color css
<style>
span { border-color: #64FAC0; }
span { border-color: rgb(100,250,192); }
td.TdClassName
{
border-color: #64FAC0;
}
.TagClassName
{
border-color: #64FAC0;
}
</style>