Shades of Medium Aquamarine #64CC9C
Tints of Medium Aquamarine #64CC9C
RGB
CMYK
RGB Variations
Color information
#64CC9C (or 0x64CC9C) is known color: Medium Aquamarine. HEX triplet: 64, CC and 9C. RGB value is (100,204,156). Sum of RGB (Red+Green+Blue) = 100+204+156=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CC9C is #9B3363. Grayscale: #A7A7A7. Windows color (decimal): -10171236 or 10275940. OLE color: 10275940.
HSL color Cylindrical-coordinate representation of color #64CC9C: hue angle of 152.31º 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 #64CC9C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 156 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.2 |
| HSL | 152.31º | 0.5% | 0.6% | - |
| HSV(B) | 152.31º | 0.51% | 0.8% | - |
| XYZ | 32.85 | 48.3 | 39.04 | - |
| YUV | 167.43 | 121.54 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 156 | 0.51 | 0 | 0.24 | 0.2 | 152.31 | 0.5 | 0.6 |
| Hex | 64 | CC | 9C | 33 | 0 | 18 | 14 | 98 | 32 | 3C |
| Octal | 144 | 314 | 234 | 63 | 0 | 30 | 24 | 230 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10011100 | 110011 | 0 | 11000 | 10100 | 10011000 | 110010 | 111100 |
Color Harmonies of #64CC9C
Complementary color
Monochromatic Colors of #64CC9C
Black with #64CC9C
Text Example
Text Example
White with #64CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC9C; }
p { color: rgb(100,204,156); }
H1.HeaderClassName
{
color: #64CC9C;
}
.AnyTagClassName
{
color: #64CC9C;
}
</style>
background-color css
<style>
a { background-color: #64CC9C; }
a { background-color: rgb(100,204,156); }
div.DivClassName
{
background-color: #64CC9C;
}
.BgClassName
{
background-color: #64CC9C;
}
</style>
border-color css
<style>
span { border-color: #64CC9C; }
span { border-color: rgb(100,204,156); }
td.TdClassName
{
border-color: #64CC9C;
}
.TagClassName
{
border-color: #64CC9C;
}
</style>