#ADCAC8

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

Shades of Jungle Mist #ADCAC8

Tints of Jungle Mist #ADCAC8

Color information

#ADCAC8 (or 0xADCAC8) is unknown color: approx Jungle Mist. HEX triplet: AD, CA and C8. RGB value is (173,202,200). Sum of RGB (Red+Green+Blue) = 173+202+200=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC8 is #523537. Grayscale: #C1C1C1. Windows color (decimal): -5387576 or 13159085. OLE color: 13159085.

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

Color convert

RGB173202200-
CMYK0.1400.010.21
HSL175.86º21.48%73.53%-
HSV(B)175.86º14.36%79.22%-
XYZ48.7855.362.75-
YUV193.1131.89113.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=30.09%
G=35.13%
B=34.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732022000.1400.010.21175.8621.4873.53
HexADCAC8E0115b0154a
Octal25531231016012526025112
Binary1010110111001010110010001110011010110110000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAC8; }

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

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

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

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

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

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

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

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