Shades of Opal #A1C0BA
Tints of Opal #A1C0BA
RGB
CMYK
RGB Variations
Color information
#A1C0BA (or 0xA1C0BA) is known color: Opal. HEX triplet: A1, C0 and BA. RGB value is (161,192,186). Sum of RGB (Red+Green+Blue) = 161+192+186=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0BA is #5E3F45. Grayscale: #B6B6B6. Windows color (decimal): -6176582 or 12239009. OLE color: 12239009.
HSL color Cylindrical-coordinate representation of color #A1C0BA: hue angle of 168.39º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1C0BA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 186 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.25 |
| HSL | 168.39º | 0.2% | 0.69% | - |
| HSV(B) | 168.39º | 0.16% | 0.75% | - |
| XYZ | 42.41 | 48.82 | 53.64 | - |
| YUV | 182.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 186 | 0.16 | 0 | 0.03 | 0.25 | 168.39 | 0.2 | 0.69 |
| Hex | A1 | C0 | BA | 10 | 0 | 3 | 19 | A8 | 14 | 45 |
| Octal | 241 | 300 | 272 | 20 | 0 | 3 | 31 | 250 | 24 | 105 |
| Binary | 10100001 | 11000000 | 10111010 | 10000 | 0 | 11 | 11001 | 10101000 | 10100 | 1000101 |
Color Harmonies of #A1C0BA
Complementary color
Monochromatic Colors of #A1C0BA
Black with #A1C0BA
Text Example
Text Example
White with #A1C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0BA; }
p { color: rgb(161,192,186); }
H1.HeaderClassName
{
color: #A1C0BA;
}
.AnyTagClassName
{
color: #A1C0BA;
}
</style>
background-color css
<style>
a { background-color: #A1C0BA; }
a { background-color: rgb(161,192,186); }
div.DivClassName
{
background-color: #A1C0BA;
}
.BgClassName
{
background-color: #A1C0BA;
}
</style>
border-color css
<style>
span { border-color: #A1C0BA; }
span { border-color: rgb(161,192,186); }
td.TdClassName
{
border-color: #A1C0BA;
}
.TagClassName
{
border-color: #A1C0BA;
}
</style>