Shades of Medium Aquamarine #66E2AA
Tints of Medium Aquamarine #66E2AA
RGB
CMYK
RGB Variations
Color information
#66E2AA (or 0x66E2AA) is known color: Medium Aquamarine. HEX triplet: 66, E2 and AA. RGB value is (102,226,170). Sum of RGB (Red+Green+Blue) = 102+226+170=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E2AA is #991D55. Grayscale: #B6B6B6. Windows color (decimal): -10034518 or 11199078. OLE color: 11199078.
HSL color Cylindrical-coordinate representation of color #66E2AA: hue angle of 152.9º 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 #66E2AA is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 170 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.11 |
| HSL | 152.9º | 0.68% | 0.64% | - |
| HSV(B) | 152.9º | 0.55% | 0.89% | - |
| XYZ | 39.93 | 60.12 | 47.53 | - |
| YUV | 182.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 170 | 0.55 | 0 | 0.25 | 0.11 | 152.9 | 0.68 | 0.64 |
| Hex | 66 | E2 | AA | 37 | 0 | 19 | B | 99 | 44 | 40 |
| Octal | 146 | 342 | 252 | 67 | 0 | 31 | 13 | 231 | 104 | 100 |
| Binary | 1100110 | 11100010 | 10101010 | 110111 | 0 | 11001 | 1011 | 10011001 | 1000100 | 1000000 |
Color Harmonies of #66E2AA
Complementary color
Monochromatic Colors of #66E2AA
Black with #66E2AA
Text Example
Text Example
White with #66E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2AA; }
p { color: rgb(102,226,170); }
H1.HeaderClassName
{
color: #66E2AA;
}
.AnyTagClassName
{
color: #66E2AA;
}
</style>
background-color css
<style>
a { background-color: #66E2AA; }
a { background-color: rgb(102,226,170); }
div.DivClassName
{
background-color: #66E2AA;
}
.BgClassName
{
background-color: #66E2AA;
}
</style>
border-color css
<style>
span { border-color: #66E2AA; }
span { border-color: rgb(102,226,170); }
td.TdClassName
{
border-color: #66E2AA;
}
.TagClassName
{
border-color: #66E2AA;
}
</style>