Shades of Medium Aquamarine #66FEAA
Tints of Medium Aquamarine #66FEAA
RGB
CMYK
RGB Variations
Color information
#66FEAA (or 0x66FEAA) is known color: Medium Aquamarine. HEX triplet: 66, FE and AA. RGB value is (102,254,170). Sum of RGB (Red+Green+Blue) = 102+254+170=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FEAA is #990155. Grayscale: #C7C7C7. Windows color (decimal): -10027350 or 11206246. OLE color: 11206246.
HSL color Cylindrical-coordinate representation of color #66FEAA: hue angle of 146.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FEAA is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 170 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.00 |
| HSL | 146.84º | 0.99% | 0.7% | - |
| HSV(B) | 146.84º | 0.6% | 1% | - |
| XYZ | 48.18 | 76.61 | 50.28 | - |
| YUV | 198.98 | 111.64 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 170 | 0.60 | 0 | 0.33 | 0.00 | 146.84 | 0.99 | 0.7 |
| Hex | 66 | FE | AA | 3C | 0 | 21 | 0 | 93 | 63 | 46 |
| Octal | 146 | 376 | 252 | 74 | 0 | 41 | 0 | 223 | 143 | 106 |
| Binary | 1100110 | 11111110 | 10101010 | 111100 | 0 | 100001 | 0 | 10010011 | 1100011 | 1000110 |
Color Harmonies of #66FEAA
Complementary color
Monochromatic Colors of #66FEAA
Black with #66FEAA
Text Example
Text Example
White with #66FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEAA; }
p { color: rgb(102,254,170); }
H1.HeaderClassName
{
color: #66FEAA;
}
.AnyTagClassName
{
color: #66FEAA;
}
</style>
background-color css
<style>
a { background-color: #66FEAA; }
a { background-color: rgb(102,254,170); }
div.DivClassName
{
background-color: #66FEAA;
}
.BgClassName
{
background-color: #66FEAA;
}
</style>
border-color css
<style>
span { border-color: #66FEAA; }
span { border-color: rgb(102,254,170); }
td.TdClassName
{
border-color: #66FEAA;
}
.TagClassName
{
border-color: #66FEAA;
}
</style>