Shades of Opal #ADCEC3
Tints of Opal #ADCEC3
RGB
CMYK
RGB Variations
Color information
#ADCEC3 (or 0xADCEC3) is known color: Opal. HEX triplet: AD, CE and C3. RGB value is (173,206,195). Sum of RGB (Red+Green+Blue) = 173+206+195=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC3 is #52313C. Grayscale: #C2C2C2. Windows color (decimal): -5386557 or 12832429. OLE color: 12832429.
HSL color Cylindrical-coordinate representation of color #ADCEC3: hue angle of 160º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 195 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.19 |
| HSL | 160º | 0.25% | 0.74% | - |
| HSV(B) | 160º | 0.16% | 0.81% | - |
| XYZ | 49.16 | 56.97 | 60.03 | - |
| YUV | 194.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 195 | 0.16 | 0 | 0.05 | 0.19 | 160 | 0.25 | 0.74 |
| Hex | AD | CE | C3 | 10 | 0 | 5 | 13 | A0 | 19 | 4A |
| Octal | 255 | 316 | 303 | 20 | 0 | 5 | 23 | 240 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11000011 | 10000 | 0 | 101 | 10011 | 10100000 | 11001 | 1001010 |
Color Harmonies of #ADCEC3
Complementary color
Monochromatic Colors of #ADCEC3
Black with #ADCEC3
Text Example
Text Example
White with #ADCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEC3; }
p { color: rgb(173,206,195); }
H1.HeaderClassName
{
color: #ADCEC3;
}
.AnyTagClassName
{
color: #ADCEC3;
}
</style>
background-color css
<style>
a { background-color: #ADCEC3; }
a { background-color: rgb(173,206,195); }
div.DivClassName
{
background-color: #ADCEC3;
}
.BgClassName
{
background-color: #ADCEC3;
}
</style>
border-color css
<style>
span { border-color: #ADCEC3; }
span { border-color: rgb(173,206,195); }
td.TdClassName
{
border-color: #ADCEC3;
}
.TagClassName
{
border-color: #ADCEC3;
}
</style>