Shades of Medium Aquamarine #64ECAB
Tints of Medium Aquamarine #64ECAB
RGB
CMYK
RGB Variations
Color information
#64ECAB (or 0x64ECAB) is known color: Medium Aquamarine. HEX triplet: 64, EC and AB. RGB value is (100,236,171). Sum of RGB (Red+Green+Blue) = 100+236+171=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ECAB is #9B1354. Grayscale: #BCBCBC. Windows color (decimal): -10163029 or 11267172. OLE color: 11267172.
HSL color Cylindrical-coordinate representation of color #64ECAB: hue angle of 151.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECAB is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 236 | 171 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.07 |
| HSL | 151.32º | 0.78% | 0.66% | - |
| HSV(B) | 151.32º | 0.58% | 0.93% | - |
| XYZ | 42.6 | 65.64 | 48.95 | - |
| YUV | 187.93 | 118.44 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 171 | 0.58 | 0 | 0.28 | 0.07 | 151.32 | 0.78 | 0.66 |
| Hex | 64 | EC | AB | 3A | 0 | 1C | 7 | 97 | 4E | 42 |
| Octal | 144 | 354 | 253 | 72 | 0 | 34 | 7 | 227 | 116 | 102 |
| Binary | 1100100 | 11101100 | 10101011 | 111010 | 0 | 11100 | 111 | 10010111 | 1001110 | 1000010 |
Color Harmonies of #64ECAB
Complementary color
Monochromatic Colors of #64ECAB
Black with #64ECAB
Text Example
Text Example
White with #64ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECAB; }
p { color: rgb(100,236,171); }
H1.HeaderClassName
{
color: #64ECAB;
}
.AnyTagClassName
{
color: #64ECAB;
}
</style>
background-color css
<style>
a { background-color: #64ECAB; }
a { background-color: rgb(100,236,171); }
div.DivClassName
{
background-color: #64ECAB;
}
.BgClassName
{
background-color: #64ECAB;
}
</style>
border-color css
<style>
span { border-color: #64ECAB; }
span { border-color: rgb(100,236,171); }
td.TdClassName
{
border-color: #64ECAB;
}
.TagClassName
{
border-color: #64ECAB;
}
</style>