Shades of Medium Aquamarine #64DAA2
Tints of Medium Aquamarine #64DAA2
RGB
CMYK
RGB Variations
Color information
#64DAA2 (or 0x64DAA2) is known color: Medium Aquamarine. HEX triplet: 64, DA and A2. RGB value is (100,218,162). Sum of RGB (Red+Green+Blue) = 100+218+162=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DAA2 is #9B255D. Grayscale: #B0B0B0. Windows color (decimal): -10167646 or 10672740. OLE color: 10672740.
HSL color Cylindrical-coordinate representation of color #64DAA2: hue angle of 151.53º 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 #64DAA2 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 162 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.15 |
| HSL | 151.53º | 0.61% | 0.62% | - |
| HSV(B) | 151.53º | 0.54% | 0.85% | - |
| XYZ | 36.85 | 55.46 | 42.95 | - |
| YUV | 176.33 | 119.91 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 162 | 0.54 | 0 | 0.26 | 0.15 | 151.53 | 0.61 | 0.62 |
| Hex | 64 | DA | A2 | 36 | 0 | 1A | F | 98 | 3D | 3E |
| Octal | 144 | 332 | 242 | 66 | 0 | 32 | 17 | 230 | 75 | 76 |
| Binary | 1100100 | 11011010 | 10100010 | 110110 | 0 | 11010 | 1111 | 10011000 | 111101 | 111110 |
Color Harmonies of #64DAA2
Complementary color
Monochromatic Colors of #64DAA2
Black with #64DAA2
Text Example
Text Example
White with #64DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAA2; }
p { color: rgb(100,218,162); }
H1.HeaderClassName
{
color: #64DAA2;
}
.AnyTagClassName
{
color: #64DAA2;
}
</style>
background-color css
<style>
a { background-color: #64DAA2; }
a { background-color: rgb(100,218,162); }
div.DivClassName
{
background-color: #64DAA2;
}
.BgClassName
{
background-color: #64DAA2;
}
</style>
border-color css
<style>
span { border-color: #64DAA2; }
span { border-color: rgb(100,218,162); }
td.TdClassName
{
border-color: #64DAA2;
}
.TagClassName
{
border-color: #64DAA2;
}
</style>