Shades of Opal #A1CBBF
Tints of Opal #A1CBBF
RGB
CMYK
RGB Variations
Color information
#A1CBBF (or 0xA1CBBF) is known color: Opal. HEX triplet: A1, CB and BF. RGB value is (161,203,191). Sum of RGB (Red+Green+Blue) = 161+203+191=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBBF is #5E3440. Grayscale: #BDBDBD. Windows color (decimal): -6173761 or 12569505. OLE color: 12569505.
HSL color Cylindrical-coordinate representation of color #A1CBBF: hue angle of 162.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBBF is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 191 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.20 |
| HSL | 162.86º | 0.29% | 0.71% | - |
| HSV(B) | 162.86º | 0.21% | 0.8% | - |
| XYZ | 45.46 | 54.05 | 57.33 | - |
| YUV | 189.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 191 | 0.21 | 0 | 0.06 | 0.20 | 162.86 | 0.29 | 0.71 |
| Hex | A1 | CB | BF | 15 | 0 | 6 | 14 | A3 | 1D | 47 |
| Octal | 241 | 313 | 277 | 25 | 0 | 6 | 24 | 243 | 35 | 107 |
| Binary | 10100001 | 11001011 | 10111111 | 10101 | 0 | 110 | 10100 | 10100011 | 11101 | 1000111 |
Color Harmonies of #A1CBBF
Complementary color
Monochromatic Colors of #A1CBBF
Black with #A1CBBF
Text Example
Text Example
White with #A1CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBBF; }
p { color: rgb(161,203,191); }
H1.HeaderClassName
{
color: #A1CBBF;
}
.AnyTagClassName
{
color: #A1CBBF;
}
</style>
background-color css
<style>
a { background-color: #A1CBBF; }
a { background-color: rgb(161,203,191); }
div.DivClassName
{
background-color: #A1CBBF;
}
.BgClassName
{
background-color: #A1CBBF;
}
</style>
border-color css
<style>
span { border-color: #A1CBBF; }
span { border-color: rgb(161,203,191); }
td.TdClassName
{
border-color: #A1CBBF;
}
.TagClassName
{
border-color: #A1CBBF;
}
</style>