Shades of Medium Aquamarine #66E0AB
Tints of Medium Aquamarine #66E0AB
RGB
CMYK
RGB Variations
Color information
#66E0AB (or 0x66E0AB) is known color: Medium Aquamarine. HEX triplet: 66, E0 and AB. RGB value is (102,224,171). Sum of RGB (Red+Green+Blue) = 102+224+171=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #66E0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E0AB is #991F54. Grayscale: #B5B5B5. Windows color (decimal): -10035029 or 11264102. OLE color: 11264102.
HSL color Cylindrical-coordinate representation of color #66E0AB: hue angle of 153.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E0AB is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 171 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.12 |
| HSL | 153.93º | 0.66% | 0.64% | - |
| HSV(B) | 153.93º | 0.54% | 0.88% | - |
| XYZ | 39.49 | 59.08 | 47.85 | - |
| YUV | 181.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 171 | 0.54 | 0 | 0.24 | 0.12 | 153.93 | 0.66 | 0.64 |
| Hex | 66 | E0 | AB | 36 | 0 | 18 | C | 9A | 42 | 40 |
| Octal | 146 | 340 | 253 | 66 | 0 | 30 | 14 | 232 | 102 | 100 |
| Binary | 1100110 | 11100000 | 10101011 | 110110 | 0 | 11000 | 1100 | 10011010 | 1000010 | 1000000 |
Color Harmonies of #66E0AB
Complementary color
Monochromatic Colors of #66E0AB
Black with #66E0AB
Text Example
Text Example
White with #66E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E0AB; }
p { color: rgb(102,224,171); }
H1.HeaderClassName
{
color: #66E0AB;
}
.AnyTagClassName
{
color: #66E0AB;
}
</style>
background-color css
<style>
a { background-color: #66E0AB; }
a { background-color: rgb(102,224,171); }
div.DivClassName
{
background-color: #66E0AB;
}
.BgClassName
{
background-color: #66E0AB;
}
</style>
border-color css
<style>
span { border-color: #66E0AB; }
span { border-color: rgb(102,224,171); }
td.TdClassName
{
border-color: #66E0AB;
}
.TagClassName
{
border-color: #66E0AB;
}
</style>