Shades of Opal #ADC5C0
Tints of Opal #ADC5C0
RGB
CMYK
RGB Variations
Color information
#ADC5C0 (or 0xADC5C0) is known color: Opal. HEX triplet: AD, C5 and C0. RGB value is (173,197,192). Sum of RGB (Red+Green+Blue) = 173+197+192=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5C0 is #523A3F. Grayscale: #BDBDBD. Windows color (decimal): -5388864 or 12633517. OLE color: 12633517.
HSL color Cylindrical-coordinate representation of color #ADC5C0: hue angle of 167.5º 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 #ADC5C0 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
RGB | 173 | 197 | 192 | - |
CMYK | 0.12 | 0 | 0.03 | 0.23 |
HSL | 167.5º | 0.17% | 0.73% | - |
HSV(B) | 167.5º | 0.12% | 0.77% | - |
XYZ | 46.71 | 52.62 | 57.56 | - |
YUV | 189.25 | 129.55 | 116.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 197 | 192 | 0.12 | 0 | 0.03 | 0.23 | 167.5 | 0.17 | 0.73 |
Hex | AD | C5 | C0 | C | 0 | 3 | 17 | A8 | 11 | 49 |
Octal | 255 | 305 | 300 | 14 | 0 | 3 | 27 | 250 | 21 | 111 |
Binary | 10101101 | 11000101 | 11000000 | 1100 | 0 | 11 | 10111 | 10101000 | 10001 | 1001001 |
Color Harmonies of #ADC5C0
Complementary color
Monochromatic Colors of #ADC5C0
Black with #ADC5C0
Text Example
Text Example
White with #ADC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5C0; }
p { color: rgb(173,197,192); }
H1.HeaderClassName
{
color: #ADC5C0;
}
.AnyTagClassName
{
color: #ADC5C0;
}
</style>
background-color css
<style>
a { background-color: #ADC5C0; }
a { background-color: rgb(173,197,192); }
div.DivClassName
{
background-color: #ADC5C0;
}
.BgClassName
{
background-color: #ADC5C0;
}
</style>
border-color css
<style>
span { border-color: #ADC5C0; }
span { border-color: rgb(173,197,192); }
td.TdClassName
{
border-color: #ADC5C0;
}
.TagClassName
{
border-color: #ADC5C0;
}
</style>