Shades of Opal #A1C1BD
Tints of Opal #A1C1BD
RGB
CMYK
RGB Variations
Color information
#A1C1BD (or 0xA1C1BD) is known color: Opal. HEX triplet: A1, C1 and BD. RGB value is (161,193,189). Sum of RGB (Red+Green+Blue) = 161+193+189=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1BD is #5E3E42. Grayscale: #B6B6B6. Windows color (decimal): -6176323 or 12435873. OLE color: 12435873.
HSL color Cylindrical-coordinate representation of color #A1C1BD: hue angle of 172.5º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1BD is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 189 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.24 |
| HSL | 172.5º | 0.21% | 0.69% | - |
| HSV(B) | 172.5º | 0.17% | 0.76% | - |
| XYZ | 42.95 | 49.39 | 55.41 | - |
| YUV | 182.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 189 | 0.17 | 0 | 0.02 | 0.24 | 172.5 | 0.21 | 0.69 |
| Hex | A1 | C1 | BD | 11 | 0 | 2 | 18 | AC | 15 | 45 |
| Octal | 241 | 301 | 275 | 21 | 0 | 2 | 30 | 254 | 25 | 105 |
| Binary | 10100001 | 11000001 | 10111101 | 10001 | 0 | 10 | 11000 | 10101100 | 10101 | 1000101 |
Color Harmonies of #A1C1BD
Complementary color
Monochromatic Colors of #A1C1BD
Black with #A1C1BD
Text Example
Text Example
White with #A1C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1BD; }
p { color: rgb(161,193,189); }
H1.HeaderClassName
{
color: #A1C1BD;
}
.AnyTagClassName
{
color: #A1C1BD;
}
</style>
background-color css
<style>
a { background-color: #A1C1BD; }
a { background-color: rgb(161,193,189); }
div.DivClassName
{
background-color: #A1C1BD;
}
.BgClassName
{
background-color: #A1C1BD;
}
</style>
border-color css
<style>
span { border-color: #A1C1BD; }
span { border-color: rgb(161,193,189); }
td.TdClassName
{
border-color: #A1C1BD;
}
.TagClassName
{
border-color: #A1C1BD;
}
</style>