Shades of Medium Aquamarine #64C4AC
Tints of Medium Aquamarine #64C4AC
RGB
CMYK
RGB Variations
Color information
#64C4AC (or 0x64C4AC) is known color: Medium Aquamarine. HEX triplet: 64, C4 and AC. RGB value is (100,196,172). Sum of RGB (Red+Green+Blue) = 100+196+172=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #64C4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C4AC is #9B3B53. Grayscale: #A4A4A4. Windows color (decimal): -10173268 or 11322468. OLE color: 11322468.
HSL color Cylindrical-coordinate representation of color #64C4AC: hue angle of 165º degrees, saturation: 0.45, 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 #64C4AC is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 196 | 172 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.23 |
| HSL | 165º | 0.45% | 0.58% | - |
| HSV(B) | 165º | 0.49% | 0.77% | - |
| XYZ | 32.44 | 45.17 | 46.04 | - |
| YUV | 164.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 196 | 172 | 0.49 | 0 | 0.12 | 0.23 | 165 | 0.45 | 0.58 |
| Hex | 64 | C4 | AC | 31 | 0 | C | 17 | A5 | 2D | 3A |
| Octal | 144 | 304 | 254 | 61 | 0 | 14 | 27 | 245 | 55 | 72 |
| Binary | 1100100 | 11000100 | 10101100 | 110001 | 0 | 1100 | 10111 | 10100101 | 101101 | 111010 |
Color Harmonies of #64C4AC
Complementary color
Monochromatic Colors of #64C4AC
Black with #64C4AC
Text Example
Text Example
White with #64C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C4AC; }
p { color: rgb(100,196,172); }
H1.HeaderClassName
{
color: #64C4AC;
}
.AnyTagClassName
{
color: #64C4AC;
}
</style>
background-color css
<style>
a { background-color: #64C4AC; }
a { background-color: rgb(100,196,172); }
div.DivClassName
{
background-color: #64C4AC;
}
.BgClassName
{
background-color: #64C4AC;
}
</style>
border-color css
<style>
span { border-color: #64C4AC; }
span { border-color: rgb(100,196,172); }
td.TdClassName
{
border-color: #64C4AC;
}
.TagClassName
{
border-color: #64C4AC;
}
</style>