Shades of Opal #A6C6BE
Tints of Opal #A6C6BE
RGB
CMYK
RGB Variations
Color information
#A6C6BE (or 0xA6C6BE) is known color: Opal. HEX triplet: A6, C6 and BE. RGB value is (166,198,190). Sum of RGB (Red+Green+Blue) = 166+198+190=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C6BE is #593941. Grayscale: #BBBBBB. Windows color (decimal): -5847362 or 12502694. OLE color: 12502694.
HSL color Cylindrical-coordinate representation of color #A6C6BE: hue angle of 165º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C6BE is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 190 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.22 |
| HSL | 165º | 0.22% | 0.71% | - |
| HSV(B) | 165º | 0.16% | 0.78% | - |
| XYZ | 45.21 | 52.21 | 56.41 | - |
| YUV | 187.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 190 | 0.16 | 0 | 0.04 | 0.22 | 165 | 0.22 | 0.71 |
| Hex | A6 | C6 | BE | 10 | 0 | 4 | 16 | A5 | 16 | 47 |
| Octal | 246 | 306 | 276 | 20 | 0 | 4 | 26 | 245 | 26 | 107 |
| Binary | 10100110 | 11000110 | 10111110 | 10000 | 0 | 100 | 10110 | 10100101 | 10110 | 1000111 |
Color Harmonies of #A6C6BE
Complementary color
Monochromatic Colors of #A6C6BE
Black with #A6C6BE
Text Example
Text Example
White with #A6C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C6BE; }
p { color: rgb(166,198,190); }
H1.HeaderClassName
{
color: #A6C6BE;
}
.AnyTagClassName
{
color: #A6C6BE;
}
</style>
background-color css
<style>
a { background-color: #A6C6BE; }
a { background-color: rgb(166,198,190); }
div.DivClassName
{
background-color: #A6C6BE;
}
.BgClassName
{
background-color: #A6C6BE;
}
</style>
border-color css
<style>
span { border-color: #A6C6BE; }
span { border-color: rgb(166,198,190); }
td.TdClassName
{
border-color: #A6C6BE;
}
.TagClassName
{
border-color: #A6C6BE;
}
</style>