#ADC7CD

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

Shades of Jungle Mist #ADC7CD

Tints of Jungle Mist #ADC7CD

Color information

#ADC7CD (or 0xADC7CD) is unknown color: approx Jungle Mist. HEX triplet: AD, C7 and CD. RGB value is (173,199,205). Sum of RGB (Red+Green+Blue) = 173+199+205=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CD is #523832. Grayscale: #BFBFBF. Windows color (decimal): -5388339 or 13485997. OLE color: 13485997.

HSL color Cylindrical-coordinate representation of color #ADC7CD: hue angle of 191.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC7CD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173199205-
CMYK0.160.0300.20
HSL191.25º24.24%74.12%-
HSV(B)191.25º15.61%80.39%-
XYZ48.6854.1465.64-
YUV191.91135.39114.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=29.98%
G=34.49%
B=35.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731992050.160.0300.20191.2524.2474.12
HexADC7CD103014bf184a
Octal25530731520302427730112
Binary101011011100011111001101100001101010010111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7CD; }

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

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

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

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

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

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

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

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