Shades of Opal #A1C2B9
Tints of Opal #A1C2B9
RGB
CMYK
RGB Variations
Color information
#A1C2B9 (or 0xA1C2B9) is known color: Opal. HEX triplet: A1, C2 and B9. RGB value is (161,194,185). Sum of RGB (Red+Green+Blue) = 161+194+185=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2B9 is #5E3D46. Grayscale: #B7B7B7. Windows color (decimal): -6176071 or 12173985. OLE color: 12173985.
HSL color Cylindrical-coordinate representation of color #A1C2B9: hue angle of 163.64º degrees, saturation: 0.21, 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 #A1C2B9 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 185 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.24 |
| HSL | 163.64º | 0.21% | 0.7% | - |
| HSV(B) | 163.64º | 0.17% | 0.76% | - |
| XYZ | 42.75 | 49.66 | 53.23 | - |
| YUV | 183.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 185 | 0.17 | 0 | 0.05 | 0.24 | 163.64 | 0.21 | 0.7 |
| Hex | A1 | C2 | B9 | 11 | 0 | 5 | 18 | A4 | 15 | 46 |
| Octal | 241 | 302 | 271 | 21 | 0 | 5 | 30 | 244 | 25 | 106 |
| Binary | 10100001 | 11000010 | 10111001 | 10001 | 0 | 101 | 11000 | 10100100 | 10101 | 1000110 |
Color Harmonies of #A1C2B9
Complementary color
Monochromatic Colors of #A1C2B9
Black with #A1C2B9
Text Example
Text Example
White with #A1C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2B9; }
p { color: rgb(161,194,185); }
H1.HeaderClassName
{
color: #A1C2B9;
}
.AnyTagClassName
{
color: #A1C2B9;
}
</style>
background-color css
<style>
a { background-color: #A1C2B9; }
a { background-color: rgb(161,194,185); }
div.DivClassName
{
background-color: #A1C2B9;
}
.BgClassName
{
background-color: #A1C2B9;
}
</style>
border-color css
<style>
span { border-color: #A1C2B9; }
span { border-color: rgb(161,194,185); }
td.TdClassName
{
border-color: #A1C2B9;
}
.TagClassName
{
border-color: #A1C2B9;
}
</style>