Shades of Medium Aquamarine #66E2AB
Tints of Medium Aquamarine #66E2AB
RGB
CMYK
RGB Variations
Color information
#66E2AB (or 0x66E2AB) is known color: Medium Aquamarine. HEX triplet: 66, E2 and AB. RGB value is (102,226,171). Sum of RGB (Red+Green+Blue) = 102+226+171=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E2AB is #991D54. Grayscale: #B6B6B6. Windows color (decimal): -10034517 or 11264614. OLE color: 11264614.
HSL color Cylindrical-coordinate representation of color #66E2AB: hue angle of 153.39º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2AB is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 171 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.11 |
| HSL | 153.39º | 0.68% | 0.64% | - |
| HSV(B) | 153.39º | 0.55% | 0.89% | - |
| XYZ | 40.03 | 60.16 | 48.03 | - |
| YUV | 182.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 171 | 0.55 | 0 | 0.24 | 0.11 | 153.39 | 0.68 | 0.64 |
| Hex | 66 | E2 | AB | 37 | 0 | 18 | B | 99 | 44 | 40 |
| Octal | 146 | 342 | 253 | 67 | 0 | 30 | 13 | 231 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10101011 | 110111 | 0 | 11000 | 1011 | 10011001 | 1000100 | 1000000 |
Color Harmonies of #66E2AB
Complementary color
Monochromatic Colors of #66E2AB
Black with #66E2AB
Text Example
Text Example
White with #66E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2AB; }
p { color: rgb(102,226,171); }
H1.HeaderClassName
{
color: #66E2AB;
}
.AnyTagClassName
{
color: #66E2AB;
}
</style>
background-color css
<style>
a { background-color: #66E2AB; }
a { background-color: rgb(102,226,171); }
div.DivClassName
{
background-color: #66E2AB;
}
.BgClassName
{
background-color: #66E2AB;
}
</style>
border-color css
<style>
span { border-color: #66E2AB; }
span { border-color: rgb(102,226,171); }
td.TdClassName
{
border-color: #66E2AB;
}
.TagClassName
{
border-color: #66E2AB;
}
</style>