#ADC9CE

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

Shades of Jungle Mist #ADC9CE

Tints of Jungle Mist #ADC9CE

Color information

#ADC9CE (or 0xADC9CE) is unknown color: approx Jungle Mist. HEX triplet: AD, C9 and CE. RGB value is (173,201,206). Sum of RGB (Red+Green+Blue) = 173+201+206=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CE is #523631. Grayscale: #C1C1C1. Windows color (decimal): -5387826 or 13552045. OLE color: 13552045.

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

Color convert

RGB173201206-
CMYK0.160.0200.19
HSL189.09º25.19%74.31%-
HSV(B)189.09º16.02%80.78%-
XYZ49.2655.1166.43-
YUV193.2135.22113.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=29.83%
G=34.66%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732012060.160.0200.19189.0925.1974.31
HexADC9CE102013bd194a
Octal25531131620202327531112
Binary101011011100100111001110100001001001110111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9CE; }

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

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

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

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

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

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

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

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