#ADC6CB

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

Shades of Jungle Mist #ADC6CB

Tints of Jungle Mist #ADC6CB

Color information

#ADC6CB (or 0xADC6CB) is unknown color: approx Jungle Mist. HEX triplet: AD, C6 and CB. RGB value is (173,198,203). Sum of RGB (Red+Green+Blue) = 173+198+203=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6CB is #523934. Grayscale: #BFBFBF. Windows color (decimal): -5388597 or 13354669. OLE color: 13354669.

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

Color convert

RGB173198203-
CMYK0.150.0200.20
HSL190º22.39%73.73%-
HSV(B)190º14.78%79.61%-
XYZ48.2153.5864.3-
YUV191.1134.72115.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=30.14%
G=34.49%
B=35.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731982030.150.0200.2019022.3973.73
HexADC6CBF2014be164a
Octal25530631317202427626112
Binary10101101110001101100101111111001010010111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6CB; }

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

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

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

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

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

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

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

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