Shades of Medium Aquamarine #66F0AB
Tints of Medium Aquamarine #66F0AB
RGB
CMYK
RGB Variations
Color information
#66F0AB (or 0x66F0AB) is known color: Medium Aquamarine. HEX triplet: 66, F0 and AB. RGB value is (102,240,171). Sum of RGB (Red+Green+Blue) = 102+240+171=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F0AB is #990F54. Grayscale: #BFBFBF. Windows color (decimal): -10030933 or 11268198. OLE color: 11268198.
HSL color Cylindrical-coordinate representation of color #66F0AB: hue angle of 150º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0AB is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 171 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.06 |
| HSL | 150º | 0.82% | 0.67% | - |
| HSV(B) | 150º | 0.58% | 0.94% | - |
| XYZ | 43.99 | 68.09 | 49.35 | - |
| YUV | 190.87 | 116.78 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 171 | 0.58 | 0 | 0.29 | 0.06 | 150 | 0.82 | 0.67 |
| Hex | 66 | F0 | AB | 3A | 0 | 1D | 6 | 96 | 52 | 43 |
| Octal | 146 | 360 | 253 | 72 | 0 | 35 | 6 | 226 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10101011 | 111010 | 0 | 11101 | 110 | 10010110 | 1010010 | 1000011 |
Color Harmonies of #66F0AB
Complementary color
Monochromatic Colors of #66F0AB
Black with #66F0AB
Text Example
Text Example
White with #66F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0AB; }
p { color: rgb(102,240,171); }
H1.HeaderClassName
{
color: #66F0AB;
}
.AnyTagClassName
{
color: #66F0AB;
}
</style>
background-color css
<style>
a { background-color: #66F0AB; }
a { background-color: rgb(102,240,171); }
div.DivClassName
{
background-color: #66F0AB;
}
.BgClassName
{
background-color: #66F0AB;
}
</style>
border-color css
<style>
span { border-color: #66F0AB; }
span { border-color: rgb(102,240,171); }
td.TdClassName
{
border-color: #66F0AB;
}
.TagClassName
{
border-color: #66F0AB;
}
</style>