Html Css Color HEX #ADC9CB Jungle Mist

📋 copy color: '#ADC9CB'

red 173 ◦ green 201 ◦ blue 203

#ADC9CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #ADC9CB

Tints of Jungle Mist #ADC9CB

RGB

 RED value IS 173 (67.97% from 255) = 29.98%

 GREEN value IS 201 (78.91% from 255) = 34.84%

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 29.98%
G = 34.84%
B = 35.18%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC9CB (or 0xADC9CB) is known color: Jungle Mist. HEX triplet: AD, C9 and CB. RGB value is (173,201,203). Sum of RGB (Red+Green+Blue) = 173+201+203=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CB is #523634. Grayscale: #C0C0C0. Windows color (decimal): -5387829 or 13355437. OLE color: 13355437.

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

Color convert

RGB 173 201 203 -
CMYK 0.15 0.01 0 0.20
HSL 184º 0.22% 0.74% -
HSV(B) 184º 0.15% 0.8% -
XYZ 48.9 54.97 64.53 -
YUV 192.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 173 201 203 0.15 0.01 0 0.20 184 0.22 0.74
Hex AD C9 CB F 1 0 14 B8 16 4A
Octal 255 311 313 17 1 0 24 270 26 112
Binary 10101101 11001001 11001011 1111 1 0 10100 10111000 10110 1001010

Color Harmonies of #ADC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9CB

Black with #ADC9CB

Text Example


Text Example

White with #ADC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9CB; }

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

 H1.HeaderClassName
 {
   color: #ADC9CB;
 }
 .AnyTagClassName
 {
   color: #ADC9CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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