Shades of Opal #ADC4BF
Tints of Opal #ADC4BF
RGB
CMYK
RGB Variations
Color information
#ADC4BF (or 0xADC4BF) is known color: Opal. HEX triplet: AD, C4 and BF. RGB value is (173,196,191). Sum of RGB (Red+Green+Blue) = 173+196+191=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4BF is #523B40. Grayscale: #BCBCBC. Windows color (decimal): -5389121 or 12567725. OLE color: 12567725.
HSL color Cylindrical-coordinate representation of color #ADC4BF: hue angle of 166.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4BF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 191 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.23 |
| HSL | 166.96º | 0.16% | 0.72% | - |
| HSV(B) | 166.96º | 0.12% | 0.77% | - |
| XYZ | 46.38 | 52.13 | 56.91 | - |
| YUV | 188.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 191 | 0.12 | 0 | 0.03 | 0.23 | 166.96 | 0.16 | 0.72 |
| Hex | AD | C4 | BF | C | 0 | 3 | 17 | A7 | 10 | 48 |
| Octal | 255 | 304 | 277 | 14 | 0 | 3 | 27 | 247 | 20 | 110 |
| Binary | 10101101 | 11000100 | 10111111 | 1100 | 0 | 11 | 10111 | 10100111 | 10000 | 1001000 |
Color Harmonies of #ADC4BF
Complementary color
Monochromatic Colors of #ADC4BF
Black with #ADC4BF
Text Example
Text Example
White with #ADC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4BF; }
p { color: rgb(173,196,191); }
H1.HeaderClassName
{
color: #ADC4BF;
}
.AnyTagClassName
{
color: #ADC4BF;
}
</style>
background-color css
<style>
a { background-color: #ADC4BF; }
a { background-color: rgb(173,196,191); }
div.DivClassName
{
background-color: #ADC4BF;
}
.BgClassName
{
background-color: #ADC4BF;
}
</style>
border-color css
<style>
span { border-color: #ADC4BF; }
span { border-color: rgb(173,196,191); }
td.TdClassName
{
border-color: #ADC4BF;
}
.TagClassName
{
border-color: #ADC4BF;
}
</style>