Shades of Opal #A3C5BC
Tints of Opal #A3C5BC
RGB
CMYK
RGB Variations
Color information
#A3C5BC (or 0xA3C5BC) is known color: Opal. HEX triplet: A3, C5 and BC. RGB value is (163,197,188). Sum of RGB (Red+Green+Blue) = 163+197+188=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C5BC is #5C3A43. Grayscale: #B9B9B9. Windows color (decimal): -6044228 or 12371363. OLE color: 12371363.
HSL color Cylindrical-coordinate representation of color #A3C5BC: hue angle of 164.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C5BC is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 188 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.23 |
| HSL | 164.12º | 0.23% | 0.71% | - |
| HSV(B) | 164.12º | 0.17% | 0.77% | - |
| XYZ | 44.15 | 51.35 | 55.16 | - |
| YUV | 185.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 188 | 0.17 | 0 | 0.05 | 0.23 | 164.12 | 0.23 | 0.71 |
| Hex | A3 | C5 | BC | 11 | 0 | 5 | 17 | A4 | 17 | 47 |
| Octal | 243 | 305 | 274 | 21 | 0 | 5 | 27 | 244 | 27 | 107 |
| Binary | 10100011 | 11000101 | 10111100 | 10001 | 0 | 101 | 10111 | 10100100 | 10111 | 1000111 |
Color Harmonies of #A3C5BC
Complementary color
Monochromatic Colors of #A3C5BC
Black with #A3C5BC
Text Example
Text Example
White with #A3C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C5BC; }
p { color: rgb(163,197,188); }
H1.HeaderClassName
{
color: #A3C5BC;
}
.AnyTagClassName
{
color: #A3C5BC;
}
</style>
background-color css
<style>
a { background-color: #A3C5BC; }
a { background-color: rgb(163,197,188); }
div.DivClassName
{
background-color: #A3C5BC;
}
.BgClassName
{
background-color: #A3C5BC;
}
</style>
border-color css
<style>
span { border-color: #A3C5BC; }
span { border-color: rgb(163,197,188); }
td.TdClassName
{
border-color: #A3C5BC;
}
.TagClassName
{
border-color: #A3C5BC;
}
</style>