Html Css Color HEX #ADC7CC Jungle Mist

📋 copy color: '#ADC7CC'

red 173 ◦ green 199 ◦ blue 204

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

Shades of Jungle Mist #ADC7CC

Tints of Jungle Mist #ADC7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.55%

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

R = 30.03%
G = 34.55%
B = 35.42%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADC7CC (or 0xADC7CC) is known color: Jungle Mist. HEX triplet: AD, C7 and CC. RGB value is (173,199,204). Sum of RGB (Red+Green+Blue) = 173+199+204=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CC is #523833. Grayscale: #BFBFBF. Windows color (decimal): -5388340 or 13420461. OLE color: 13420461.

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

Color convert

RGB 173 199 204 -
CMYK 0.15 0.02 0 0.2
HSL 189.68º 0.23% 0.74% -
HSV(B) 189.68º 0.15% 0.8% -
XYZ 48.56 54.09 65.01 -
YUV 191.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 173 199 204 0.15 0.02 0 0.2 189.68 0.23 0.74
Hex AD C7 CC F 2 0 14 BE 17 4A
Octal 255 307 314 17 2 0 24 276 27 112
Binary 10101101 11000111 11001100 1111 10 0 10100 10111110 10111 1001010

Color Harmonies of #ADC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7CC

Black with #ADC7CC

Text Example


Text Example

White with #ADC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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