Shades of Opal #A3CBC0
Tints of Opal #A3CBC0
RGB
CMYK
RGB Variations
Color information
#A3CBC0 (or 0xA3CBC0) is known color: Opal. HEX triplet: A3, CB and C0. RGB value is (163,203,192). Sum of RGB (Red+Green+Blue) = 163+203+192=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBC0 is #5C343F. Grayscale: #BDBDBD. Windows color (decimal): -6042688 or 12635043. OLE color: 12635043.
HSL color Cylindrical-coordinate representation of color #A3CBC0: hue angle of 163.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBC0 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 192 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.20 |
| HSL | 163.5º | 0.28% | 0.72% | - |
| HSV(B) | 163.5º | 0.2% | 0.8% | - |
| XYZ | 45.97 | 54.3 | 57.93 | - |
| YUV | 189.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 192 | 0.20 | 0 | 0.05 | 0.20 | 163.5 | 0.28 | 0.72 |
| Hex | A3 | CB | C0 | 14 | 0 | 5 | 14 | A4 | 1C | 48 |
| Octal | 243 | 313 | 300 | 24 | 0 | 5 | 24 | 244 | 34 | 110 |
| Binary | 10100011 | 11001011 | 11000000 | 10100 | 0 | 101 | 10100 | 10100100 | 11100 | 1001000 |
Color Harmonies of #A3CBC0
Complementary color
Monochromatic Colors of #A3CBC0
Black with #A3CBC0
Text Example
Text Example
White with #A3CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBC0; }
p { color: rgb(163,203,192); }
H1.HeaderClassName
{
color: #A3CBC0;
}
.AnyTagClassName
{
color: #A3CBC0;
}
</style>
background-color css
<style>
a { background-color: #A3CBC0; }
a { background-color: rgb(163,203,192); }
div.DivClassName
{
background-color: #A3CBC0;
}
.BgClassName
{
background-color: #A3CBC0;
}
</style>
border-color css
<style>
span { border-color: #A3CBC0; }
span { border-color: rgb(163,203,192); }
td.TdClassName
{
border-color: #A3CBC0;
}
.TagClassName
{
border-color: #A3CBC0;
}
</style>