Shades of Medium Aquamarine #64CCA2
Tints of Medium Aquamarine #64CCA2
RGB
CMYK
RGB Variations
Color information
#64CCA2 (or 0x64CCA2) is known color: Medium Aquamarine. HEX triplet: 64, CC and A2. RGB value is (100,204,162). Sum of RGB (Red+Green+Blue) = 100+204+162=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCA2 is #9B335D. Grayscale: #A8A8A8. Windows color (decimal): -10171230 or 10669156. OLE color: 10669156.
HSL color Cylindrical-coordinate representation of color #64CCA2: hue angle of 155.77º 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 #64CCA2 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 162 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.2 |
| HSL | 155.77º | 0.5% | 0.6% | - |
| HSV(B) | 155.77º | 0.51% | 0.8% | - |
| XYZ | 33.37 | 48.5 | 41.79 | - |
| YUV | 168.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 162 | 0.51 | 0 | 0.21 | 0.2 | 155.77 | 0.5 | 0.6 |
| Hex | 64 | CC | A2 | 33 | 0 | 15 | 14 | 9C | 32 | 3C |
| Octal | 144 | 314 | 242 | 63 | 0 | 25 | 24 | 234 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10100010 | 110011 | 0 | 10101 | 10100 | 10011100 | 110010 | 111100 |
Color Harmonies of #64CCA2
Complementary color
Monochromatic Colors of #64CCA2
Black with #64CCA2
Text Example
Text Example
White with #64CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCA2; }
p { color: rgb(100,204,162); }
H1.HeaderClassName
{
color: #64CCA2;
}
.AnyTagClassName
{
color: #64CCA2;
}
</style>
background-color css
<style>
a { background-color: #64CCA2; }
a { background-color: rgb(100,204,162); }
div.DivClassName
{
background-color: #64CCA2;
}
.BgClassName
{
background-color: #64CCA2;
}
</style>
border-color css
<style>
span { border-color: #64CCA2; }
span { border-color: rgb(100,204,162); }
td.TdClassName
{
border-color: #64CCA2;
}
.TagClassName
{
border-color: #64CCA2;
}
</style>