Shades of Aquamarine #64FFDA
Tints of Aquamarine #64FFDA
RGB
CMYK
RGB Variations
Color information
#64FFDA (or 0x64FFDA) is known color: Aquamarine. HEX triplet: 64, FF and DA. RGB value is (100,255,218). Sum of RGB (Red+Green+Blue) = 100+255+218=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFDA is #9B0025. Grayscale: #CCCCCC. Windows color (decimal): -10158118 or 14352228. OLE color: 14352228.
HSL color Cylindrical-coordinate representation of color #64FFDA: hue angle of 165.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFDA is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 218 | - |
| CMYK | 0.61 | 0 | 0.15 | 0 |
| HSL | 165.68º | 1% | 0.7% | - |
| HSV(B) | 165.68º | 0.61% | 1% | - |
| XYZ | 53.67 | 79.29 | 78.81 | - |
| YUV | 204.44 | 135.65 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 218 | 0.61 | 0 | 0.15 | 0 | 165.68 | 1 | 0.7 |
| Hex | 64 | FF | DA | 3D | 0 | F | 0 | A6 | 64 | 46 |
| Octal | 144 | 377 | 332 | 75 | 0 | 17 | 0 | 246 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11011010 | 111101 | 0 | 1111 | 0 | 10100110 | 1100100 | 1000110 |
Color Harmonies of #64FFDA
Complementary color
Monochromatic Colors of #64FFDA
Black with #64FFDA
Text Example
Text Example
White with #64FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFDA; }
p { color: rgb(100,255,218); }
H1.HeaderClassName
{
color: #64FFDA;
}
.AnyTagClassName
{
color: #64FFDA;
}
</style>
background-color css
<style>
a { background-color: #64FFDA; }
a { background-color: rgb(100,255,218); }
div.DivClassName
{
background-color: #64FFDA;
}
.BgClassName
{
background-color: #64FFDA;
}
</style>
border-color css
<style>
span { border-color: #64FFDA; }
span { border-color: rgb(100,255,218); }
td.TdClassName
{
border-color: #64FFDA;
}
.TagClassName
{
border-color: #64FFDA;
}
</style>