Shades of Opal #A6CBC0
Tints of Opal #A6CBC0
RGB
CMYK
RGB Variations
Color information
#A6CBC0 (or 0xA6CBC0) is known color: Opal. HEX triplet: A6, CB and C0. RGB value is (166,203,192). Sum of RGB (Red+Green+Blue) = 166+203+192=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBC0 is #59343F. Grayscale: #BEBEBE. Windows color (decimal): -5846080 or 12635046. OLE color: 12635046.
HSL color Cylindrical-coordinate representation of color #A6CBC0: hue angle of 162.16º 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 #A6CBC0 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 192 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.20 |
| HSL | 162.16º | 0.26% | 0.72% | - |
| HSV(B) | 162.16º | 0.18% | 0.8% | - |
| XYZ | 46.6 | 54.62 | 57.96 | - |
| YUV | 190.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 192 | 0.18 | 0 | 0.05 | 0.20 | 162.16 | 0.26 | 0.72 |
| Hex | A6 | CB | C0 | 12 | 0 | 5 | 14 | A2 | 1A | 48 |
| Octal | 246 | 313 | 300 | 22 | 0 | 5 | 24 | 242 | 32 | 110 |
| Binary | 10100110 | 11001011 | 11000000 | 10010 | 0 | 101 | 10100 | 10100010 | 11010 | 1001000 |
Color Harmonies of #A6CBC0
Complementary color
Monochromatic Colors of #A6CBC0
Black with #A6CBC0
Text Example
Text Example
White with #A6CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBC0; }
p { color: rgb(166,203,192); }
H1.HeaderClassName
{
color: #A6CBC0;
}
.AnyTagClassName
{
color: #A6CBC0;
}
</style>
background-color css
<style>
a { background-color: #A6CBC0; }
a { background-color: rgb(166,203,192); }
div.DivClassName
{
background-color: #A6CBC0;
}
.BgClassName
{
background-color: #A6CBC0;
}
</style>
border-color css
<style>
span { border-color: #A6CBC0; }
span { border-color: rgb(166,203,192); }
td.TdClassName
{
border-color: #A6CBC0;
}
.TagClassName
{
border-color: #A6CBC0;
}
</style>