#ADC6CA

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

Shades of Jungle Mist #ADC6CA

Tints of Jungle Mist #ADC6CA

Color information

#ADC6CA (or 0xADC6CA) is unknown color: approx Jungle Mist. HEX triplet: AD, C6 and CA. RGB value is (173,198,202). Sum of RGB (Red+Green+Blue) = 173+198+202=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6CA is #523935. Grayscale: #BEBEBE. Windows color (decimal): -5388598 or 13289133. OLE color: 13289133.

HSL color Cylindrical-coordinate representation of color #ADC6CA: hue angle of 188.28º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC6CA is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173198202-
CMYK0.140.0200.21
HSL188.28º21.48%73.53%-
HSV(B)188.28º14.36%79.22%-
XYZ48.0953.5463.68-
YUV190.98134.22115.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=30.19%
G=34.55%
B=35.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731982020.140.0200.21188.2821.4873.53
HexADC6CAE2015bc154a
Octal25530631216202527425112
Binary10101101110001101100101011101001010110111100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6CA; }

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

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

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

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

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

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

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

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