Shades of Opal #A2C0BB
Tints of Opal #A2C0BB
RGB
CMYK
RGB Variations
Color information
#A2C0BB (or 0xA2C0BB) is known color: Opal. HEX triplet: A2, C0 and BB. RGB value is (162,192,187). Sum of RGB (Red+Green+Blue) = 162+192+187=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C0BB is #5D3F44. Grayscale: #B6B6B6. Windows color (decimal): -6111045 or 12304546. OLE color: 12304546.
HSL color Cylindrical-coordinate representation of color #A2C0BB: hue angle of 170º 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 #A2C0BB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 187 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.25 |
| HSL | 170º | 0.19% | 0.69% | - |
| HSV(B) | 170º | 0.16% | 0.75% | - |
| XYZ | 42.72 | 48.97 | 54.21 | - |
| YUV | 182.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 187 | 0.16 | 0 | 0.03 | 0.25 | 170 | 0.19 | 0.69 |
| Hex | A2 | C0 | BB | 10 | 0 | 3 | 19 | AA | 13 | 45 |
| Octal | 242 | 300 | 273 | 20 | 0 | 3 | 31 | 252 | 23 | 105 |
| Binary | 10100010 | 11000000 | 10111011 | 10000 | 0 | 11 | 11001 | 10101010 | 10011 | 1000101 |
Color Harmonies of #A2C0BB
Complementary color
Monochromatic Colors of #A2C0BB
Black with #A2C0BB
Text Example
Text Example
White with #A2C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0BB; }
p { color: rgb(162,192,187); }
H1.HeaderClassName
{
color: #A2C0BB;
}
.AnyTagClassName
{
color: #A2C0BB;
}
</style>
background-color css
<style>
a { background-color: #A2C0BB; }
a { background-color: rgb(162,192,187); }
div.DivClassName
{
background-color: #A2C0BB;
}
.BgClassName
{
background-color: #A2C0BB;
}
</style>
border-color css
<style>
span { border-color: #A2C0BB; }
span { border-color: rgb(162,192,187); }
td.TdClassName
{
border-color: #A2C0BB;
}
.TagClassName
{
border-color: #A2C0BB;
}
</style>