Shades of Medium Aquamarine #64E3AB
Tints of Medium Aquamarine #64E3AB
RGB
CMYK
RGB Variations
Color information
#64E3AB (or 0x64E3AB) is known color: Medium Aquamarine. HEX triplet: 64, E3 and AB. RGB value is (100,227,171). Sum of RGB (Red+Green+Blue) = 100+227+171=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #64E3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E3AB is #9B1C54. Grayscale: #B6B6B6. Windows color (decimal): -10165333 or 11264868. OLE color: 11264868.
HSL color Cylindrical-coordinate representation of color #64E3AB: hue angle of 153.54º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E3AB is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 227 | 171 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.11 |
| HSL | 153.54º | 0.69% | 0.64% | - |
| HSV(B) | 153.54º | 0.56% | 0.89% | - |
| XYZ | 40.08 | 60.59 | 48.11 | - |
| YUV | 182.64 | 121.42 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 227 | 171 | 0.56 | 0 | 0.25 | 0.11 | 153.54 | 0.69 | 0.64 |
| Hex | 64 | E3 | AB | 38 | 0 | 19 | B | 9A | 45 | 40 |
| Octal | 144 | 343 | 253 | 70 | 0 | 31 | 13 | 232 | 105 | 100 |
| Binary | 1100100 | 11100011 | 10101011 | 111000 | 0 | 11001 | 1011 | 10011010 | 1000101 | 1000000 |
Color Harmonies of #64E3AB
Complementary color
Monochromatic Colors of #64E3AB
Black with #64E3AB
Text Example
Text Example
White with #64E3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E3AB; }
p { color: rgb(100,227,171); }
H1.HeaderClassName
{
color: #64E3AB;
}
.AnyTagClassName
{
color: #64E3AB;
}
</style>
background-color css
<style>
a { background-color: #64E3AB; }
a { background-color: rgb(100,227,171); }
div.DivClassName
{
background-color: #64E3AB;
}
.BgClassName
{
background-color: #64E3AB;
}
</style>
border-color css
<style>
span { border-color: #64E3AB; }
span { border-color: rgb(100,227,171); }
td.TdClassName
{
border-color: #64E3AB;
}
.TagClassName
{
border-color: #64E3AB;
}
</style>