Shades of Medium Aquamarine #64D49D
Tints of Medium Aquamarine #64D49D
RGB
CMYK
RGB Variations
Color information
#64D49D (or 0x64D49D) is known color: Medium Aquamarine. HEX triplet: 64, D4 and 9D. RGB value is (100,212,157). Sum of RGB (Red+Green+Blue) = 100+212+157=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #64D49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D49D is #9B2B62. Grayscale: #ACACAC. Windows color (decimal): -10169187 or 10343524. OLE color: 10343524.
HSL color Cylindrical-coordinate representation of color #64D49D: hue angle of 150.54º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D49D is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 157 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.17 |
| HSL | 150.54º | 0.57% | 0.61% | - |
| HSV(B) | 150.54º | 0.53% | 0.83% | - |
| XYZ | 34.88 | 52.23 | 40.14 | - |
| YUV | 172.24 | 119.39 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 157 | 0.53 | 0 | 0.26 | 0.17 | 150.54 | 0.57 | 0.61 |
| Hex | 64 | D4 | 9D | 35 | 0 | 1A | 11 | 97 | 39 | 3D |
| Octal | 144 | 324 | 235 | 65 | 0 | 32 | 21 | 227 | 71 | 75 |
| Binary | 1100100 | 11010100 | 10011101 | 110101 | 0 | 11010 | 10001 | 10010111 | 111001 | 111101 |
Color Harmonies of #64D49D
Complementary color
Monochromatic Colors of #64D49D
Black with #64D49D
Text Example
Text Example
White with #64D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D49D; }
p { color: rgb(100,212,157); }
H1.HeaderClassName
{
color: #64D49D;
}
.AnyTagClassName
{
color: #64D49D;
}
</style>
background-color css
<style>
a { background-color: #64D49D; }
a { background-color: rgb(100,212,157); }
div.DivClassName
{
background-color: #64D49D;
}
.BgClassName
{
background-color: #64D49D;
}
</style>
border-color css
<style>
span { border-color: #64D49D; }
span { border-color: rgb(100,212,157); }
td.TdClassName
{
border-color: #64D49D;
}
.TagClassName
{
border-color: #64D49D;
}
</style>