Shades of Opal #A1C3BB
Tints of Opal #A1C3BB
RGB
CMYK
RGB Variations
Color information
#A1C3BB (or 0xA1C3BB) is known color: Opal. HEX triplet: A1, C3 and BB. RGB value is (161,195,187). Sum of RGB (Red+Green+Blue) = 161+195+187=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3BB is #5E3C44. Grayscale: #B7B7B7. Windows color (decimal): -6175813 or 12305313. OLE color: 12305313.
HSL color Cylindrical-coordinate representation of color #A1C3BB: hue angle of 165.88º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C3BB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 187 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.24 |
| HSL | 165.88º | 0.22% | 0.7% | - |
| HSV(B) | 165.88º | 0.17% | 0.76% | - |
| XYZ | 43.18 | 50.2 | 54.43 | - |
| YUV | 183.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 187 | 0.17 | 0 | 0.04 | 0.24 | 165.88 | 0.22 | 0.7 |
| Hex | A1 | C3 | BB | 11 | 0 | 4 | 18 | A6 | 16 | 46 |
| Octal | 241 | 303 | 273 | 21 | 0 | 4 | 30 | 246 | 26 | 106 |
| Binary | 10100001 | 11000011 | 10111011 | 10001 | 0 | 100 | 11000 | 10100110 | 10110 | 1000110 |
Color Harmonies of #A1C3BB
Complementary color
Monochromatic Colors of #A1C3BB
Black with #A1C3BB
Text Example
Text Example
White with #A1C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C3BB; }
p { color: rgb(161,195,187); }
H1.HeaderClassName
{
color: #A1C3BB;
}
.AnyTagClassName
{
color: #A1C3BB;
}
</style>
background-color css
<style>
a { background-color: #A1C3BB; }
a { background-color: rgb(161,195,187); }
div.DivClassName
{
background-color: #A1C3BB;
}
.BgClassName
{
background-color: #A1C3BB;
}
</style>
border-color css
<style>
span { border-color: #A1C3BB; }
span { border-color: rgb(161,195,187); }
td.TdClassName
{
border-color: #A1C3BB;
}
.TagClassName
{
border-color: #A1C3BB;
}
</style>