Shades of Opal #A3C0BB
Tints of Opal #A3C0BB
RGB
CMYK
RGB Variations
Color information
#A3C0BB (or 0xA3C0BB) is known color: Opal. HEX triplet: A3, C0 and BB. RGB value is (163,192,187). Sum of RGB (Red+Green+Blue) = 163+192+187=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0BB is #5C3F44. Grayscale: #B6B6B6. Windows color (decimal): -6045509 or 12304547. OLE color: 12304547.
HSL color Cylindrical-coordinate representation of color #A3C0BB: hue angle of 169.66º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3C0BB is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 187 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.25 |
| HSL | 169.66º | 0.19% | 0.7% | - |
| HSV(B) | 169.66º | 0.15% | 0.75% | - |
| XYZ | 42.92 | 49.07 | 54.22 | - |
| YUV | 182.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 187 | 0.15 | 0 | 0.03 | 0.25 | 169.66 | 0.19 | 0.7 |
| Hex | A3 | C0 | BB | F | 0 | 3 | 19 | AA | 13 | 46 |
| Octal | 243 | 300 | 273 | 17 | 0 | 3 | 31 | 252 | 23 | 106 |
| Binary | 10100011 | 11000000 | 10111011 | 1111 | 0 | 11 | 11001 | 10101010 | 10011 | 1000110 |
Color Harmonies of #A3C0BB
Complementary color
Monochromatic Colors of #A3C0BB
Black with #A3C0BB
Text Example
Text Example
White with #A3C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0BB; }
p { color: rgb(163,192,187); }
H1.HeaderClassName
{
color: #A3C0BB;
}
.AnyTagClassName
{
color: #A3C0BB;
}
</style>
background-color css
<style>
a { background-color: #A3C0BB; }
a { background-color: rgb(163,192,187); }
div.DivClassName
{
background-color: #A3C0BB;
}
.BgClassName
{
background-color: #A3C0BB;
}
</style>
border-color css
<style>
span { border-color: #A3C0BB; }
span { border-color: rgb(163,192,187); }
td.TdClassName
{
border-color: #A3C0BB;
}
.TagClassName
{
border-color: #A3C0BB;
}
</style>