Shades of Opal #A8CBC1
Tints of Opal #A8CBC1
RGB
CMYK
RGB Variations
Color information
#A8CBC1 (or 0xA8CBC1) is known color: Opal. HEX triplet: A8, CB and C1. RGB value is (168,203,193). Sum of RGB (Red+Green+Blue) = 168+203+193=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBC1 is #57343E. Grayscale: #BFBFBF. Windows color (decimal): -5715007 or 12700584. OLE color: 12700584.
HSL color Cylindrical-coordinate representation of color #A8CBC1: hue angle of 162.86º 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 #A8CBC1 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 193 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.20 |
| HSL | 162.86º | 0.25% | 0.73% | - |
| HSV(B) | 162.86º | 0.17% | 0.8% | - |
| XYZ | 47.13 | 54.89 | 58.56 | - |
| YUV | 191.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 193 | 0.17 | 0 | 0.05 | 0.20 | 162.86 | 0.25 | 0.73 |
| Hex | A8 | CB | C1 | 11 | 0 | 5 | 14 | A3 | 19 | 49 |
| Octal | 250 | 313 | 301 | 21 | 0 | 5 | 24 | 243 | 31 | 111 |
| Binary | 10101000 | 11001011 | 11000001 | 10001 | 0 | 101 | 10100 | 10100011 | 11001 | 1001001 |
Color Harmonies of #A8CBC1
Complementary color
Monochromatic Colors of #A8CBC1
Black with #A8CBC1
Text Example
Text Example
White with #A8CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBC1; }
p { color: rgb(168,203,193); }
H1.HeaderClassName
{
color: #A8CBC1;
}
.AnyTagClassName
{
color: #A8CBC1;
}
</style>
background-color css
<style>
a { background-color: #A8CBC1; }
a { background-color: rgb(168,203,193); }
div.DivClassName
{
background-color: #A8CBC1;
}
.BgClassName
{
background-color: #A8CBC1;
}
</style>
border-color css
<style>
span { border-color: #A8CBC1; }
span { border-color: rgb(168,203,193); }
td.TdClassName
{
border-color: #A8CBC1;
}
.TagClassName
{
border-color: #A8CBC1;
}
</style>