Shades of Opal #A1CABB
Tints of Opal #A1CABB
RGB
CMYK
RGB Variations
Color information
#A1CABB (or 0xA1CABB) is known color: Opal. HEX triplet: A1, CA and BB. RGB value is (161,202,187). Sum of RGB (Red+Green+Blue) = 161+202+187=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CABB is #5E3544. Grayscale: #BCBCBC. Windows color (decimal): -6174021 or 12307105. OLE color: 12307105.
HSL color Cylindrical-coordinate representation of color #A1CABB: hue angle of 158.05º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1CABB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 187 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.21 |
| HSL | 158.05º | 0.28% | 0.71% | - |
| HSV(B) | 158.05º | 0.2% | 0.79% | - |
| XYZ | 44.79 | 53.41 | 54.96 | - |
| YUV | 188.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 187 | 0.20 | 0 | 0.07 | 0.21 | 158.05 | 0.28 | 0.71 |
| Hex | A1 | CA | BB | 14 | 0 | 7 | 15 | 9E | 1C | 47 |
| Octal | 241 | 312 | 273 | 24 | 0 | 7 | 25 | 236 | 34 | 107 |
| Binary | 10100001 | 11001010 | 10111011 | 10100 | 0 | 111 | 10101 | 10011110 | 11100 | 1000111 |
Color Harmonies of #A1CABB
Complementary color
Monochromatic Colors of #A1CABB
Black with #A1CABB
Text Example
Text Example
White with #A1CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CABB; }
p { color: rgb(161,202,187); }
H1.HeaderClassName
{
color: #A1CABB;
}
.AnyTagClassName
{
color: #A1CABB;
}
</style>
background-color css
<style>
a { background-color: #A1CABB; }
a { background-color: rgb(161,202,187); }
div.DivClassName
{
background-color: #A1CABB;
}
.BgClassName
{
background-color: #A1CABB;
}
</style>
border-color css
<style>
span { border-color: #A1CABB; }
span { border-color: rgb(161,202,187); }
td.TdClassName
{
border-color: #A1CABB;
}
.TagClassName
{
border-color: #A1CABB;
}
</style>