Shades of Medium Aquamarine #64EAAB
Tints of Medium Aquamarine #64EAAB
RGB
CMYK
RGB Variations
Color information
#64EAAB (or 0x64EAAB) is known color: Medium Aquamarine. HEX triplet: 64, EA and AB. RGB value is (100,234,171). Sum of RGB (Red+Green+Blue) = 100+234+171=505 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.80% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EAAB is #9B1554. Grayscale: #BABABA. Windows color (decimal): -10163541 or 11266660. OLE color: 11266660.
HSL color Cylindrical-coordinate representation of color #64EAAB: hue angle of 151.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAAB is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 234 | 171 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.08 |
| HSL | 151.79º | 0.76% | 0.65% | - |
| HSV(B) | 151.79º | 0.57% | 0.92% | - |
| XYZ | 42.03 | 64.5 | 48.76 | - |
| YUV | 186.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 171 | 0.57 | 0 | 0.27 | 0.08 | 151.79 | 0.76 | 0.65 |
| Hex | 64 | EA | AB | 39 | 0 | 1B | 8 | 98 | 4C | 41 |
| Octal | 144 | 352 | 253 | 71 | 0 | 33 | 10 | 230 | 114 | 101 |
| Binary | 1100100 | 11101010 | 10101011 | 111001 | 0 | 11011 | 1000 | 10011000 | 1001100 | 1000001 |
Color Harmonies of #64EAAB
Complementary color
Monochromatic Colors of #64EAAB
Black with #64EAAB
Text Example
Text Example
White with #64EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAAB; }
p { color: rgb(100,234,171); }
H1.HeaderClassName
{
color: #64EAAB;
}
.AnyTagClassName
{
color: #64EAAB;
}
</style>
background-color css
<style>
a { background-color: #64EAAB; }
a { background-color: rgb(100,234,171); }
div.DivClassName
{
background-color: #64EAAB;
}
.BgClassName
{
background-color: #64EAAB;
}
</style>
border-color css
<style>
span { border-color: #64EAAB; }
span { border-color: rgb(100,234,171); }
td.TdClassName
{
border-color: #64EAAB;
}
.TagClassName
{
border-color: #64EAAB;
}
</style>