Shades of Opal #A6C3BA
Tints of Opal #A6C3BA
RGB
CMYK
RGB Variations
Color information
#A6C3BA (or 0xA6C3BA) is known color: Opal. HEX triplet: A6, C3 and BA. RGB value is (166,195,186). Sum of RGB (Red+Green+Blue) = 166+195+186=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3BA is #593C45. Grayscale: #B9B9B9. Windows color (decimal): -5848134 or 12239782. OLE color: 12239782.
HSL color Cylindrical-coordinate representation of color #A6C3BA: hue angle of 161.38º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C3BA is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 186 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.24 |
| HSL | 161.38º | 0.19% | 0.71% | - |
| HSV(B) | 161.38º | 0.15% | 0.76% | - |
| XYZ | 44.1 | 50.68 | 53.91 | - |
| YUV | 185.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 186 | 0.15 | 0 | 0.05 | 0.24 | 161.38 | 0.19 | 0.71 |
| Hex | A6 | C3 | BA | F | 0 | 5 | 18 | A1 | 13 | 47 |
| Octal | 246 | 303 | 272 | 17 | 0 | 5 | 30 | 241 | 23 | 107 |
| Binary | 10100110 | 11000011 | 10111010 | 1111 | 0 | 101 | 11000 | 10100001 | 10011 | 1000111 |
Color Harmonies of #A6C3BA
Complementary color
Monochromatic Colors of #A6C3BA
Black with #A6C3BA
Text Example
Text Example
White with #A6C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C3BA; }
p { color: rgb(166,195,186); }
H1.HeaderClassName
{
color: #A6C3BA;
}
.AnyTagClassName
{
color: #A6C3BA;
}
</style>
background-color css
<style>
a { background-color: #A6C3BA; }
a { background-color: rgb(166,195,186); }
div.DivClassName
{
background-color: #A6C3BA;
}
.BgClassName
{
background-color: #A6C3BA;
}
</style>
border-color css
<style>
span { border-color: #A6C3BA; }
span { border-color: rgb(166,195,186); }
td.TdClassName
{
border-color: #A6C3BA;
}
.TagClassName
{
border-color: #A6C3BA;
}
</style>