Shades of Medium Aquamarine #64E7B6
Tints of Medium Aquamarine #64E7B6
RGB
CMYK
RGB Variations
Color information
#64E7B6 (or 0x64E7B6) is known color: Medium Aquamarine. HEX triplet: 64, E7 and B6. RGB value is (100,231,182). Sum of RGB (Red+Green+Blue) = 100+231+182=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #64E7B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E7B6 is #9B1849. Grayscale: #BABABA. Windows color (decimal): -10164298 or 11986788. OLE color: 11986788.
HSL color Cylindrical-coordinate representation of color #64E7B6: hue angle of 157.56º 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 #64E7B6 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 182 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.09 |
| HSL | 157.56º | 0.73% | 0.65% | - |
| HSV(B) | 157.56º | 0.57% | 0.91% | - |
| XYZ | 42.27 | 63.24 | 54.23 | - |
| YUV | 186.25 | 125.6 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 182 | 0.57 | 0 | 0.21 | 0.09 | 157.56 | 0.73 | 0.65 |
| Hex | 64 | E7 | B6 | 39 | 0 | 15 | 9 | 9E | 49 | 41 |
| Octal | 144 | 347 | 266 | 71 | 0 | 25 | 11 | 236 | 111 | 101 |
| Binary | 1100100 | 11100111 | 10110110 | 111001 | 0 | 10101 | 1001 | 10011110 | 1001001 | 1000001 |
Color Harmonies of #64E7B6
Complementary color
Monochromatic Colors of #64E7B6
Black with #64E7B6
Text Example
Text Example
White with #64E7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E7B6; }
p { color: rgb(100,231,182); }
H1.HeaderClassName
{
color: #64E7B6;
}
.AnyTagClassName
{
color: #64E7B6;
}
</style>
background-color css
<style>
a { background-color: #64E7B6; }
a { background-color: rgb(100,231,182); }
div.DivClassName
{
background-color: #64E7B6;
}
.BgClassName
{
background-color: #64E7B6;
}
</style>
border-color css
<style>
span { border-color: #64E7B6; }
span { border-color: rgb(100,231,182); }
td.TdClassName
{
border-color: #64E7B6;
}
.TagClassName
{
border-color: #64E7B6;
}
</style>