Html Css Color HEX #ADC9CD Jungle Mist

📋 copy color: '#ADC9CD'

red 173 ◦ green 201 ◦ blue 205

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

Shades of Jungle Mist #ADC9CD

Tints of Jungle Mist #ADC9CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 29.88%
G = 34.72%
B = 35.41%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC9CD (or 0xADC9CD) is known color: Jungle Mist. HEX triplet: AD, C9 and CD. RGB value is (173,201,205). Sum of RGB (Red+Green+Blue) = 173+201+205=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CD is #523632. Grayscale: #C1C1C1. Windows color (decimal): -5387827 or 13486509. OLE color: 13486509.

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

Color convert

RGB 173 201 205 -
CMYK 0.16 0.02 0 0.20
HSL 187.5º 0.24% 0.74% -
HSV(B) 187.5º 0.16% 0.8% -
XYZ 49.14 55.07 65.8 -
YUV 193.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 173 201 205 0.16 0.02 0 0.20 187.5 0.24 0.74
Hex AD C9 CD 10 2 0 14 BC 18 4A
Octal 255 311 315 20 2 0 24 274 30 112
Binary 10101101 11001001 11001101 10000 10 0 10100 10111100 11000 1001010

Color Harmonies of #ADC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9CD

Black with #ADC9CD

Text Example


Text Example

White with #ADC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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