#ADC0BF

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

Shades of Jungle Mist #ADC0BF

Tints of Jungle Mist #ADC0BF

Color information

#ADC0BF (or 0xADC0BF) is unknown color: approx Jungle Mist. HEX triplet: AD, C0 and BF. RGB value is (173,192,191). Sum of RGB (Red+Green+Blue) = 173+192+191=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BF is #523F40. Grayscale: #BABABA. Windows color (decimal): -5390145 or 12566701. OLE color: 12566701.

HSL color Cylindrical-coordinate representation of color #ADC0BF: hue angle of 176.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0BF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB173192191-
CMYK0.1000.010.25
HSL176.84º13.1%71.57%-
HSV(B)176.84º9.9%75.29%-
XYZ45.4950.3556.61-
YUV186.2130.71118.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 191 (75% from 255) = 34.35%
R=31.12%
G=34.53%
B=34.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921910.1000.010.25176.8413.171.57
HexADC0BFA0119b1d48
Octal25530027712013126115110
Binary101011011100000010111111101001110011011000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0BF; }

 p { color: rgb(173,192,191); }

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

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

 a { background-color: rgb(173,192,191); }

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

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

 span { border-color: rgb(173,192,191); }

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