Shades of Medium Aquamarine #64CC9D
Tints of Medium Aquamarine #64CC9D
RGB
CMYK
RGB Variations
Color information
#64CC9D (or 0x64CC9D) is known color: Medium Aquamarine. HEX triplet: 64, CC and 9D. RGB value is (100,204,157). Sum of RGB (Red+Green+Blue) = 100+204+157=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CC9D is #9B3362. Grayscale: #A7A7A7. Windows color (decimal): -10171235 or 10341476. OLE color: 10341476.
HSL color Cylindrical-coordinate representation of color #64CC9D: hue angle of 152.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CC9D is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 157 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.2 |
| HSL | 152.88º | 0.5% | 0.6% | - |
| HSV(B) | 152.88º | 0.51% | 0.8% | - |
| XYZ | 32.93 | 48.33 | 39.49 | - |
| YUV | 167.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 157 | 0.51 | 0 | 0.23 | 0.2 | 152.88 | 0.5 | 0.6 |
| Hex | 64 | CC | 9D | 33 | 0 | 17 | 14 | 99 | 32 | 3C |
| Octal | 144 | 314 | 235 | 63 | 0 | 27 | 24 | 231 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10011101 | 110011 | 0 | 10111 | 10100 | 10011001 | 110010 | 111100 |
Color Harmonies of #64CC9D
Complementary color
Monochromatic Colors of #64CC9D
Black with #64CC9D
Text Example
Text Example
White with #64CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC9D; }
p { color: rgb(100,204,157); }
H1.HeaderClassName
{
color: #64CC9D;
}
.AnyTagClassName
{
color: #64CC9D;
}
</style>
background-color css
<style>
a { background-color: #64CC9D; }
a { background-color: rgb(100,204,157); }
div.DivClassName
{
background-color: #64CC9D;
}
.BgClassName
{
background-color: #64CC9D;
}
</style>
border-color css
<style>
span { border-color: #64CC9D; }
span { border-color: rgb(100,204,157); }
td.TdClassName
{
border-color: #64CC9D;
}
.TagClassName
{
border-color: #64CC9D;
}
</style>