Shades of Opal #ADC2BA
Tints of Opal #ADC2BA
RGB
CMYK
RGB Variations
Color information
#ADC2BA (or 0xADC2BA) is known color: Opal. HEX triplet: AD, C2 and BA. RGB value is (173,194,186). Sum of RGB (Red+Green+Blue) = 173+194+186=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2BA is #523D45. Grayscale: #BABABA. Windows color (decimal): -5389638 or 12239533. OLE color: 12239533.
HSL color Cylindrical-coordinate representation of color #ADC2BA: hue angle of 157.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2BA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 186 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.24 |
| HSL | 157.14º | 0.15% | 0.72% | - |
| HSV(B) | 157.14º | 0.11% | 0.76% | - |
| XYZ | 45.39 | 51.01 | 53.91 | - |
| YUV | 186.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 186 | 0.11 | 0 | 0.04 | 0.24 | 157.14 | 0.15 | 0.72 |
| Hex | AD | C2 | BA | B | 0 | 4 | 18 | 9D | F | 48 |
| Octal | 255 | 302 | 272 | 13 | 0 | 4 | 30 | 235 | 17 | 110 |
| Binary | 10101101 | 11000010 | 10111010 | 1011 | 0 | 100 | 11000 | 10011101 | 1111 | 1001000 |
Color Harmonies of #ADC2BA
Complementary color
Monochromatic Colors of #ADC2BA
Black with #ADC2BA
Text Example
Text Example
White with #ADC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2BA; }
p { color: rgb(173,194,186); }
H1.HeaderClassName
{
color: #ADC2BA;
}
.AnyTagClassName
{
color: #ADC2BA;
}
</style>
background-color css
<style>
a { background-color: #ADC2BA; }
a { background-color: rgb(173,194,186); }
div.DivClassName
{
background-color: #ADC2BA;
}
.BgClassName
{
background-color: #ADC2BA;
}
</style>
border-color css
<style>
span { border-color: #ADC2BA; }
span { border-color: rgb(173,194,186); }
td.TdClassName
{
border-color: #ADC2BA;
}
.TagClassName
{
border-color: #ADC2BA;
}
</style>