#ADCDC5

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

Shades of Opal #ADCDC5

Tints of Opal #ADCDC5

Color information

#ADCDC5 (or 0xADCDC5) is unknown color: approx Opal. HEX triplet: AD, CD and C5. RGB value is (173,205,197). Sum of RGB (Red+Green+Blue) = 173+205+197=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC5 is #52323A. Grayscale: #C2C2C2. Windows color (decimal): -5386811 or 12963245. OLE color: 12963245.

HSL color Cylindrical-coordinate representation of color #ADCDC5: hue angle of 165º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDC5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB173205197-
CMYK0.1600.040.20
HSL165º24.24%74.12%-
HSV(B)165º15.61%80.39%-
XYZ49.1456.5861.15-
YUV194.52129.4112.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=30.09%
G=35.65%
B=34.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051970.1600.040.2016524.2474.12
HexADCDC5100414a5184a
Octal25531530520042424530112
Binary1010110111001101110001011000001001010010100101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDC5; }

 p { color: rgb(173,205,197); }

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

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

 a { background-color: rgb(173,205,197); }

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

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

 span { border-color: rgb(173,205,197); }

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