Shades of Medium Aquamarine #66F5A0
Tints of Medium Aquamarine #66F5A0
RGB
CMYK
RGB Variations
Color information
#66F5A0 (or 0x66F5A0) is known color: Medium Aquamarine. HEX triplet: 66, F5 and A0. RGB value is (102,245,160). Sum of RGB (Red+Green+Blue) = 102+245+160=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #66F5A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F5A0 is #990A5F. Grayscale: #C0C0C0. Windows color (decimal): -10029664 or 10548582. OLE color: 10548582.
HSL color Cylindrical-coordinate representation of color #66F5A0: hue angle of 144.34º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F5A0 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 160 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.04 |
| HSL | 144.34º | 0.88% | 0.68% | - |
| HSV(B) | 144.34º | 0.58% | 0.96% | - |
| XYZ | 44.48 | 70.67 | 44.55 | - |
| YUV | 192.55 | 109.62 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 160 | 0.58 | 0 | 0.35 | 0.04 | 144.34 | 0.88 | 0.68 |
| Hex | 66 | F5 | A0 | 3A | 0 | 23 | 4 | 90 | 58 | 44 |
| Octal | 146 | 365 | 240 | 72 | 0 | 43 | 4 | 220 | 130 | 104 |
| Binary | 1100110 | 11110101 | 10100000 | 111010 | 0 | 100011 | 100 | 10010000 | 1011000 | 1000100 |
Color Harmonies of #66F5A0
Complementary color
Monochromatic Colors of #66F5A0
Black with #66F5A0
Text Example
Text Example
White with #66F5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F5A0; }
p { color: rgb(102,245,160); }
H1.HeaderClassName
{
color: #66F5A0;
}
.AnyTagClassName
{
color: #66F5A0;
}
</style>
background-color css
<style>
a { background-color: #66F5A0; }
a { background-color: rgb(102,245,160); }
div.DivClassName
{
background-color: #66F5A0;
}
.BgClassName
{
background-color: #66F5A0;
}
</style>
border-color css
<style>
span { border-color: #66F5A0; }
span { border-color: rgb(102,245,160); }
td.TdClassName
{
border-color: #66F5A0;
}
.TagClassName
{
border-color: #66F5A0;
}
</style>