Shades of Medium Aquamarine #64C1AD
Tints of Medium Aquamarine #64C1AD
RGB
CMYK
RGB Variations
Color information
#64C1AD (or 0x64C1AD) is known color: Medium Aquamarine. HEX triplet: 64, C1 and AD. RGB value is (100,193,173). Sum of RGB (Red+Green+Blue) = 100+193+173=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C1AD is #9B3E52. Grayscale: #A2A2A2. Windows color (decimal): -10174035 or 11387236. OLE color: 11387236.
HSL color Cylindrical-coordinate representation of color #64C1AD: hue angle of 167.1º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C1AD is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 173 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.24 |
| HSL | 167.1º | 0.43% | 0.57% | - |
| HSV(B) | 167.1º | 0.48% | 0.76% | - |
| XYZ | 31.87 | 43.87 | 46.32 | - |
| YUV | 162.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 173 | 0.48 | 0 | 0.10 | 0.24 | 167.1 | 0.43 | 0.57 |
| Hex | 64 | C1 | AD | 30 | 0 | A | 18 | A7 | 2B | 39 |
| Octal | 144 | 301 | 255 | 60 | 0 | 12 | 30 | 247 | 53 | 71 |
| Binary | 1100100 | 11000001 | 10101101 | 110000 | 0 | 1010 | 11000 | 10100111 | 101011 | 111001 |
Color Harmonies of #64C1AD
Complementary color
Monochromatic Colors of #64C1AD
Black with #64C1AD
Text Example
Text Example
White with #64C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C1AD; }
p { color: rgb(100,193,173); }
H1.HeaderClassName
{
color: #64C1AD;
}
.AnyTagClassName
{
color: #64C1AD;
}
</style>
background-color css
<style>
a { background-color: #64C1AD; }
a { background-color: rgb(100,193,173); }
div.DivClassName
{
background-color: #64C1AD;
}
.BgClassName
{
background-color: #64C1AD;
}
</style>
border-color css
<style>
span { border-color: #64C1AD; }
span { border-color: rgb(100,193,173); }
td.TdClassName
{
border-color: #64C1AD;
}
.TagClassName
{
border-color: #64C1AD;
}
</style>