Shades of Opal #A6C3BD
Tints of Opal #A6C3BD
RGB
CMYK
RGB Variations
Color information
#A6C3BD (or 0xA6C3BD) is known color: Opal. HEX triplet: A6, C3 and BD. RGB value is (166,195,189). Sum of RGB (Red+Green+Blue) = 166+195+189=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3BD is #593C42. Grayscale: #B9B9B9. Windows color (decimal): -5848131 or 12436390. OLE color: 12436390.
HSL color Cylindrical-coordinate representation of color #A6C3BD: hue angle of 167.59º 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 #A6C3BD is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 195 | 189 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.24 |
| HSL | 167.59º | 0.19% | 0.71% | - |
| HSV(B) | 167.59º | 0.15% | 0.76% | - |
| XYZ | 44.43 | 50.81 | 55.61 | - |
| YUV | 185.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 195 | 189 | 0.15 | 0 | 0.03 | 0.24 | 167.59 | 0.19 | 0.71 |
| Hex | A6 | C3 | BD | F | 0 | 3 | 18 | A8 | 13 | 47 |
| Octal | 246 | 303 | 275 | 17 | 0 | 3 | 30 | 250 | 23 | 107 |
| Binary | 10100110 | 11000011 | 10111101 | 1111 | 0 | 11 | 11000 | 10101000 | 10011 | 1000111 |
Color Harmonies of #A6C3BD
Complementary color
Monochromatic Colors of #A6C3BD
Black with #A6C3BD
Text Example
Text Example
White with #A6C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C3BD; }
p { color: rgb(166,195,189); }
H1.HeaderClassName
{
color: #A6C3BD;
}
.AnyTagClassName
{
color: #A6C3BD;
}
</style>
background-color css
<style>
a { background-color: #A6C3BD; }
a { background-color: rgb(166,195,189); }
div.DivClassName
{
background-color: #A6C3BD;
}
.BgClassName
{
background-color: #A6C3BD;
}
</style>
border-color css
<style>
span { border-color: #A6C3BD; }
span { border-color: rgb(166,195,189); }
td.TdClassName
{
border-color: #A6C3BD;
}
.TagClassName
{
border-color: #A6C3BD;
}
</style>