#ADC9CB

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

Shades of Jungle Mist #ADC9CB

Tints of Jungle Mist #ADC9CB

Color information

#ADC9CB (or 0xADC9CB) is unknown color: approx Jungle Mist. HEX triplet: AD, C9 and CB. RGB value is (173,201,203). Sum of RGB (Red+Green+Blue) = 173+201+203=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CB is #523634. Grayscale: #C0C0C0. Windows color (decimal): -5387829 or 13355437. OLE color: 13355437.

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

Color convert

RGB173201203-
CMYK0.150.0100.20
HSL184º22.39%73.73%-
HSV(B)184º14.78%79.61%-
XYZ48.954.9764.53-
YUV192.86133.72113.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 201 (78.91% from 255) = 34.84%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=29.98%
G=34.84%
B=35.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732012030.150.0100.2018422.3973.73
HexADC9CBF1014b8164a
Octal25531131317102427026112
Binary1010110111001001110010111111101010010111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9CB; }

 p { color: rgb(173,201,203); }

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

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

 a { background-color: rgb(173,201,203); }

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

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

 span { border-color: rgb(173,201,203); }

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