Shades of Medium Aquamarine #66E1AE
Tints of Medium Aquamarine #66E1AE
RGB
CMYK
RGB Variations
Color information
#66E1AE (or 0x66E1AE) is known color: Medium Aquamarine. HEX triplet: 66, E1 and AE. RGB value is (102,225,174). Sum of RGB (Red+Green+Blue) = 102+225+174=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E1AE is #991E51. Grayscale: #B6B6B6. Windows color (decimal): -10034770 or 11460966. OLE color: 11460966.
HSL color Cylindrical-coordinate representation of color #66E1AE: hue angle of 155.12º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1AE is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 174 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.12 |
| HSL | 155.12º | 0.67% | 0.64% | - |
| HSV(B) | 155.12º | 0.55% | 0.88% | - |
| XYZ | 40.04 | 59.73 | 49.46 | - |
| YUV | 182.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 174 | 0.55 | 0 | 0.23 | 0.12 | 155.12 | 0.67 | 0.64 |
| Hex | 66 | E1 | AE | 37 | 0 | 17 | C | 9B | 43 | 40 |
| Octal | 146 | 341 | 256 | 67 | 0 | 27 | 14 | 233 | 103 | 100 |
| Binary | 1100110 | 11100001 | 10101110 | 110111 | 0 | 10111 | 1100 | 10011011 | 1000011 | 1000000 |
Color Harmonies of #66E1AE
Complementary color
Monochromatic Colors of #66E1AE
Black with #66E1AE
Text Example
Text Example
White with #66E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1AE; }
p { color: rgb(102,225,174); }
H1.HeaderClassName
{
color: #66E1AE;
}
.AnyTagClassName
{
color: #66E1AE;
}
</style>
background-color css
<style>
a { background-color: #66E1AE; }
a { background-color: rgb(102,225,174); }
div.DivClassName
{
background-color: #66E1AE;
}
.BgClassName
{
background-color: #66E1AE;
}
</style>
border-color css
<style>
span { border-color: #66E1AE; }
span { border-color: rgb(102,225,174); }
td.TdClassName
{
border-color: #66E1AE;
}
.TagClassName
{
border-color: #66E1AE;
}
</style>