Shades of Medium Aquamarine #64CCAF
Tints of Medium Aquamarine #64CCAF
RGB
CMYK
RGB Variations
Color information
#64CCAF (or 0x64CCAF) is known color: Medium Aquamarine. HEX triplet: 64, CC and AF. RGB value is (100,204,175). Sum of RGB (Red+Green+Blue) = 100+204+175=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCAF is #9B3350. Grayscale: #A9A9A9. Windows color (decimal): -10171217 or 11521124. OLE color: 11521124.
HSL color Cylindrical-coordinate representation of color #64CCAF: hue angle of 163.27º 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 #64CCAF is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 175 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.2 |
| HSL | 163.27º | 0.5% | 0.6% | - |
| HSV(B) | 163.27º | 0.51% | 0.8% | - |
| XYZ | 34.59 | 48.99 | 48.19 | - |
| YUV | 169.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 175 | 0.51 | 0 | 0.14 | 0.2 | 163.27 | 0.5 | 0.6 |
| Hex | 64 | CC | AF | 33 | 0 | E | 14 | A3 | 32 | 3C |
| Octal | 144 | 314 | 257 | 63 | 0 | 16 | 24 | 243 | 62 | 74 |
| Binary | 1100100 | 11001100 | 10101111 | 110011 | 0 | 1110 | 10100 | 10100011 | 110010 | 111100 |
Color Harmonies of #64CCAF
Complementary color
Monochromatic Colors of #64CCAF
Black with #64CCAF
Text Example
Text Example
White with #64CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCAF; }
p { color: rgb(100,204,175); }
H1.HeaderClassName
{
color: #64CCAF;
}
.AnyTagClassName
{
color: #64CCAF;
}
</style>
background-color css
<style>
a { background-color: #64CCAF; }
a { background-color: rgb(100,204,175); }
div.DivClassName
{
background-color: #64CCAF;
}
.BgClassName
{
background-color: #64CCAF;
}
</style>
border-color css
<style>
span { border-color: #64CCAF; }
span { border-color: rgb(100,204,175); }
td.TdClassName
{
border-color: #64CCAF;
}
.TagClassName
{
border-color: #64CCAF;
}
</style>