#ADC7CA

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

Shades of Jungle Mist #ADC7CA

Tints of Jungle Mist #ADC7CA

Color information

#ADC7CA (or 0xADC7CA) is unknown color: approx Jungle Mist. HEX triplet: AD, C7 and CA. RGB value is (173,199,202). Sum of RGB (Red+Green+Blue) = 173+199+202=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CA is #523835. Grayscale: #BFBFBF. Windows color (decimal): -5388342 or 13289389. OLE color: 13289389.

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

Color convert

RGB173199202-
CMYK0.140.0100.21
HSL186.21º21.48%73.53%-
HSV(B)186.21º14.36%79.22%-
XYZ48.325463.75-
YUV191.57133.89114.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=30.14%
G=34.67%
B=35.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731992020.140.0100.21186.2121.4873.53
HexADC7CAE1015ba154a
Octal25530731216102527225112
Binary1010110111000111110010101110101010110111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7CA; }

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

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

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

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

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

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

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

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