Shades of Medium Aquamarine #64DC9D
Tints of Medium Aquamarine #64DC9D
RGB
CMYK
RGB Variations
Color information
#64DC9D (or 0x64DC9D) is known color: Medium Aquamarine. HEX triplet: 64, DC and 9D. RGB value is (100,220,157). Sum of RGB (Red+Green+Blue) = 100+220+157=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DC9D is #9B2362. Grayscale: #B1B1B1. Windows color (decimal): -10167139 or 10345572. OLE color: 10345572.
HSL color Cylindrical-coordinate representation of color #64DC9D: hue angle of 148.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DC9D is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 157 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.14 |
| HSL | 148.5º | 0.63% | 0.63% | - |
| HSV(B) | 148.5º | 0.55% | 0.86% | - |
| XYZ | 36.93 | 56.33 | 40.82 | - |
| YUV | 176.94 | 116.74 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 157 | 0.55 | 0 | 0.29 | 0.14 | 148.5 | 0.63 | 0.63 |
| Hex | 64 | DC | 9D | 37 | 0 | 1D | E | 94 | 3F | 3F |
| Octal | 144 | 334 | 235 | 67 | 0 | 35 | 16 | 224 | 77 | 77 |
| Binary | 1100100 | 11011100 | 10011101 | 110111 | 0 | 11101 | 1110 | 10010100 | 111111 | 111111 |
Color Harmonies of #64DC9D
Complementary color
Monochromatic Colors of #64DC9D
Black with #64DC9D
Text Example
Text Example
White with #64DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DC9D; }
p { color: rgb(100,220,157); }
H1.HeaderClassName
{
color: #64DC9D;
}
.AnyTagClassName
{
color: #64DC9D;
}
</style>
background-color css
<style>
a { background-color: #64DC9D; }
a { background-color: rgb(100,220,157); }
div.DivClassName
{
background-color: #64DC9D;
}
.BgClassName
{
background-color: #64DC9D;
}
</style>
border-color css
<style>
span { border-color: #64DC9D; }
span { border-color: rgb(100,220,157); }
td.TdClassName
{
border-color: #64DC9D;
}
.TagClassName
{
border-color: #64DC9D;
}
</style>