#ADC4C1

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

Shades of Jungle Mist #ADC4C1

Tints of Jungle Mist #ADC4C1

Color information

#ADC4C1 (or 0xADC4C1) is unknown color: approx Jungle Mist. HEX triplet: AD, C4 and C1. RGB value is (173,196,193). Sum of RGB (Red+Green+Blue) = 173+196+193=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4C1 is #523B3E. Grayscale: #BCBCBC. Windows color (decimal): -5389119 or 12698797. OLE color: 12698797.

HSL color Cylindrical-coordinate representation of color #ADC4C1: hue angle of 172.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4C1 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB173196193-
CMYK0.1200.020.23
HSL172.17º16.31%72.35%-
HSV(B)172.17º11.73%76.86%-
XYZ46.652.2158.07-
YUV188.78130.38116.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=30.78%
G=34.88%
B=34.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961930.1200.020.23172.1716.3172.35
HexADC4C1C0217ac1048
Octal25530430114022725420110
Binary10101101110001001100000111000101011110101100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4C1; }

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

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

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

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

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

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

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

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