Shades of Opal #ADC9C2
Tints of Opal #ADC9C2
RGB
CMYK
RGB Variations
Color information
#ADC9C2 (or 0xADC9C2) is known color: Opal. HEX triplet: AD, C9 and C2. RGB value is (173,201,194). Sum of RGB (Red+Green+Blue) = 173+201+194=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9C2 is #52363D. Grayscale: #BFBFBF. Windows color (decimal): -5387838 or 12765613. OLE color: 12765613.
HSL color Cylindrical-coordinate representation of color #ADC9C2: hue angle of 165º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9C2 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 201 | 194 | - |
CMYK | 0.14 | 0 | 0.03 | 0.21 |
HSL | 165º | 0.21% | 0.73% | - |
HSV(B) | 165º | 0.14% | 0.79% | - |
XYZ | 47.86 | 54.55 | 59.05 | - |
YUV | 191.83 | 129.22 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 201 | 194 | 0.14 | 0 | 0.03 | 0.21 | 165 | 0.21 | 0.73 |
Hex | AD | C9 | C2 | E | 0 | 3 | 15 | A5 | 15 | 49 |
Octal | 255 | 311 | 302 | 16 | 0 | 3 | 25 | 245 | 25 | 111 |
Binary | 10101101 | 11001001 | 11000010 | 1110 | 0 | 11 | 10101 | 10100101 | 10101 | 1001001 |
Color Harmonies of #ADC9C2
Complementary color
Monochromatic Colors of #ADC9C2
Black with #ADC9C2
Text Example
Text Example
White with #ADC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9C2; }
p { color: rgb(173,201,194); }
H1.HeaderClassName
{
color: #ADC9C2;
}
.AnyTagClassName
{
color: #ADC9C2;
}
</style>
background-color css
<style>
a { background-color: #ADC9C2; }
a { background-color: rgb(173,201,194); }
div.DivClassName
{
background-color: #ADC9C2;
}
.BgClassName
{
background-color: #ADC9C2;
}
</style>
border-color css
<style>
span { border-color: #ADC9C2; }
span { border-color: rgb(173,201,194); }
td.TdClassName
{
border-color: #ADC9C2;
}
.TagClassName
{
border-color: #ADC9C2;
}
</style>