Shades of Medium Aquamarine #66FFA0
Tints of Medium Aquamarine #66FFA0
RGB
CMYK
RGB Variations
Color information
#66FFA0 (or 0x66FFA0) is known color: Medium Aquamarine. HEX triplet: 66, FF and A0. RGB value is (102,255,160). Sum of RGB (Red+Green+Blue) = 102+255+160=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFA0 is #99005F. Grayscale: #C6C6C6. Windows color (decimal): -10027104 or 10551142. OLE color: 10551142.
HSL color Cylindrical-coordinate representation of color #66FFA0: hue angle of 142.75º 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 #66FFA0 is Cyan = 0.6, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 160 | - |
| CMYK | 0.6 | 0 | 0.37 | 0 |
| HSL | 142.75º | 1% | 0.7% | - |
| HSV(B) | 142.75º | 0.6% | 1% | - |
| XYZ | 47.58 | 76.88 | 45.59 | - |
| YUV | 198.42 | 106.31 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 160 | 0.6 | 0 | 0.37 | 0 | 142.75 | 1 | 0.7 |
| Hex | 66 | FF | A0 | 3C | 0 | 25 | 0 | 8F | 64 | 46 |
| Octal | 146 | 377 | 240 | 74 | 0 | 45 | 0 | 217 | 144 | 106 |
| Binary | 1100110 | 11111111 | 10100000 | 111100 | 0 | 100101 | 0 | 10001111 | 1100100 | 1000110 |
Color Harmonies of #66FFA0
Complementary color
Monochromatic Colors of #66FFA0
Black with #66FFA0
Text Example
Text Example
White with #66FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFA0; }
p { color: rgb(102,255,160); }
H1.HeaderClassName
{
color: #66FFA0;
}
.AnyTagClassName
{
color: #66FFA0;
}
</style>
background-color css
<style>
a { background-color: #66FFA0; }
a { background-color: rgb(102,255,160); }
div.DivClassName
{
background-color: #66FFA0;
}
.BgClassName
{
background-color: #66FFA0;
}
</style>
border-color css
<style>
span { border-color: #66FFA0; }
span { border-color: rgb(102,255,160); }
td.TdClassName
{
border-color: #66FFA0;
}
.TagClassName
{
border-color: #66FFA0;
}
</style>