Html Css Color HEX #ADC6CC Jungle Mist

📋 copy color: '#ADC6CC'

red 173 ◦ green 198 ◦ blue 204

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

Shades of Jungle Mist #ADC6CC

Tints of Jungle Mist #ADC6CC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.43%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 30.09%
G = 34.43%
B = 35.48%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADC6CC (or 0xADC6CC) is known color: Jungle Mist. HEX triplet: AD, C6 and CC. RGB value is (173,198,204). Sum of RGB (Red+Green+Blue) = 173+198+204=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6CC is #523933. Grayscale: #BFBFBF. Windows color (decimal): -5388596 or 13420205. OLE color: 13420205.

HSL color Cylindrical-coordinate representation of color #ADC6CC: hue angle of 191.61º degrees, saturation: 0.23, 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 #ADC6CC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 198 204 -
CMYK 0.15 0.03 0 0.2
HSL 191.61º 0.23% 0.74% -
HSV(B) 191.61º 0.15% 0.8% -
XYZ 48.33 53.63 64.93 -
YUV 191.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 173 198 204 0.15 0.03 0 0.2 191.61 0.23 0.74
Hex AD C6 CC F 3 0 14 C0 17 4A
Octal 255 306 314 17 3 0 24 300 27 112
Binary 10101101 11000110 11001100 1111 11 0 10100 11000000 10111 1001010

Color Harmonies of #ADC6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC6CC

Black with #ADC6CC

Text Example


Text Example

White with #ADC6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC6CC; }

 p { color: rgb(173,198,204); }

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

background-color css

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

 a { background-color: rgb(173,198,204); }

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

border-color css

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

 span { border-color: rgb(173,198,204); }

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