#ADCEC6

Color #ADCEC6 Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #ADCEC6

Tints of Opal #ADCEC6

Color information

#ADCEC6 (or 0xADCEC6) is unknown color: approx Opal. HEX triplet: AD, CE and C6. RGB value is (173,206,198). Sum of RGB (Red+Green+Blue) = 173+206+198=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC6 is #523139. Grayscale: #C3C3C3. Windows color (decimal): -5386554 or 13029037. OLE color: 13029037.

HSL color Cylindrical-coordinate representation of color #ADCEC6: hue angle of 165.45º 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 #ADCEC6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB173206198-
CMYK0.1600.040.19
HSL165.45º25.19%74.31%-
HSV(B)165.45º16.02%80.78%-
XYZ49.557.161.84-
YUV195.22129.57112.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 198 (77.73% from 255) = 34.32%
R=29.98%
G=35.70%
B=34.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061980.1600.040.19165.4525.1974.31
HexADCEC6100413a5194a
Octal25531630620042324531112
Binary1010110111001110110001101000001001001110100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEC6; }

 p { color: rgb(173,206,198); }

 H1.HeaderClassName
 {
   color: #ADCEC6;
 }
 .AnyTagClassName
 {
   color: #ADCEC6;
 }
</style>
background-color css

<style>
 a { background-color: #ADCEC6; }

 a { background-color: rgb(173,206,198); }

 div.DivClassName
 {
   background-color: #ADCEC6;
 }
 .BgClassName
 {
   background-color: #ADCEC6;
 }
</style>
border-color css

<style>
 span { border-color: #ADCEC6; }

 span { border-color: rgb(173,206,198); }

 td.TdClassName
 {
   border-color: #ADCEC6;
 }
 .TagClassName
 {
   border-color: #ADCEC6;
 }
</style>