#ADC8CD

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

Shades of Jungle Mist #ADC8CD

Tints of Jungle Mist #ADC8CD

Color information

#ADC8CD (or 0xADC8CD) is unknown color: approx Jungle Mist. HEX triplet: AD, C8 and CD. RGB value is (173,200,205). Sum of RGB (Red+Green+Blue) = 173+200+205=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8CD is #523732. Grayscale: #C0C0C0. Windows color (decimal): -5388083 or 13486253. OLE color: 13486253.

HSL color Cylindrical-coordinate representation of color #ADC8CD: hue angle of 189.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC8CD is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173200205-
CMYK0.160.0200.20
HSL189.38º24.24%74.12%-
HSV(B)189.38º15.61%80.39%-
XYZ48.9154.665.72-
YUV192.5135.05114.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=29.93%
G=34.60%
B=35.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732002050.160.0200.20189.3824.2474.12
HexADC8CD102014bd184a
Octal25531031520202427530112
Binary101011011100100011001101100001001010010111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8CD; }

 p { color: rgb(173,200,205); }

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

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

 a { background-color: rgb(173,200,205); }

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

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

 span { border-color: rgb(173,200,205); }

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