Shades of Medium Aquamarine #64C6AD
Tints of Medium Aquamarine #64C6AD
RGB
CMYK
RGB Variations
Color information
#64C6AD (or 0x64C6AD) is known color: Medium Aquamarine. HEX triplet: 64, C6 and AD. RGB value is (100,198,173). Sum of RGB (Red+Green+Blue) = 100+198+173=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #64C6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C6AD is #9B3952. Grayscale: #A5A5A5. Windows color (decimal): -10172755 or 11388516. OLE color: 11388516.
HSL color Cylindrical-coordinate representation of color #64C6AD: hue angle of 164.69º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C6AD is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 173 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.22 |
| HSL | 164.69º | 0.46% | 0.58% | - |
| HSV(B) | 164.69º | 0.49% | 0.78% | - |
| XYZ | 32.99 | 46.11 | 46.7 | - |
| YUV | 165.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 173 | 0.49 | 0 | 0.13 | 0.22 | 164.69 | 0.46 | 0.58 |
| Hex | 64 | C6 | AD | 31 | 0 | D | 16 | A5 | 2E | 3A |
| Octal | 144 | 306 | 255 | 61 | 0 | 15 | 26 | 245 | 56 | 72 |
| Binary | 1100100 | 11000110 | 10101101 | 110001 | 0 | 1101 | 10110 | 10100101 | 101110 | 111010 |
Color Harmonies of #64C6AD
Complementary color
Monochromatic Colors of #64C6AD
Black with #64C6AD
Text Example
Text Example
White with #64C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6AD; }
p { color: rgb(100,198,173); }
H1.HeaderClassName
{
color: #64C6AD;
}
.AnyTagClassName
{
color: #64C6AD;
}
</style>
background-color css
<style>
a { background-color: #64C6AD; }
a { background-color: rgb(100,198,173); }
div.DivClassName
{
background-color: #64C6AD;
}
.BgClassName
{
background-color: #64C6AD;
}
</style>
border-color css
<style>
span { border-color: #64C6AD; }
span { border-color: rgb(100,198,173); }
td.TdClassName
{
border-color: #64C6AD;
}
.TagClassName
{
border-color: #64C6AD;
}
</style>