#ADC7C6

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

Shades of Jungle Mist #ADC7C6

Tints of Jungle Mist #ADC7C6

Color information

#ADC7C6 (or 0xADC7C6) is unknown color: approx Jungle Mist. HEX triplet: AD, C7 and C6. RGB value is (173,199,198). Sum of RGB (Red+Green+Blue) = 173+199+198=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7C6 is #523839. Grayscale: #BFBFBF. Windows color (decimal): -5388346 or 13027245. OLE color: 13027245.

HSL color Cylindrical-coordinate representation of color #ADC7C6: hue angle of 177.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7C6 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB173199198-
CMYK0.1300.010.22
HSL177.69º18.84%72.94%-
HSV(B)177.69º13.07%78.04%-
XYZ47.8553.8161.29-
YUV191.11131.89115.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=30.35%
G=34.91%
B=34.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991980.1300.010.22177.6918.8472.94
HexADC7C6D0116b21349
Octal25530730615012626223111
Binary1010110111000111110001101101011011010110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7C6; }

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

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

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

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

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

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

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

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