Shades of Opal #A6C3BC
Tints of Opal #A6C3BC
RGB
CMYK
RGB Variations
Color information
#A6C3BC (or 0xA6C3BC) is known color: Opal. HEX triplet: A6, C3 and BC. RGB value is (166,195,188). Sum of RGB (Red+Green+Blue) = 166+195+188=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3BC is #593C43. Grayscale: #B9B9B9. Windows color (decimal): -5848132 or 12370854. OLE color: 12370854.
HSL color Cylindrical-coordinate representation of color #A6C3BC: hue angle of 165.52º 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 #A6C3BC is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 188 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.24 |
| HSL | 165.52º | 0.19% | 0.71% | - |
| HSV(B) | 165.52º | 0.15% | 0.76% | - |
| XYZ | 44.32 | 50.77 | 55.04 | - |
| YUV | 185.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 188 | 0.15 | 0 | 0.04 | 0.24 | 165.52 | 0.19 | 0.71 |
| Hex | A6 | C3 | BC | F | 0 | 4 | 18 | A6 | 13 | 47 |
| Octal | 246 | 303 | 274 | 17 | 0 | 4 | 30 | 246 | 23 | 107 |
| Binary | 10100110 | 11000011 | 10111100 | 1111 | 0 | 100 | 11000 | 10100110 | 10011 | 1000111 |
Color Harmonies of #A6C3BC
Complementary color
Monochromatic Colors of #A6C3BC
Black with #A6C3BC
Text Example
Text Example
White with #A6C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C3BC; }
p { color: rgb(166,195,188); }
H1.HeaderClassName
{
color: #A6C3BC;
}
.AnyTagClassName
{
color: #A6C3BC;
}
</style>
background-color css
<style>
a { background-color: #A6C3BC; }
a { background-color: rgb(166,195,188); }
div.DivClassName
{
background-color: #A6C3BC;
}
.BgClassName
{
background-color: #A6C3BC;
}
</style>
border-color css
<style>
span { border-color: #A6C3BC; }
span { border-color: rgb(166,195,188); }
td.TdClassName
{
border-color: #A6C3BC;
}
.TagClassName
{
border-color: #A6C3BC;
}
</style>