#ADC9CC

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

Shades of Jungle Mist #ADC9CC

Tints of Jungle Mist #ADC9CC

Color information

#ADC9CC (or 0xADC9CC) is unknown color: approx Jungle Mist. HEX triplet: AD, C9 and CC. RGB value is (173,201,204). Sum of RGB (Red+Green+Blue) = 173+201+204=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CC is #523633. Grayscale: #C0C0C0. Windows color (decimal): -5387828 or 13420973. OLE color: 13420973.

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

Color convert

RGB173201204-
CMYK0.150.0100.2
HSL185.81º23.31%73.92%-
HSV(B)185.81º15.2%80%-
XYZ49.0255.0265.16-
YUV192.97134.22113.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=29.93%
G=34.78%
B=35.29%

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
Decimal1732012040.150.0100.2185.8123.3173.92
HexADC9CCF1014ba174a
Octal25531131417102427227112
Binary1010110111001001110011001111101010010111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9CC; }

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

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

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

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

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

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

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

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