Shades of Medium Aquamarine #66C0AF
Tints of Medium Aquamarine #66C0AF
RGB
CMYK
RGB Variations
Color information
#66C0AF (or 0x66C0AF) is known color: Medium Aquamarine. HEX triplet: 66, C0 and AF. RGB value is (102,192,175). Sum of RGB (Red+Green+Blue) = 102+192+175=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C0AF is #993F50. Grayscale: #A3A3A3. Windows color (decimal): -10043217 or 11518054. OLE color: 11518054.
HSL color Cylindrical-coordinate representation of color #66C0AF: hue angle of 168.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C0AF is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 192 | 175 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.25 |
| HSL | 168.67º | 0.42% | 0.58% | - |
| HSV(B) | 168.67º | 0.47% | 0.75% | - |
| XYZ | 32.07 | 43.62 | 47.29 | - |
| YUV | 163.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 192 | 175 | 0.47 | 0 | 0.09 | 0.25 | 168.67 | 0.42 | 0.58 |
| Hex | 66 | C0 | AF | 2F | 0 | 9 | 19 | A9 | 2A | 3A |
| Octal | 146 | 300 | 257 | 57 | 0 | 11 | 31 | 251 | 52 | 72 |
| Binary | 1100110 | 11000000 | 10101111 | 101111 | 0 | 1001 | 11001 | 10101001 | 101010 | 111010 |
Color Harmonies of #66C0AF
Complementary color
Monochromatic Colors of #66C0AF
Black with #66C0AF
Text Example
Text Example
White with #66C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C0AF; }
p { color: rgb(102,192,175); }
H1.HeaderClassName
{
color: #66C0AF;
}
.AnyTagClassName
{
color: #66C0AF;
}
</style>
background-color css
<style>
a { background-color: #66C0AF; }
a { background-color: rgb(102,192,175); }
div.DivClassName
{
background-color: #66C0AF;
}
.BgClassName
{
background-color: #66C0AF;
}
</style>
border-color css
<style>
span { border-color: #66C0AF; }
span { border-color: rgb(102,192,175); }
td.TdClassName
{
border-color: #66C0AF;
}
.TagClassName
{
border-color: #66C0AF;
}
</style>