Shades of Aquamarine #64F4DA
Tints of Aquamarine #64F4DA
RGB
CMYK
RGB Variations
Color information
#64F4DA (or 0x64F4DA) is known color: Aquamarine. HEX triplet: 64, F4 and DA. RGB value is (100,244,218). Sum of RGB (Red+Green+Blue) = 100+244+218=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #64F4DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F4DA is #9B0B25. Grayscale: #C5C5C5. Windows color (decimal): -10160934 or 14349412. OLE color: 14349412.
HSL color Cylindrical-coordinate representation of color #64F4DA: hue angle of 169.17º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F4DA is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 218 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.04 |
| HSL | 169.17º | 0.87% | 0.67% | - |
| HSV(B) | 169.17º | 0.59% | 0.96% | - |
| XYZ | 50.26 | 72.47 | 77.67 | - |
| YUV | 197.98 | 139.29 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 218 | 0.59 | 0 | 0.11 | 0.04 | 169.17 | 0.87 | 0.67 |
| Hex | 64 | F4 | DA | 3B | 0 | B | 4 | A9 | 57 | 43 |
| Octal | 144 | 364 | 332 | 73 | 0 | 13 | 4 | 251 | 127 | 103 |
| Binary | 1100100 | 11110100 | 11011010 | 111011 | 0 | 1011 | 100 | 10101001 | 1010111 | 1000011 |
Color Harmonies of #64F4DA
Complementary color
Monochromatic Colors of #64F4DA
Black with #64F4DA
Text Example
Text Example
White with #64F4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F4DA; }
p { color: rgb(100,244,218); }
H1.HeaderClassName
{
color: #64F4DA;
}
.AnyTagClassName
{
color: #64F4DA;
}
</style>
background-color css
<style>
a { background-color: #64F4DA; }
a { background-color: rgb(100,244,218); }
div.DivClassName
{
background-color: #64F4DA;
}
.BgClassName
{
background-color: #64F4DA;
}
</style>
border-color css
<style>
span { border-color: #64F4DA; }
span { border-color: rgb(100,244,218); }
td.TdClassName
{
border-color: #64F4DA;
}
.TagClassName
{
border-color: #64F4DA;
}
</style>