Shades of Opal #A3CEBF
Tints of Opal #A3CEBF
RGB
CMYK
RGB Variations
Color information
#A3CEBF (or 0xA3CEBF) is known color: Opal. HEX triplet: A3, CE and BF. RGB value is (163,206,191). Sum of RGB (Red+Green+Blue) = 163+206+191=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEBF is #5C3140. Grayscale: #BFBFBF. Windows color (decimal): -6041921 or 12570275. OLE color: 12570275.
HSL color Cylindrical-coordinate representation of color #A3CEBF: hue angle of 159.07º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CEBF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 191 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.19 |
| HSL | 159.07º | 0.3% | 0.72% | - |
| HSV(B) | 159.07º | 0.21% | 0.81% | - |
| XYZ | 46.58 | 55.69 | 57.58 | - |
| YUV | 191.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 191 | 0.21 | 0 | 0.07 | 0.19 | 159.07 | 0.3 | 0.72 |
| Hex | A3 | CE | BF | 15 | 0 | 7 | 13 | 9F | 1E | 48 |
| Octal | 243 | 316 | 277 | 25 | 0 | 7 | 23 | 237 | 36 | 110 |
| Binary | 10100011 | 11001110 | 10111111 | 10101 | 0 | 111 | 10011 | 10011111 | 11110 | 1001000 |
Color Harmonies of #A3CEBF
Complementary color
Monochromatic Colors of #A3CEBF
Black with #A3CEBF
Text Example
Text Example
White with #A3CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEBF; }
p { color: rgb(163,206,191); }
H1.HeaderClassName
{
color: #A3CEBF;
}
.AnyTagClassName
{
color: #A3CEBF;
}
</style>
background-color css
<style>
a { background-color: #A3CEBF; }
a { background-color: rgb(163,206,191); }
div.DivClassName
{
background-color: #A3CEBF;
}
.BgClassName
{
background-color: #A3CEBF;
}
</style>
border-color css
<style>
span { border-color: #A3CEBF; }
span { border-color: rgb(163,206,191); }
td.TdClassName
{
border-color: #A3CEBF;
}
.TagClassName
{
border-color: #A3CEBF;
}
</style>