Shades of Medium Aquamarine #64DAA0
Tints of Medium Aquamarine #64DAA0
RGB
CMYK
RGB Variations
Color information
#64DAA0 (or 0x64DAA0) is known color: Medium Aquamarine. HEX triplet: 64, DA and A0. RGB value is (100,218,160). Sum of RGB (Red+Green+Blue) = 100+218+160=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DAA0 is #9B255F. Grayscale: #B0B0B0. Windows color (decimal): -10167648 or 10541668. OLE color: 10541668.
HSL color Cylindrical-coordinate representation of color #64DAA0: hue angle of 150.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DAA0 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 160 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.15 |
| HSL | 150.51º | 0.61% | 0.62% | - |
| HSV(B) | 150.51º | 0.54% | 0.85% | - |
| XYZ | 36.67 | 55.39 | 42.02 | - |
| YUV | 176.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 160 | 0.54 | 0 | 0.27 | 0.15 | 150.51 | 0.61 | 0.62 |
| Hex | 64 | DA | A0 | 36 | 0 | 1B | F | 97 | 3D | 3E |
| Octal | 144 | 332 | 240 | 66 | 0 | 33 | 17 | 227 | 75 | 76 |
| Binary | 1100100 | 11011010 | 10100000 | 110110 | 0 | 11011 | 1111 | 10010111 | 111101 | 111110 |
Color Harmonies of #64DAA0
Complementary color
Monochromatic Colors of #64DAA0
Black with #64DAA0
Text Example
Text Example
White with #64DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAA0; }
p { color: rgb(100,218,160); }
H1.HeaderClassName
{
color: #64DAA0;
}
.AnyTagClassName
{
color: #64DAA0;
}
</style>
background-color css
<style>
a { background-color: #64DAA0; }
a { background-color: rgb(100,218,160); }
div.DivClassName
{
background-color: #64DAA0;
}
.BgClassName
{
background-color: #64DAA0;
}
</style>
border-color css
<style>
span { border-color: #64DAA0; }
span { border-color: rgb(100,218,160); }
td.TdClassName
{
border-color: #64DAA0;
}
.TagClassName
{
border-color: #64DAA0;
}
</style>