Shades of Opal #A6CCC1
Tints of Opal #A6CCC1
RGB
CMYK
RGB Variations
Color information
#A6CCC1 (or 0xA6CCC1) is known color: Opal. HEX triplet: A6, CC and C1. RGB value is (166,204,193). Sum of RGB (Red+Green+Blue) = 166+204+193=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCC1 is #59333E. Grayscale: #BFBFBF. Windows color (decimal): -5845823 or 12700838. OLE color: 12700838.
HSL color Cylindrical-coordinate representation of color #A6CCC1: hue angle of 162.63º degrees, saturation: 0.27, 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 #A6CCC1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 193 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.2 |
| HSL | 162.63º | 0.27% | 0.73% | - |
| HSV(B) | 162.63º | 0.19% | 0.8% | - |
| XYZ | 46.94 | 55.14 | 58.62 | - |
| YUV | 191.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 193 | 0.19 | 0 | 0.05 | 0.2 | 162.63 | 0.27 | 0.73 |
| Hex | A6 | CC | C1 | 13 | 0 | 5 | 14 | A3 | 1B | 49 |
| Octal | 246 | 314 | 301 | 23 | 0 | 5 | 24 | 243 | 33 | 111 |
| Binary | 10100110 | 11001100 | 11000001 | 10011 | 0 | 101 | 10100 | 10100011 | 11011 | 1001001 |
Color Harmonies of #A6CCC1
Complementary color
Monochromatic Colors of #A6CCC1
Black with #A6CCC1
Text Example
Text Example
White with #A6CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCC1; }
p { color: rgb(166,204,193); }
H1.HeaderClassName
{
color: #A6CCC1;
}
.AnyTagClassName
{
color: #A6CCC1;
}
</style>
background-color css
<style>
a { background-color: #A6CCC1; }
a { background-color: rgb(166,204,193); }
div.DivClassName
{
background-color: #A6CCC1;
}
.BgClassName
{
background-color: #A6CCC1;
}
</style>
border-color css
<style>
span { border-color: #A6CCC1; }
span { border-color: rgb(166,204,193); }
td.TdClassName
{
border-color: #A6CCC1;
}
.TagClassName
{
border-color: #A6CCC1;
}
</style>