#ADCACB

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

Shades of Jungle Mist #ADCACB

Tints of Jungle Mist #ADCACB

Color information

#ADCACB (or 0xADCACB) is unknown color: approx Jungle Mist. HEX triplet: AD, CA and CB. RGB value is (173,202,203). Sum of RGB (Red+Green+Blue) = 173+202+203=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACB is #523534. Grayscale: #C1C1C1. Windows color (decimal): -5387573 or 13355693. OLE color: 13355693.

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

Color convert

RGB173202203-
CMYK0.150.0000.20
HSL182º22.39%73.73%-
HSV(B)182º14.78%79.61%-
XYZ49.1355.4464.61-
YUV193.44133.39113.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=29.93%
G=34.95%
B=35.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732022030.150.0000.2018222.3973.73
HexADCACBF0014b6164a
Octal25531231317002426626112
Binary1010110111001010110010111111001010010110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCACB; }

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

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

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

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

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

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

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

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