Shades of Opal #A3CEC3
Tints of Opal #A3CEC3
RGB
CMYK
RGB Variations
Color information
#A3CEC3 (or 0xA3CEC3) is known color: Opal. HEX triplet: A3, CE and C3. RGB value is (163,206,195). Sum of RGB (Red+Green+Blue) = 163+206+195=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEC3 is #5C313C. Grayscale: #BFBFBF. Windows color (decimal): -6041917 or 12832419. OLE color: 12832419.
HSL color Cylindrical-coordinate representation of color #A3CEC3: hue angle of 164.65º 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 #A3CEC3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 195 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.19 |
| HSL | 164.65º | 0.3% | 0.72% | - |
| HSV(B) | 164.65º | 0.21% | 0.81% | - |
| XYZ | 47.03 | 55.87 | 59.94 | - |
| YUV | 191.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 195 | 0.21 | 0 | 0.05 | 0.19 | 164.65 | 0.3 | 0.72 |
| Hex | A3 | CE | C3 | 15 | 0 | 5 | 13 | A5 | 1E | 48 |
| Octal | 243 | 316 | 303 | 25 | 0 | 5 | 23 | 245 | 36 | 110 |
| Binary | 10100011 | 11001110 | 11000011 | 10101 | 0 | 101 | 10011 | 10100101 | 11110 | 1001000 |
Color Harmonies of #A3CEC3
Complementary color
Monochromatic Colors of #A3CEC3
Black with #A3CEC3
Text Example
Text Example
White with #A3CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEC3; }
p { color: rgb(163,206,195); }
H1.HeaderClassName
{
color: #A3CEC3;
}
.AnyTagClassName
{
color: #A3CEC3;
}
</style>
background-color css
<style>
a { background-color: #A3CEC3; }
a { background-color: rgb(163,206,195); }
div.DivClassName
{
background-color: #A3CEC3;
}
.BgClassName
{
background-color: #A3CEC3;
}
</style>
border-color css
<style>
span { border-color: #A3CEC3; }
span { border-color: rgb(163,206,195); }
td.TdClassName
{
border-color: #A3CEC3;
}
.TagClassName
{
border-color: #A3CEC3;
}
</style>