Shades of Opal #A8CBC0
Tints of Opal #A8CBC0
RGB
CMYK
RGB Variations
Color information
#A8CBC0 (or 0xA8CBC0) is known color: Opal. HEX triplet: A8, CB and C0. RGB value is (168,203,192). Sum of RGB (Red+Green+Blue) = 168+203+192=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBC0 is #57343F. Grayscale: #BFBFBF. Windows color (decimal): -5715008 or 12635048. OLE color: 12635048.
HSL color Cylindrical-coordinate representation of color #A8CBC0: hue angle of 161.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBC0 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 192 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.20 |
| HSL | 161.14º | 0.25% | 0.73% | - |
| HSV(B) | 161.14º | 0.17% | 0.8% | - |
| XYZ | 47.02 | 54.84 | 57.98 | - |
| YUV | 191.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 192 | 0.17 | 0 | 0.05 | 0.20 | 161.14 | 0.25 | 0.73 |
| Hex | A8 | CB | C0 | 11 | 0 | 5 | 14 | A1 | 19 | 49 |
| Octal | 250 | 313 | 300 | 21 | 0 | 5 | 24 | 241 | 31 | 111 |
| Binary | 10101000 | 11001011 | 11000000 | 10001 | 0 | 101 | 10100 | 10100001 | 11001 | 1001001 |
Color Harmonies of #A8CBC0
Complementary color
Monochromatic Colors of #A8CBC0
Black with #A8CBC0
Text Example
Text Example
White with #A8CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBC0; }
p { color: rgb(168,203,192); }
H1.HeaderClassName
{
color: #A8CBC0;
}
.AnyTagClassName
{
color: #A8CBC0;
}
</style>
background-color css
<style>
a { background-color: #A8CBC0; }
a { background-color: rgb(168,203,192); }
div.DivClassName
{
background-color: #A8CBC0;
}
.BgClassName
{
background-color: #A8CBC0;
}
</style>
border-color css
<style>
span { border-color: #A8CBC0; }
span { border-color: rgb(168,203,192); }
td.TdClassName
{
border-color: #A8CBC0;
}
.TagClassName
{
border-color: #A8CBC0;
}
</style>