Shades of Opal #ADC5BF
Tints of Opal #ADC5BF
RGB
CMYK
RGB Variations
Color information
#ADC5BF (or 0xADC5BF) is known color: Opal. HEX triplet: AD, C5 and BF. RGB value is (173,197,191). Sum of RGB (Red+Green+Blue) = 173+197+191=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5BF is #523A40. Grayscale: #BDBDBD. Windows color (decimal): -5388865 or 12567981. OLE color: 12567981.
HSL color Cylindrical-coordinate representation of color #ADC5BF: hue angle of 165º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5BF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 191 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.23 |
| HSL | 165º | 0.17% | 0.73% | - |
| HSV(B) | 165º | 0.12% | 0.77% | - |
| XYZ | 46.6 | 52.58 | 56.98 | - |
| YUV | 189.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 191 | 0.12 | 0 | 0.03 | 0.23 | 165 | 0.17 | 0.73 |
| Hex | AD | C5 | BF | C | 0 | 3 | 17 | A5 | 11 | 49 |
| Octal | 255 | 305 | 277 | 14 | 0 | 3 | 27 | 245 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10111111 | 1100 | 0 | 11 | 10111 | 10100101 | 10001 | 1001001 |
Color Harmonies of #ADC5BF
Complementary color
Monochromatic Colors of #ADC5BF
Black with #ADC5BF
Text Example
Text Example
White with #ADC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5BF; }
p { color: rgb(173,197,191); }
H1.HeaderClassName
{
color: #ADC5BF;
}
.AnyTagClassName
{
color: #ADC5BF;
}
</style>
background-color css
<style>
a { background-color: #ADC5BF; }
a { background-color: rgb(173,197,191); }
div.DivClassName
{
background-color: #ADC5BF;
}
.BgClassName
{
background-color: #ADC5BF;
}
</style>
border-color css
<style>
span { border-color: #ADC5BF; }
span { border-color: rgb(173,197,191); }
td.TdClassName
{
border-color: #ADC5BF;
}
.TagClassName
{
border-color: #ADC5BF;
}
</style>