Shades of Medium Aquamarine #64D4AD
Tints of Medium Aquamarine #64D4AD
RGB
CMYK
RGB Variations
Color information
#64D4AD (or 0x64D4AD) is known color: Medium Aquamarine. HEX triplet: 64, D4 and AD. RGB value is (100,212,173). Sum of RGB (Red+Green+Blue) = 100+212+173=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #64D4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D4AD is #9B2B52. Grayscale: #AEAEAE. Windows color (decimal): -10169171 or 11392100. OLE color: 11392100.
HSL color Cylindrical-coordinate representation of color #64D4AD: hue angle of 159.11º 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 #64D4AD is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 173 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.17 |
| HSL | 159.11º | 0.57% | 0.61% | - |
| HSV(B) | 159.11º | 0.53% | 0.83% | - |
| XYZ | 36.34 | 52.81 | 47.81 | - |
| YUV | 174.07 | 127.39 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 173 | 0.53 | 0 | 0.18 | 0.17 | 159.11 | 0.57 | 0.61 |
| Hex | 64 | D4 | AD | 35 | 0 | 12 | 11 | 9F | 39 | 3D |
| Octal | 144 | 324 | 255 | 65 | 0 | 22 | 21 | 237 | 71 | 75 |
| Binary | 1100100 | 11010100 | 10101101 | 110101 | 0 | 10010 | 10001 | 10011111 | 111001 | 111101 |
Color Harmonies of #64D4AD
Complementary color
Monochromatic Colors of #64D4AD
Black with #64D4AD
Text Example
Text Example
White with #64D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D4AD; }
p { color: rgb(100,212,173); }
H1.HeaderClassName
{
color: #64D4AD;
}
.AnyTagClassName
{
color: #64D4AD;
}
</style>
background-color css
<style>
a { background-color: #64D4AD; }
a { background-color: rgb(100,212,173); }
div.DivClassName
{
background-color: #64D4AD;
}
.BgClassName
{
background-color: #64D4AD;
}
</style>
border-color css
<style>
span { border-color: #64D4AD; }
span { border-color: rgb(100,212,173); }
td.TdClassName
{
border-color: #64D4AD;
}
.TagClassName
{
border-color: #64D4AD;
}
</style>