Shades of Medium Aquamarine #64C1A9
Tints of Medium Aquamarine #64C1A9
RGB
CMYK
RGB Variations
Color information
#64C1A9 (or 0x64C1A9) is known color: Medium Aquamarine. HEX triplet: 64, C1 and A9. RGB value is (100,193,169). Sum of RGB (Red+Green+Blue) = 100+193+169=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C1A9 is #9B3E56. Grayscale: #A2A2A2. Windows color (decimal): -10174039 or 11125092. OLE color: 11125092.
HSL color Cylindrical-coordinate representation of color #64C1A9: hue angle of 164.52º 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 #64C1A9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 169 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.24 |
| HSL | 164.52º | 0.43% | 0.57% | - |
| HSV(B) | 164.52º | 0.48% | 0.76% | - |
| XYZ | 31.49 | 43.71 | 44.31 | - |
| YUV | 162.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 169 | 0.48 | 0 | 0.12 | 0.24 | 164.52 | 0.43 | 0.57 |
| Hex | 64 | C1 | A9 | 30 | 0 | C | 18 | A5 | 2B | 39 |
| Octal | 144 | 301 | 251 | 60 | 0 | 14 | 30 | 245 | 53 | 71 |
| Binary | 1100100 | 11000001 | 10101001 | 110000 | 0 | 1100 | 11000 | 10100101 | 101011 | 111001 |
Color Harmonies of #64C1A9
Complementary color
Monochromatic Colors of #64C1A9
Black with #64C1A9
Text Example
Text Example
White with #64C1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C1A9; }
p { color: rgb(100,193,169); }
H1.HeaderClassName
{
color: #64C1A9;
}
.AnyTagClassName
{
color: #64C1A9;
}
</style>
background-color css
<style>
a { background-color: #64C1A9; }
a { background-color: rgb(100,193,169); }
div.DivClassName
{
background-color: #64C1A9;
}
.BgClassName
{
background-color: #64C1A9;
}
</style>
border-color css
<style>
span { border-color: #64C1A9; }
span { border-color: rgb(100,193,169); }
td.TdClassName
{
border-color: #64C1A9;
}
.TagClassName
{
border-color: #64C1A9;
}
</style>