Shades of Opal #A2C0B9
Tints of Opal #A2C0B9
RGB
CMYK
RGB Variations
Color information
#A2C0B9 (or 0xA2C0B9) is known color: Opal. HEX triplet: A2, C0 and B9. RGB value is (162,192,185). Sum of RGB (Red+Green+Blue) = 162+192+185=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C0B9 is #5D3F46. Grayscale: #B6B6B6. Windows color (decimal): -6111047 or 12173474. OLE color: 12173474.
HSL color Cylindrical-coordinate representation of color #A2C0B9: hue angle of 166º degrees, saturation: 0.19, 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 #A2C0B9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 185 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.25 |
| HSL | 166º | 0.19% | 0.69% | - |
| HSV(B) | 166º | 0.16% | 0.75% | - |
| XYZ | 42.51 | 48.88 | 53.09 | - |
| YUV | 182.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 185 | 0.16 | 0 | 0.04 | 0.25 | 166 | 0.19 | 0.69 |
| Hex | A2 | C0 | B9 | 10 | 0 | 4 | 19 | A6 | 13 | 45 |
| Octal | 242 | 300 | 271 | 20 | 0 | 4 | 31 | 246 | 23 | 105 |
| Binary | 10100010 | 11000000 | 10111001 | 10000 | 0 | 100 | 11001 | 10100110 | 10011 | 1000101 |
Color Harmonies of #A2C0B9
Complementary color
Monochromatic Colors of #A2C0B9
Black with #A2C0B9
Text Example
Text Example
White with #A2C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0B9; }
p { color: rgb(162,192,185); }
H1.HeaderClassName
{
color: #A2C0B9;
}
.AnyTagClassName
{
color: #A2C0B9;
}
</style>
background-color css
<style>
a { background-color: #A2C0B9; }
a { background-color: rgb(162,192,185); }
div.DivClassName
{
background-color: #A2C0B9;
}
.BgClassName
{
background-color: #A2C0B9;
}
</style>
border-color css
<style>
span { border-color: #A2C0B9; }
span { border-color: rgb(162,192,185); }
td.TdClassName
{
border-color: #A2C0B9;
}
.TagClassName
{
border-color: #A2C0B9;
}
</style>