#ADCACD

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

Shades of Jungle Mist #ADCACD

Tints of Jungle Mist #ADCACD

Color information

#ADCACD (or 0xADCACD) is unknown color: approx Jungle Mist. HEX triplet: AD, CA and CD. RGB value is (173,202,205). Sum of RGB (Red+Green+Blue) = 173+202+205=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACD is #523532. Grayscale: #C1C1C1. Windows color (decimal): -5387571 or 13486765. OLE color: 13486765.

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

Color convert

RGB173202205-
CMYK0.160.0100.20
HSL185.62º24.24%74.12%-
HSV(B)185.62º15.61%80.39%-
XYZ49.3755.5365.87-
YUV193.67134.39113.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=29.83%
G=34.83%
B=35.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732022050.160.0100.20185.6224.2474.12
HexADCACD101014ba184a
Octal25531231520102427230112
Binary10101101110010101100110110000101010010111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCACD; }

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

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

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

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

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

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

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

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