#ADCACC

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

Shades of Jungle Mist #ADCACC

Tints of Jungle Mist #ADCACC

Color information

#ADCACC (or 0xADCACC) is unknown color: approx Jungle Mist. HEX triplet: AD, CA and CC. RGB value is (173,202,204). Sum of RGB (Red+Green+Blue) = 173+202+204=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACC is #523533. Grayscale: #C1C1C1. Windows color (decimal): -5387572 or 13421229. OLE color: 13421229.

HSL color Cylindrical-coordinate representation of color #ADCACC: hue angle of 183.87º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCACC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173202204-
CMYK0.150.0100.2
HSL183.87º23.31%73.92%-
HSV(B)183.87º15.2%80%-
XYZ49.2555.4865.24-
YUV193.56133.89113.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=29.88%
G=34.89%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732022040.150.0100.2183.8723.3173.92
HexADCACCF1014b8174a
Octal25531231417102427027112
Binary1010110111001010110011001111101010010111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCACC; }

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

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

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

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

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

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

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

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