Shades of Medium Aquamarine #66FEA6
Tints of Medium Aquamarine #66FEA6
RGB
CMYK
RGB Variations
Color information
#66FEA6 (or 0x66FEA6) is known color: Medium Aquamarine. HEX triplet: 66, FE and A6. RGB value is (102,254,166). Sum of RGB (Red+Green+Blue) = 102+254+166=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FEA6 is #990159. Grayscale: #C6C6C6. Windows color (decimal): -10027354 or 10944102. OLE color: 10944102.
HSL color Cylindrical-coordinate representation of color #66FEA6: hue angle of 145.26º 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 #66FEA6 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 166 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.00 |
| HSL | 145.26º | 0.99% | 0.7% | - |
| HSV(B) | 145.26º | 0.6% | 1% | - |
| XYZ | 47.8 | 76.46 | 48.32 | - |
| YUV | 198.52 | 109.64 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 166 | 0.60 | 0 | 0.35 | 0.00 | 145.26 | 0.99 | 0.7 |
| Hex | 66 | FE | A6 | 3C | 0 | 23 | 0 | 91 | 63 | 46 |
| Octal | 146 | 376 | 246 | 74 | 0 | 43 | 0 | 221 | 143 | 106 |
| Binary | 1100110 | 11111110 | 10100110 | 111100 | 0 | 100011 | 0 | 10010001 | 1100011 | 1000110 |
Color Harmonies of #66FEA6
Complementary color
Monochromatic Colors of #66FEA6
Black with #66FEA6
Text Example
Text Example
White with #66FEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FEA6; }
p { color: rgb(102,254,166); }
H1.HeaderClassName
{
color: #66FEA6;
}
.AnyTagClassName
{
color: #66FEA6;
}
</style>
background-color css
<style>
a { background-color: #66FEA6; }
a { background-color: rgb(102,254,166); }
div.DivClassName
{
background-color: #66FEA6;
}
.BgClassName
{
background-color: #66FEA6;
}
</style>
border-color css
<style>
span { border-color: #66FEA6; }
span { border-color: rgb(102,254,166); }
td.TdClassName
{
border-color: #66FEA6;
}
.TagClassName
{
border-color: #66FEA6;
}
</style>