Shades of Medium Aquamarine #64C6AE
Tints of Medium Aquamarine #64C6AE
RGB
CMYK
RGB Variations
Color information
#64C6AE (or 0x64C6AE) is known color: Medium Aquamarine. HEX triplet: 64, C6 and AE. RGB value is (100,198,174). Sum of RGB (Red+Green+Blue) = 100+198+174=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #64C6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C6AE is #9B3951. Grayscale: #A5A5A5. Windows color (decimal): -10172754 or 11454052. OLE color: 11454052.
HSL color Cylindrical-coordinate representation of color #64C6AE: hue angle of 165.31º 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 #64C6AE is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 174 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.22 |
| HSL | 165.31º | 0.46% | 0.58% | - |
| HSV(B) | 165.31º | 0.49% | 0.78% | - |
| XYZ | 33.09 | 46.15 | 47.21 | - |
| YUV | 165.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 174 | 0.49 | 0 | 0.12 | 0.22 | 165.31 | 0.46 | 0.58 |
| Hex | 64 | C6 | AE | 31 | 0 | C | 16 | A5 | 2E | 3A |
| Octal | 144 | 306 | 256 | 61 | 0 | 14 | 26 | 245 | 56 | 72 |
| Binary | 1100100 | 11000110 | 10101110 | 110001 | 0 | 1100 | 10110 | 10100101 | 101110 | 111010 |
Color Harmonies of #64C6AE
Complementary color
Monochromatic Colors of #64C6AE
Black with #64C6AE
Text Example
Text Example
White with #64C6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C6AE; }
p { color: rgb(100,198,174); }
H1.HeaderClassName
{
color: #64C6AE;
}
.AnyTagClassName
{
color: #64C6AE;
}
</style>
background-color css
<style>
a { background-color: #64C6AE; }
a { background-color: rgb(100,198,174); }
div.DivClassName
{
background-color: #64C6AE;
}
.BgClassName
{
background-color: #64C6AE;
}
</style>
border-color css
<style>
span { border-color: #64C6AE; }
span { border-color: rgb(100,198,174); }
td.TdClassName
{
border-color: #64C6AE;
}
.TagClassName
{
border-color: #64C6AE;
}
</style>