Shades of Medium Aquamarine #64C5AA
Tints of Medium Aquamarine #64C5AA
RGB
CMYK
RGB Variations
Color information
#64C5AA (or 0x64C5AA) is known color: Medium Aquamarine. HEX triplet: 64, C5 and AA. RGB value is (100,197,170). Sum of RGB (Red+Green+Blue) = 100+197+170=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #64C5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C5AA is #9B3A55. Grayscale: #A4A4A4. Windows color (decimal): -10173014 or 11191652. OLE color: 11191652.
HSL color Cylindrical-coordinate representation of color #64C5AA: hue angle of 163.3º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C5AA is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 170 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.23 |
| HSL | 163.3º | 0.46% | 0.58% | - |
| HSV(B) | 163.3º | 0.49% | 0.77% | - |
| XYZ | 32.48 | 45.54 | 45.11 | - |
| YUV | 164.92 | 130.86 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 170 | 0.49 | 0 | 0.14 | 0.23 | 163.3 | 0.46 | 0.58 |
| Hex | 64 | C5 | AA | 31 | 0 | E | 17 | A3 | 2E | 3A |
| Octal | 144 | 305 | 252 | 61 | 0 | 16 | 27 | 243 | 56 | 72 |
| Binary | 1100100 | 11000101 | 10101010 | 110001 | 0 | 1110 | 10111 | 10100011 | 101110 | 111010 |
Color Harmonies of #64C5AA
Complementary color
Monochromatic Colors of #64C5AA
Black with #64C5AA
Text Example
Text Example
White with #64C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C5AA; }
p { color: rgb(100,197,170); }
H1.HeaderClassName
{
color: #64C5AA;
}
.AnyTagClassName
{
color: #64C5AA;
}
</style>
background-color css
<style>
a { background-color: #64C5AA; }
a { background-color: rgb(100,197,170); }
div.DivClassName
{
background-color: #64C5AA;
}
.BgClassName
{
background-color: #64C5AA;
}
</style>
border-color css
<style>
span { border-color: #64C5AA; }
span { border-color: rgb(100,197,170); }
td.TdClassName
{
border-color: #64C5AA;
}
.TagClassName
{
border-color: #64C5AA;
}
</style>