Shades of Opal #ADC8BF
Tints of Opal #ADC8BF
RGB
CMYK
RGB Variations
Color information
#ADC8BF (or 0xADC8BF) is known color: Opal. HEX triplet: AD, C8 and BF. RGB value is (173,200,191). Sum of RGB (Red+Green+Blue) = 173+200+191=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8BF is #523740. Grayscale: #BEBEBE. Windows color (decimal): -5388097 or 12568749. OLE color: 12568749.
HSL color Cylindrical-coordinate representation of color #ADC8BF: hue angle of 160º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC8BF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 191 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.22 |
| HSL | 160º | 0.2% | 0.73% | - |
| HSV(B) | 160º | 0.14% | 0.78% | - |
| XYZ | 47.29 | 53.95 | 57.21 | - |
| YUV | 190.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 191 | 0.14 | 0 | 0.04 | 0.22 | 160 | 0.2 | 0.73 |
| Hex | AD | C8 | BF | E | 0 | 4 | 16 | A0 | 14 | 49 |
| Octal | 255 | 310 | 277 | 16 | 0 | 4 | 26 | 240 | 24 | 111 |
| Binary | 10101101 | 11001000 | 10111111 | 1110 | 0 | 100 | 10110 | 10100000 | 10100 | 1001001 |
Color Harmonies of #ADC8BF
Complementary color
Monochromatic Colors of #ADC8BF
Black with #ADC8BF
Text Example
Text Example
White with #ADC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8BF; }
p { color: rgb(173,200,191); }
H1.HeaderClassName
{
color: #ADC8BF;
}
.AnyTagClassName
{
color: #ADC8BF;
}
</style>
background-color css
<style>
a { background-color: #ADC8BF; }
a { background-color: rgb(173,200,191); }
div.DivClassName
{
background-color: #ADC8BF;
}
.BgClassName
{
background-color: #ADC8BF;
}
</style>
border-color css
<style>
span { border-color: #ADC8BF; }
span { border-color: rgb(173,200,191); }
td.TdClassName
{
border-color: #ADC8BF;
}
.TagClassName
{
border-color: #ADC8BF;
}
</style>