Shades of Medium Aquamarine #66FFA8
Tints of Medium Aquamarine #66FFA8
RGB
CMYK
RGB Variations
Color information
#66FFA8 (or 0x66FFA8) is known color: Medium Aquamarine. HEX triplet: 66, FF and A8. RGB value is (102,255,168). Sum of RGB (Red+Green+Blue) = 102+255+168=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFA8 is #990057. Grayscale: #C7C7C7. Windows color (decimal): -10027096 or 11075430. OLE color: 11075430.
HSL color Cylindrical-coordinate representation of color #66FFA8: hue angle of 145.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFA8 is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 168 | - |
| CMYK | 0.6 | 0 | 0.34 | 0 |
| HSL | 145.88º | 1% | 0.7% | - |
| HSV(B) | 145.88º | 0.6% | 1% | - |
| XYZ | 48.31 | 77.17 | 49.4 | - |
| YUV | 199.34 | 110.31 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 168 | 0.6 | 0 | 0.34 | 0 | 145.88 | 1 | 0.7 |
| Hex | 66 | FF | A8 | 3C | 0 | 22 | 0 | 92 | 64 | 46 |
| Octal | 146 | 377 | 250 | 74 | 0 | 42 | 0 | 222 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10101000 | 111100 | 0 | 100010 | 0 | 10010010 | 1100100 | 1000110 |
Color Harmonies of #66FFA8
Complementary color
Monochromatic Colors of #66FFA8
Black with #66FFA8
Text Example
Text Example
White with #66FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFA8; }
p { color: rgb(102,255,168); }
H1.HeaderClassName
{
color: #66FFA8;
}
.AnyTagClassName
{
color: #66FFA8;
}
</style>
background-color css
<style>
a { background-color: #66FFA8; }
a { background-color: rgb(102,255,168); }
div.DivClassName
{
background-color: #66FFA8;
}
.BgClassName
{
background-color: #66FFA8;
}
</style>
border-color css
<style>
span { border-color: #66FFA8; }
span { border-color: rgb(102,255,168); }
td.TdClassName
{
border-color: #66FFA8;
}
.TagClassName
{
border-color: #66FFA8;
}
</style>