Shades of Aquamarine #64FAD3
Tints of Aquamarine #64FAD3
RGB
CMYK
RGB Variations
Color information
#64FAD3 (or 0x64FAD3) is known color: Aquamarine. HEX triplet: 64, FA and D3. RGB value is (100,250,211). Sum of RGB (Red+Green+Blue) = 100+250+211=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FAD3 is #9B052C. Grayscale: #C8C8C8. Windows color (decimal): -10159405 or 13892196. OLE color: 13892196.
HSL color Cylindrical-coordinate representation of color #64FAD3: hue angle of 164.4º 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 #64FAD3 is Cyan = 0.6, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 211 | - |
| CMYK | 0.6 | 0 | 0.16 | 0.02 |
| HSL | 164.4º | 0.94% | 0.69% | - |
| HSV(B) | 164.4º | 0.6% | 0.98% | - |
| XYZ | 51.2 | 75.78 | 73.56 | - |
| YUV | 200.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 211 | 0.6 | 0 | 0.16 | 0.02 | 164.4 | 0.94 | 0.69 |
| Hex | 64 | FA | D3 | 3C | 0 | 10 | 2 | A4 | 5E | 45 |
| Octal | 144 | 372 | 323 | 74 | 0 | 20 | 2 | 244 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11010011 | 111100 | 0 | 10000 | 10 | 10100100 | 1011110 | 1000101 |
Color Harmonies of #64FAD3
Complementary color
Monochromatic Colors of #64FAD3
Black with #64FAD3
Text Example
Text Example
White with #64FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAD3; }
p { color: rgb(100,250,211); }
H1.HeaderClassName
{
color: #64FAD3;
}
.AnyTagClassName
{
color: #64FAD3;
}
</style>
background-color css
<style>
a { background-color: #64FAD3; }
a { background-color: rgb(100,250,211); }
div.DivClassName
{
background-color: #64FAD3;
}
.BgClassName
{
background-color: #64FAD3;
}
</style>
border-color css
<style>
span { border-color: #64FAD3; }
span { border-color: rgb(100,250,211); }
td.TdClassName
{
border-color: #64FAD3;
}
.TagClassName
{
border-color: #64FAD3;
}
</style>