Shades of Opal #ADC1BA
Tints of Opal #ADC1BA
RGB
CMYK
RGB Variations
Color information
#ADC1BA (or 0xADC1BA) is known color: Opal. HEX triplet: AD, C1 and BA. RGB value is (173,193,186). Sum of RGB (Red+Green+Blue) = 173+193+186=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1BA is #523E45. Grayscale: #BABABA. Windows color (decimal): -5389894 or 12239277. OLE color: 12239277.
HSL color Cylindrical-coordinate representation of color #ADC1BA: hue angle of 159º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC1BA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 186 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.24 |
| HSL | 159º | 0.14% | 0.72% | - |
| HSV(B) | 159º | 0.1% | 0.76% | - |
| XYZ | 45.17 | 50.57 | 53.83 | - |
| YUV | 186.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 186 | 0.10 | 0 | 0.04 | 0.24 | 159 | 0.14 | 0.72 |
| Hex | AD | C1 | BA | A | 0 | 4 | 18 | 9F | E | 48 |
| Octal | 255 | 301 | 272 | 12 | 0 | 4 | 30 | 237 | 16 | 110 |
| Binary | 10101101 | 11000001 | 10111010 | 1010 | 0 | 100 | 11000 | 10011111 | 1110 | 1001000 |
Color Harmonies of #ADC1BA
Complementary color
Monochromatic Colors of #ADC1BA
Black with #ADC1BA
Text Example
Text Example
White with #ADC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1BA; }
p { color: rgb(173,193,186); }
H1.HeaderClassName
{
color: #ADC1BA;
}
.AnyTagClassName
{
color: #ADC1BA;
}
</style>
background-color css
<style>
a { background-color: #ADC1BA; }
a { background-color: rgb(173,193,186); }
div.DivClassName
{
background-color: #ADC1BA;
}
.BgClassName
{
background-color: #ADC1BA;
}
</style>
border-color css
<style>
span { border-color: #ADC1BA; }
span { border-color: rgb(173,193,186); }
td.TdClassName
{
border-color: #ADC1BA;
}
.TagClassName
{
border-color: #ADC1BA;
}
</style>