Shades of Opal #ADC3C0
Tints of Opal #ADC3C0
RGB
CMYK
RGB Variations
Color information
#ADC3C0 (or 0xADC3C0) is known color: Opal. HEX triplet: AD, C3 and C0. RGB value is (173,195,192). Sum of RGB (Red+Green+Blue) = 173+195+192=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3C0 is #523C3F. Grayscale: #BCBCBC. Windows color (decimal): -5389376 or 12633005. OLE color: 12633005.
HSL color Cylindrical-coordinate representation of color #ADC3C0: hue angle of 171.82º 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 #ADC3C0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 192 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.24 |
| HSL | 171.82º | 0.15% | 0.72% | - |
| HSV(B) | 171.82º | 0.11% | 0.76% | - |
| XYZ | 46.26 | 51.72 | 57.41 | - |
| YUV | 188.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 192 | 0.11 | 0 | 0.02 | 0.24 | 171.82 | 0.15 | 0.72 |
| Hex | AD | C3 | C0 | B | 0 | 2 | 18 | AC | F | 48 |
| Octal | 255 | 303 | 300 | 13 | 0 | 2 | 30 | 254 | 17 | 110 |
| Binary | 10101101 | 11000011 | 11000000 | 1011 | 0 | 10 | 11000 | 10101100 | 1111 | 1001000 |
Color Harmonies of #ADC3C0
Complementary color
Monochromatic Colors of #ADC3C0
Black with #ADC3C0
Text Example
Text Example
White with #ADC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3C0; }
p { color: rgb(173,195,192); }
H1.HeaderClassName
{
color: #ADC3C0;
}
.AnyTagClassName
{
color: #ADC3C0;
}
</style>
background-color css
<style>
a { background-color: #ADC3C0; }
a { background-color: rgb(173,195,192); }
div.DivClassName
{
background-color: #ADC3C0;
}
.BgClassName
{
background-color: #ADC3C0;
}
</style>
border-color css
<style>
span { border-color: #ADC3C0; }
span { border-color: rgb(173,195,192); }
td.TdClassName
{
border-color: #ADC3C0;
}
.TagClassName
{
border-color: #ADC3C0;
}
</style>