Shades of Aquamarine #64F9DC
Tints of Aquamarine #64F9DC
RGB
CMYK
RGB Variations
Color information
#64F9DC (or 0x64F9DC) is known color: Aquamarine. HEX triplet: 64, F9 and DC. RGB value is (100,249,220). Sum of RGB (Red+Green+Blue) = 100+249+220=569 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.57% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F9DC is #9B0623. Grayscale: #C9C9C9. Windows color (decimal): -10159652 or 14481764. OLE color: 14481764.
HSL color Cylindrical-coordinate representation of color #64F9DC: hue angle of 168.32º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9DC is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 220 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.02 |
| HSL | 168.32º | 0.93% | 0.68% | - |
| HSV(B) | 168.32º | 0.6% | 0.98% | - |
| XYZ | 52.05 | 75.63 | 79.56 | - |
| YUV | 201.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 220 | 0.60 | 0 | 0.12 | 0.02 | 168.32 | 0.93 | 0.68 |
| Hex | 64 | F9 | DC | 3C | 0 | C | 2 | A8 | 5D | 44 |
| Octal | 144 | 371 | 334 | 74 | 0 | 14 | 2 | 250 | 135 | 104 |
| Binary | 1100100 | 11111001 | 11011100 | 111100 | 0 | 1100 | 10 | 10101000 | 1011101 | 1000100 |
Color Harmonies of #64F9DC
Complementary color
Monochromatic Colors of #64F9DC
Black with #64F9DC
Text Example
Text Example
White with #64F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F9DC; }
p { color: rgb(100,249,220); }
H1.HeaderClassName
{
color: #64F9DC;
}
.AnyTagClassName
{
color: #64F9DC;
}
</style>
background-color css
<style>
a { background-color: #64F9DC; }
a { background-color: rgb(100,249,220); }
div.DivClassName
{
background-color: #64F9DC;
}
.BgClassName
{
background-color: #64F9DC;
}
</style>
border-color css
<style>
span { border-color: #64F9DC; }
span { border-color: rgb(100,249,220); }
td.TdClassName
{
border-color: #64F9DC;
}
.TagClassName
{
border-color: #64F9DC;
}
</style>