Shades of Opal #A3C4BF
Tints of Opal #A3C4BF
RGB
CMYK
RGB Variations
Color information
#A3C4BF (or 0xA3C4BF) is known color: Opal. HEX triplet: A3, C4 and BF. RGB value is (163,196,191). Sum of RGB (Red+Green+Blue) = 163+196+191=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4BF is #5C3B40. Grayscale: #B9B9B9. Windows color (decimal): -6044481 or 12567715. OLE color: 12567715.
HSL color Cylindrical-coordinate representation of color #A3C4BF: hue angle of 170.91º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C4BF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 191 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.23 |
| HSL | 170.91º | 0.22% | 0.7% | - |
| HSV(B) | 170.91º | 0.17% | 0.77% | - |
| XYZ | 44.25 | 51.03 | 56.81 | - |
| YUV | 185.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 191 | 0.17 | 0 | 0.03 | 0.23 | 170.91 | 0.22 | 0.7 |
| Hex | A3 | C4 | BF | 11 | 0 | 3 | 17 | AB | 16 | 46 |
| Octal | 243 | 304 | 277 | 21 | 0 | 3 | 27 | 253 | 26 | 106 |
| Binary | 10100011 | 11000100 | 10111111 | 10001 | 0 | 11 | 10111 | 10101011 | 10110 | 1000110 |
Color Harmonies of #A3C4BF
Complementary color
Monochromatic Colors of #A3C4BF
Black with #A3C4BF
Text Example
Text Example
White with #A3C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C4BF; }
p { color: rgb(163,196,191); }
H1.HeaderClassName
{
color: #A3C4BF;
}
.AnyTagClassName
{
color: #A3C4BF;
}
</style>
background-color css
<style>
a { background-color: #A3C4BF; }
a { background-color: rgb(163,196,191); }
div.DivClassName
{
background-color: #A3C4BF;
}
.BgClassName
{
background-color: #A3C4BF;
}
</style>
border-color css
<style>
span { border-color: #A3C4BF; }
span { border-color: rgb(163,196,191); }
td.TdClassName
{
border-color: #A3C4BF;
}
.TagClassName
{
border-color: #A3C4BF;
}
</style>