Shades of Medium Aquamarine #64D79C
Tints of Medium Aquamarine #64D79C
RGB
CMYK
RGB Variations
Color information
#64D79C (or 0x64D79C) is known color: Medium Aquamarine. HEX triplet: 64, D7 and 9C. RGB value is (100,215,156). Sum of RGB (Red+Green+Blue) = 100+215+156=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #64D79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D79C is #9B2863. Grayscale: #AEAEAE. Windows color (decimal): -10168420 or 10278756. OLE color: 10278756.
HSL color Cylindrical-coordinate representation of color #64D79C: hue angle of 149.22º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D79C is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 156 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.16 |
| HSL | 149.22º | 0.59% | 0.62% | - |
| HSV(B) | 149.22º | 0.53% | 0.84% | - |
| XYZ | 35.56 | 53.71 | 39.95 | - |
| YUV | 173.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 156 | 0.53 | 0 | 0.27 | 0.16 | 149.22 | 0.59 | 0.62 |
| Hex | 64 | D7 | 9C | 35 | 0 | 1B | 10 | 95 | 3B | 3E |
| Octal | 144 | 327 | 234 | 65 | 0 | 33 | 20 | 225 | 73 | 76 |
| Binary | 1100100 | 11010111 | 10011100 | 110101 | 0 | 11011 | 10000 | 10010101 | 111011 | 111110 |
Color Harmonies of #64D79C
Complementary color
Monochromatic Colors of #64D79C
Black with #64D79C
Text Example
Text Example
White with #64D79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D79C; }
p { color: rgb(100,215,156); }
H1.HeaderClassName
{
color: #64D79C;
}
.AnyTagClassName
{
color: #64D79C;
}
</style>
background-color css
<style>
a { background-color: #64D79C; }
a { background-color: rgb(100,215,156); }
div.DivClassName
{
background-color: #64D79C;
}
.BgClassName
{
background-color: #64D79C;
}
</style>
border-color css
<style>
span { border-color: #64D79C; }
span { border-color: rgb(100,215,156); }
td.TdClassName
{
border-color: #64D79C;
}
.TagClassName
{
border-color: #64D79C;
}
</style>