Shades of Medium Aquamarine #66F2AB
Tints of Medium Aquamarine #66F2AB
RGB
CMYK
RGB Variations
Color information
#66F2AB (or 0x66F2AB) is known color: Medium Aquamarine. HEX triplet: 66, F2 and AB. RGB value is (102,242,171). Sum of RGB (Red+Green+Blue) = 102+242+171=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F2AB is #990D54. Grayscale: #C0C0C0. Windows color (decimal): -10030421 or 11268710. OLE color: 11268710.
HSL color Cylindrical-coordinate representation of color #66F2AB: hue angle of 149.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2AB is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 171 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.05 |
| HSL | 149.57º | 0.84% | 0.67% | - |
| HSV(B) | 149.57º | 0.58% | 0.95% | - |
| XYZ | 44.58 | 69.27 | 49.55 | - |
| YUV | 192.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 171 | 0.58 | 0 | 0.29 | 0.05 | 149.57 | 0.84 | 0.67 |
| Hex | 66 | F2 | AB | 3A | 0 | 1D | 5 | 96 | 54 | 43 |
| Octal | 146 | 362 | 253 | 72 | 0 | 35 | 5 | 226 | 124 | 103 |
| Binary | 1100110 | 11110010 | 10101011 | 111010 | 0 | 11101 | 101 | 10010110 | 1010100 | 1000011 |
Color Harmonies of #66F2AB
Complementary color
Monochromatic Colors of #66F2AB
Black with #66F2AB
Text Example
Text Example
White with #66F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F2AB; }
p { color: rgb(102,242,171); }
H1.HeaderClassName
{
color: #66F2AB;
}
.AnyTagClassName
{
color: #66F2AB;
}
</style>
background-color css
<style>
a { background-color: #66F2AB; }
a { background-color: rgb(102,242,171); }
div.DivClassName
{
background-color: #66F2AB;
}
.BgClassName
{
background-color: #66F2AB;
}
</style>
border-color css
<style>
span { border-color: #66F2AB; }
span { border-color: rgb(102,242,171); }
td.TdClassName
{
border-color: #66F2AB;
}
.TagClassName
{
border-color: #66F2AB;
}
</style>