Shades of Opal #A6C7BF
Tints of Opal #A6C7BF
RGB
CMYK
RGB Variations
Color information
#A6C7BF (or 0xA6C7BF) is known color: Opal. HEX triplet: A6, C7 and BF. RGB value is (166,199,191). Sum of RGB (Red+Green+Blue) = 166+199+191=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7BF is #593840. Grayscale: #BCBCBC. Windows color (decimal): -5847105 or 12568486. OLE color: 12568486.
HSL color Cylindrical-coordinate representation of color #A6C7BF: hue angle of 165.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C7BF is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 191 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.22 |
| HSL | 165.45º | 0.23% | 0.72% | - |
| HSV(B) | 165.45º | 0.17% | 0.78% | - |
| XYZ | 45.55 | 52.72 | 57.06 | - |
| YUV | 188.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 191 | 0.17 | 0 | 0.04 | 0.22 | 165.45 | 0.23 | 0.72 |
| Hex | A6 | C7 | BF | 11 | 0 | 4 | 16 | A5 | 17 | 48 |
| Octal | 246 | 307 | 277 | 21 | 0 | 4 | 26 | 245 | 27 | 110 |
| Binary | 10100110 | 11000111 | 10111111 | 10001 | 0 | 100 | 10110 | 10100101 | 10111 | 1001000 |
Color Harmonies of #A6C7BF
Complementary color
Monochromatic Colors of #A6C7BF
Black with #A6C7BF
Text Example
Text Example
White with #A6C7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C7BF; }
p { color: rgb(166,199,191); }
H1.HeaderClassName
{
color: #A6C7BF;
}
.AnyTagClassName
{
color: #A6C7BF;
}
</style>
background-color css
<style>
a { background-color: #A6C7BF; }
a { background-color: rgb(166,199,191); }
div.DivClassName
{
background-color: #A6C7BF;
}
.BgClassName
{
background-color: #A6C7BF;
}
</style>
border-color css
<style>
span { border-color: #A6C7BF; }
span { border-color: rgb(166,199,191); }
td.TdClassName
{
border-color: #A6C7BF;
}
.TagClassName
{
border-color: #A6C7BF;
}
</style>