Shades of Aquamarine #64FADB
Tints of Aquamarine #64FADB
RGB
CMYK
RGB Variations
Color information
#64FADB (or 0x64FADB) is known color: Aquamarine. HEX triplet: 64, FA and DB. RGB value is (100,250,219). Sum of RGB (Red+Green+Blue) = 100+250+219=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #64FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FADB is #9B0524. Grayscale: #C9C9C9. Windows color (decimal): -10159397 or 14416484. OLE color: 14416484.
HSL color Cylindrical-coordinate representation of color #64FADB: hue angle of 167.6º 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 #64FADB is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 219 | - |
| CMYK | 0.6 | 0 | 0.12 | 0.02 |
| HSL | 167.6º | 0.94% | 0.69% | - |
| HSV(B) | 167.6º | 0.6% | 0.98% | - |
| XYZ | 52.23 | 76.2 | 78.97 | - |
| YUV | 201.62 | 137.81 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 219 | 0.6 | 0 | 0.12 | 0.02 | 167.6 | 0.94 | 0.69 |
| Hex | 64 | FA | DB | 3C | 0 | C | 2 | A8 | 5E | 45 |
| Octal | 144 | 372 | 333 | 74 | 0 | 14 | 2 | 250 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11011011 | 111100 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000101 |
Color Harmonies of #64FADB
Complementary color
Monochromatic Colors of #64FADB
Black with #64FADB
Text Example
Text Example
White with #64FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FADB; }
p { color: rgb(100,250,219); }
H1.HeaderClassName
{
color: #64FADB;
}
.AnyTagClassName
{
color: #64FADB;
}
</style>
background-color css
<style>
a { background-color: #64FADB; }
a { background-color: rgb(100,250,219); }
div.DivClassName
{
background-color: #64FADB;
}
.BgClassName
{
background-color: #64FADB;
}
</style>
border-color css
<style>
span { border-color: #64FADB; }
span { border-color: rgb(100,250,219); }
td.TdClassName
{
border-color: #64FADB;
}
.TagClassName
{
border-color: #64FADB;
}
</style>