Shades of Opal #A3CABA
Tints of Opal #A3CABA
RGB
CMYK
RGB Variations
Color information
#A3CABA (or 0xA3CABA) is known color: Opal. HEX triplet: A3, CA and BA. RGB value is (163,202,186). Sum of RGB (Red+Green+Blue) = 163+202+186=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CABA is #5C3545. Grayscale: #BCBCBC. Windows color (decimal): -6042950 or 12241571. OLE color: 12241571.
HSL color Cylindrical-coordinate representation of color #A3CABA: hue angle of 155.38º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CABA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 186 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.21 |
| HSL | 155.38º | 0.27% | 0.72% | - |
| HSV(B) | 155.38º | 0.19% | 0.79% | - |
| XYZ | 45.09 | 53.57 | 54.42 | - |
| YUV | 188.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 186 | 0.19 | 0 | 0.08 | 0.21 | 155.38 | 0.27 | 0.72 |
| Hex | A3 | CA | BA | 13 | 0 | 8 | 15 | 9B | 1B | 48 |
| Octal | 243 | 312 | 272 | 23 | 0 | 10 | 25 | 233 | 33 | 110 |
| Binary | 10100011 | 11001010 | 10111010 | 10011 | 0 | 1000 | 10101 | 10011011 | 11011 | 1001000 |
Color Harmonies of #A3CABA
Complementary color
Monochromatic Colors of #A3CABA
Black with #A3CABA
Text Example
Text Example
White with #A3CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CABA; }
p { color: rgb(163,202,186); }
H1.HeaderClassName
{
color: #A3CABA;
}
.AnyTagClassName
{
color: #A3CABA;
}
</style>
background-color css
<style>
a { background-color: #A3CABA; }
a { background-color: rgb(163,202,186); }
div.DivClassName
{
background-color: #A3CABA;
}
.BgClassName
{
background-color: #A3CABA;
}
</style>
border-color css
<style>
span { border-color: #A3CABA; }
span { border-color: rgb(163,202,186); }
td.TdClassName
{
border-color: #A3CABA;
}
.TagClassName
{
border-color: #A3CABA;
}
</style>