Shades of Opal #ADC8C1
Tints of Opal #ADC8C1
RGB
CMYK
RGB Variations
Color information
#ADC8C1 (or 0xADC8C1) is known color: Opal. HEX triplet: AD, C8 and C1. RGB value is (173,200,193). Sum of RGB (Red+Green+Blue) = 173+200+193=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8C1 is #52373E. Grayscale: #BFBFBF. Windows color (decimal): -5388095 or 12699821. OLE color: 12699821.
HSL color Cylindrical-coordinate representation of color #ADC8C1: hue angle of 164.44º 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 #ADC8C1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 193 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.22 |
| HSL | 164.44º | 0.2% | 0.73% | - |
| HSV(B) | 164.44º | 0.14% | 0.78% | - |
| XYZ | 47.51 | 54.04 | 58.38 | - |
| YUV | 191.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 193 | 0.14 | 0 | 0.04 | 0.22 | 164.44 | 0.2 | 0.73 |
| Hex | AD | C8 | C1 | E | 0 | 4 | 16 | A4 | 14 | 49 |
| Octal | 255 | 310 | 301 | 16 | 0 | 4 | 26 | 244 | 24 | 111 |
| Binary | 10101101 | 11001000 | 11000001 | 1110 | 0 | 100 | 10110 | 10100100 | 10100 | 1001001 |
Color Harmonies of #ADC8C1
Complementary color
Monochromatic Colors of #ADC8C1
Black with #ADC8C1
Text Example
Text Example
White with #ADC8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8C1; }
p { color: rgb(173,200,193); }
H1.HeaderClassName
{
color: #ADC8C1;
}
.AnyTagClassName
{
color: #ADC8C1;
}
</style>
background-color css
<style>
a { background-color: #ADC8C1; }
a { background-color: rgb(173,200,193); }
div.DivClassName
{
background-color: #ADC8C1;
}
.BgClassName
{
background-color: #ADC8C1;
}
</style>
border-color css
<style>
span { border-color: #ADC8C1; }
span { border-color: rgb(173,200,193); }
td.TdClassName
{
border-color: #ADC8C1;
}
.TagClassName
{
border-color: #ADC8C1;
}
</style>