Shades of Opal #A6CBC1
Tints of Opal #A6CBC1
RGB
CMYK
RGB Variations
Color information
#A6CBC1 (or 0xA6CBC1) is known color: Opal. HEX triplet: A6, CB and C1. RGB value is (166,203,193). Sum of RGB (Red+Green+Blue) = 166+203+193=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBC1 is #59343E. Grayscale: #BEBEBE. Windows color (decimal): -5846079 or 12700582. OLE color: 12700582.
HSL color Cylindrical-coordinate representation of color #A6CBC1: hue angle of 163.78º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CBC1 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 193 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.20 |
| HSL | 163.78º | 0.26% | 0.72% | - |
| HSV(B) | 163.78º | 0.18% | 0.8% | - |
| XYZ | 46.71 | 54.67 | 58.54 | - |
| YUV | 190.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 193 | 0.18 | 0 | 0.05 | 0.20 | 163.78 | 0.26 | 0.72 |
| Hex | A6 | CB | C1 | 12 | 0 | 5 | 14 | A4 | 1A | 48 |
| Octal | 246 | 313 | 301 | 22 | 0 | 5 | 24 | 244 | 32 | 110 |
| Binary | 10100110 | 11001011 | 11000001 | 10010 | 0 | 101 | 10100 | 10100100 | 11010 | 1001000 |
Color Harmonies of #A6CBC1
Complementary color
Monochromatic Colors of #A6CBC1
Black with #A6CBC1
Text Example
Text Example
White with #A6CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBC1; }
p { color: rgb(166,203,193); }
H1.HeaderClassName
{
color: #A6CBC1;
}
.AnyTagClassName
{
color: #A6CBC1;
}
</style>
background-color css
<style>
a { background-color: #A6CBC1; }
a { background-color: rgb(166,203,193); }
div.DivClassName
{
background-color: #A6CBC1;
}
.BgClassName
{
background-color: #A6CBC1;
}
</style>
border-color css
<style>
span { border-color: #A6CBC1; }
span { border-color: rgb(166,203,193); }
td.TdClassName
{
border-color: #A6CBC1;
}
.TagClassName
{
border-color: #A6CBC1;
}
</style>