#ADCDC4

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

Shades of Opal #ADCDC4

Tints of Opal #ADCDC4

Color information

#ADCDC4 (or 0xADCDC4) is unknown color: approx Opal. HEX triplet: AD, CD and C4. RGB value is (173,205,196). Sum of RGB (Red+Green+Blue) = 173+205+196=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC4 is #52323B. Grayscale: #C2C2C2. Windows color (decimal): -5386812 or 12897709. OLE color: 12897709.

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

Color convert

RGB173205196-
CMYK0.1600.040.20
HSL163.12º24.24%74.12%-
HSV(B)163.12º15.61%80.39%-
XYZ49.0356.5360.55-
YUV194.41128.9112.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=30.14%
G=35.71%
B=34.15%

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
Decimal1732051960.1600.040.20163.1224.2474.12
HexADCDC4100414a3184a
Octal25531530420042424330112
Binary1010110111001101110001001000001001010010100011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDC4; }

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

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

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

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

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

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

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

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