Shades of Opal #A0C3BB
Tints of Opal #A0C3BB
RGB
CMYK
RGB Variations
Color information
#A0C3BB (or 0xA0C3BB) is known color: Opal. HEX triplet: A0, C3 and BB. RGB value is (160,195,187). Sum of RGB (Red+Green+Blue) = 160+195+187=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C3BB is #5F3C44. Grayscale: #B7B7B7. Windows color (decimal): -6241349 or 12305312. OLE color: 12305312.
HSL color Cylindrical-coordinate representation of color #A0C3BB: hue angle of 166.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C3BB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 187 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.24 |
| HSL | 166.29º | 0.23% | 0.7% | - |
| HSV(B) | 166.29º | 0.18% | 0.76% | - |
| XYZ | 42.98 | 50.09 | 54.42 | - |
| YUV | 183.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 187 | 0.18 | 0 | 0.04 | 0.24 | 166.29 | 0.23 | 0.7 |
| Hex | A0 | C3 | BB | 12 | 0 | 4 | 18 | A6 | 17 | 46 |
| Octal | 240 | 303 | 273 | 22 | 0 | 4 | 30 | 246 | 27 | 106 |
| Binary | 10100000 | 11000011 | 10111011 | 10010 | 0 | 100 | 11000 | 10100110 | 10111 | 1000110 |
Color Harmonies of #A0C3BB
Complementary color
Monochromatic Colors of #A0C3BB
Black with #A0C3BB
Text Example
Text Example
White with #A0C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3BB; }
p { color: rgb(160,195,187); }
H1.HeaderClassName
{
color: #A0C3BB;
}
.AnyTagClassName
{
color: #A0C3BB;
}
</style>
background-color css
<style>
a { background-color: #A0C3BB; }
a { background-color: rgb(160,195,187); }
div.DivClassName
{
background-color: #A0C3BB;
}
.BgClassName
{
background-color: #A0C3BB;
}
</style>
border-color css
<style>
span { border-color: #A0C3BB; }
span { border-color: rgb(160,195,187); }
td.TdClassName
{
border-color: #A0C3BB;
}
.TagClassName
{
border-color: #A0C3BB;
}
</style>