Shades of Medium Aquamarine #64E79C
Tints of Medium Aquamarine #64E79C
RGB
CMYK
RGB Variations
Color information
#64E79C (or 0x64E79C) is known color: Medium Aquamarine. HEX triplet: 64, E7 and 9C. RGB value is (100,231,156). Sum of RGB (Red+Green+Blue) = 100+231+156=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #64E79C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E79C is #9B1863. Grayscale: #B7B7B7. Windows color (decimal): -10164324 or 10282852. OLE color: 10282852.
HSL color Cylindrical-coordinate representation of color #64E79C: hue angle of 145.65º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E79C is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 156 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.09 |
| HSL | 145.65º | 0.73% | 0.65% | - |
| HSV(B) | 145.65º | 0.57% | 0.91% | - |
| XYZ | 39.83 | 62.26 | 41.37 | - |
| YUV | 183.28 | 112.6 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 156 | 0.57 | 0 | 0.32 | 0.09 | 145.65 | 0.73 | 0.65 |
| Hex | 64 | E7 | 9C | 39 | 0 | 20 | 9 | 92 | 49 | 41 |
| Octal | 144 | 347 | 234 | 71 | 0 | 40 | 11 | 222 | 111 | 101 |
| Binary | 1100100 | 11100111 | 10011100 | 111001 | 0 | 100000 | 1001 | 10010010 | 1001001 | 1000001 |
Color Harmonies of #64E79C
Complementary color
Monochromatic Colors of #64E79C
Black with #64E79C
Text Example
Text Example
White with #64E79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E79C; }
p { color: rgb(100,231,156); }
H1.HeaderClassName
{
color: #64E79C;
}
.AnyTagClassName
{
color: #64E79C;
}
</style>
background-color css
<style>
a { background-color: #64E79C; }
a { background-color: rgb(100,231,156); }
div.DivClassName
{
background-color: #64E79C;
}
.BgClassName
{
background-color: #64E79C;
}
</style>
border-color css
<style>
span { border-color: #64E79C; }
span { border-color: rgb(100,231,156); }
td.TdClassName
{
border-color: #64E79C;
}
.TagClassName
{
border-color: #64E79C;
}
</style>