Shades of Medium Aquamarine #66C7A6
Tints of Medium Aquamarine #66C7A6
RGB
CMYK
RGB Variations
Color information
#66C7A6 (or 0x66C7A6) is known color: Medium Aquamarine. HEX triplet: 66, C7 and A6. RGB value is (102,199,166). Sum of RGB (Red+Green+Blue) = 102+199+166=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #66C7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C7A6 is #993859. Grayscale: #A6A6A6. Windows color (decimal): -10041434 or 10930022. OLE color: 10930022.
HSL color Cylindrical-coordinate representation of color #66C7A6: hue angle of 159.59º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C7A6 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 199 | 166 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.22 |
| HSL | 159.59º | 0.46% | 0.59% | - |
| HSV(B) | 159.59º | 0.49% | 0.78% | - |
| XYZ | 32.79 | 46.42 | 43.31 | - |
| YUV | 166.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 199 | 166 | 0.49 | 0 | 0.17 | 0.22 | 159.59 | 0.46 | 0.59 |
| Hex | 66 | C7 | A6 | 31 | 0 | 11 | 16 | A0 | 2E | 3B |
| Octal | 146 | 307 | 246 | 61 | 0 | 21 | 26 | 240 | 56 | 73 |
| Binary | 1100110 | 11000111 | 10100110 | 110001 | 0 | 10001 | 10110 | 10100000 | 101110 | 111011 |
Color Harmonies of #66C7A6
Complementary color
Monochromatic Colors of #66C7A6
Black with #66C7A6
Text Example
Text Example
White with #66C7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C7A6; }
p { color: rgb(102,199,166); }
H1.HeaderClassName
{
color: #66C7A6;
}
.AnyTagClassName
{
color: #66C7A6;
}
</style>
background-color css
<style>
a { background-color: #66C7A6; }
a { background-color: rgb(102,199,166); }
div.DivClassName
{
background-color: #66C7A6;
}
.BgClassName
{
background-color: #66C7A6;
}
</style>
border-color css
<style>
span { border-color: #66C7A6; }
span { border-color: rgb(102,199,166); }
td.TdClassName
{
border-color: #66C7A6;
}
.TagClassName
{
border-color: #66C7A6;
}
</style>