Shades of Medium Aquamarine #64CCA1
Tints of Medium Aquamarine #64CCA1
RGB
CMYK
RGB Variations
Color information
#64CCA1 (or 0x64CCA1) is known color: Medium Aquamarine. HEX triplet: 64, CC and A1. RGB value is (100,204,161). Sum of RGB (Red+Green+Blue) = 100+204+161=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCA1 is #9B335E. Grayscale: #A8A8A8. Windows color (decimal): -10171231 or 10603620. OLE color: 10603620.
HSL color Cylindrical-coordinate representation of color #64CCA1: hue angle of 155.19º 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 #64CCA1 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 161 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.2 |
| HSL | 155.19º | 0.5% | 0.6% | - |
| HSV(B) | 155.19º | 0.51% | 0.8% | - |
| XYZ | 33.28 | 48.47 | 41.32 | - |
| YUV | 168 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 161 | 0.51 | 0 | 0.21 | 0.2 | 155.19 | 0.5 | 0.6 |
| Hex | 64 | CC | A1 | 33 | 0 | 15 | 14 | 9B | 32 | 3C |
| Octal | 144 | 314 | 241 | 63 | 0 | 25 | 24 | 233 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10100001 | 110011 | 0 | 10101 | 10100 | 10011011 | 110010 | 111100 |
Color Harmonies of #64CCA1
Complementary color
Monochromatic Colors of #64CCA1
Black with #64CCA1
Text Example
Text Example
White with #64CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCA1; }
p { color: rgb(100,204,161); }
H1.HeaderClassName
{
color: #64CCA1;
}
.AnyTagClassName
{
color: #64CCA1;
}
</style>
background-color css
<style>
a { background-color: #64CCA1; }
a { background-color: rgb(100,204,161); }
div.DivClassName
{
background-color: #64CCA1;
}
.BgClassName
{
background-color: #64CCA1;
}
</style>
border-color css
<style>
span { border-color: #64CCA1; }
span { border-color: rgb(100,204,161); }
td.TdClassName
{
border-color: #64CCA1;
}
.TagClassName
{
border-color: #64CCA1;
}
</style>