#ADC5CA

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

Shades of Jungle Mist #ADC5CA

Tints of Jungle Mist #ADC5CA

Color information

#ADC5CA (or 0xADC5CA) is unknown color: approx Jungle Mist. HEX triplet: AD, C5 and CA. RGB value is (173,197,202). Sum of RGB (Red+Green+Blue) = 173+197+202=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5CA is #523A35. Grayscale: #BEBEBE. Windows color (decimal): -5388854 or 13288877. OLE color: 13288877.

HSL color Cylindrical-coordinate representation of color #ADC5CA: hue angle of 190.34º 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 #ADC5CA is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173197202-
CMYK0.140.0200.21
HSL190.34º21.48%73.53%-
HSV(B)190.34º14.36%79.22%-
XYZ47.8653.0863.6-
YUV190.39134.55115.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=30.24%
G=34.44%
B=35.31%

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
Decimal1731972020.140.0200.21190.3421.4873.53
HexADC5CAE2015be154a
Octal25530531216202527625112
Binary10101101110001011100101011101001010110111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC5CA; }

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

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

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

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

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

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

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

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