Shades of Opal #A6CDC0
Tints of Opal #A6CDC0
RGB
CMYK
RGB Variations
Color information
#A6CDC0 (or 0xA6CDC0) is known color: Opal. HEX triplet: A6, CD and C0. RGB value is (166,205,192). Sum of RGB (Red+Green+Blue) = 166+205+192=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDC0 is #59323F. Grayscale: #BFBFBF. Windows color (decimal): -5845568 or 12635558. OLE color: 12635558.
HSL color Cylindrical-coordinate representation of color #A6CDC0: hue angle of 160º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 192 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.20 |
| HSL | 160º | 0.28% | 0.73% | - |
| HSV(B) | 160º | 0.19% | 0.8% | - |
| XYZ | 47.07 | 55.58 | 58.12 | - |
| YUV | 191.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 192 | 0.19 | 0 | 0.06 | 0.20 | 160 | 0.28 | 0.73 |
| Hex | A6 | CD | C0 | 13 | 0 | 6 | 14 | A0 | 1C | 49 |
| Octal | 246 | 315 | 300 | 23 | 0 | 6 | 24 | 240 | 34 | 111 |
| Binary | 10100110 | 11001101 | 11000000 | 10011 | 0 | 110 | 10100 | 10100000 | 11100 | 1001001 |
Color Harmonies of #A6CDC0
Complementary color
Monochromatic Colors of #A6CDC0
Black with #A6CDC0
Text Example
Text Example
White with #A6CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDC0; }
p { color: rgb(166,205,192); }
H1.HeaderClassName
{
color: #A6CDC0;
}
.AnyTagClassName
{
color: #A6CDC0;
}
</style>
background-color css
<style>
a { background-color: #A6CDC0; }
a { background-color: rgb(166,205,192); }
div.DivClassName
{
background-color: #A6CDC0;
}
.BgClassName
{
background-color: #A6CDC0;
}
</style>
border-color css
<style>
span { border-color: #A6CDC0; }
span { border-color: rgb(166,205,192); }
td.TdClassName
{
border-color: #A6CDC0;
}
.TagClassName
{
border-color: #A6CDC0;
}
</style>