Shades of Opal #A3CBC4
Tints of Opal #A3CBC4
RGB
CMYK
RGB Variations
Color information
#A3CBC4 (or 0xA3CBC4) is known color: Opal. HEX triplet: A3, CB and C4. RGB value is (163,203,196). Sum of RGB (Red+Green+Blue) = 163+203+196=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBC4 is #5C343B. Grayscale: #BEBEBE. Windows color (decimal): -6042684 or 12897187. OLE color: 12897187.
HSL color Cylindrical-coordinate representation of color #A3CBC4: hue angle of 169.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBC4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 196 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.20 |
| HSL | 169.5º | 0.28% | 0.72% | - |
| HSV(B) | 169.5º | 0.2% | 0.8% | - |
| XYZ | 46.42 | 54.48 | 60.29 | - |
| YUV | 190.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 196 | 0.20 | 0 | 0.03 | 0.20 | 169.5 | 0.28 | 0.72 |
| Hex | A3 | CB | C4 | 14 | 0 | 3 | 14 | AA | 1C | 48 |
| Octal | 243 | 313 | 304 | 24 | 0 | 3 | 24 | 252 | 34 | 110 |
| Binary | 10100011 | 11001011 | 11000100 | 10100 | 0 | 11 | 10100 | 10101010 | 11100 | 1001000 |
Color Harmonies of #A3CBC4
Complementary color
Monochromatic Colors of #A3CBC4
Black with #A3CBC4
Text Example
Text Example
White with #A3CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBC4; }
p { color: rgb(163,203,196); }
H1.HeaderClassName
{
color: #A3CBC4;
}
.AnyTagClassName
{
color: #A3CBC4;
}
</style>
background-color css
<style>
a { background-color: #A3CBC4; }
a { background-color: rgb(163,203,196); }
div.DivClassName
{
background-color: #A3CBC4;
}
.BgClassName
{
background-color: #A3CBC4;
}
</style>
border-color css
<style>
span { border-color: #A3CBC4; }
span { border-color: rgb(163,203,196); }
td.TdClassName
{
border-color: #A3CBC4;
}
.TagClassName
{
border-color: #A3CBC4;
}
</style>