Shades of Medium Aquamarine #66C1AB
Tints of Medium Aquamarine #66C1AB
RGB
CMYK
RGB Variations
Color information
#66C1AB (or 0x66C1AB) is known color: Medium Aquamarine. HEX triplet: 66, C1 and AB. RGB value is (102,193,171). Sum of RGB (Red+Green+Blue) = 102+193+171=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #66C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C1AB is #993E54. Grayscale: #A3A3A3. Windows color (decimal): -10042965 or 11256166. OLE color: 11256166.
HSL color Cylindrical-coordinate representation of color #66C1AB: hue angle of 165.49º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C1AB is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 171 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.24 |
| HSL | 165.49º | 0.42% | 0.58% | - |
| HSV(B) | 165.49º | 0.47% | 0.76% | - |
| XYZ | 31.9 | 43.9 | 45.32 | - |
| YUV | 163.28 | 132.35 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 171 | 0.47 | 0 | 0.11 | 0.24 | 165.49 | 0.42 | 0.58 |
| Hex | 66 | C1 | AB | 2F | 0 | B | 18 | A5 | 2A | 3A |
| Octal | 146 | 301 | 253 | 57 | 0 | 13 | 30 | 245 | 52 | 72 |
| Binary | 1100110 | 11000001 | 10101011 | 101111 | 0 | 1011 | 11000 | 10100101 | 101010 | 111010 |
Color Harmonies of #66C1AB
Complementary color
Monochromatic Colors of #66C1AB
Black with #66C1AB
Text Example
Text Example
White with #66C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C1AB; }
p { color: rgb(102,193,171); }
H1.HeaderClassName
{
color: #66C1AB;
}
.AnyTagClassName
{
color: #66C1AB;
}
</style>
background-color css
<style>
a { background-color: #66C1AB; }
a { background-color: rgb(102,193,171); }
div.DivClassName
{
background-color: #66C1AB;
}
.BgClassName
{
background-color: #66C1AB;
}
</style>
border-color css
<style>
span { border-color: #66C1AB; }
span { border-color: rgb(102,193,171); }
td.TdClassName
{
border-color: #66C1AB;
}
.TagClassName
{
border-color: #66C1AB;
}
</style>