Html Css Color HEX #ADC7CB Jungle Mist

📋 copy color: '#ADC7CB'

red 173 ◦ green 199 ◦ blue 203

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

Shades of Jungle Mist #ADC7CB

Tints of Jungle Mist #ADC7CB

RGB

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

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

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

R = 30.09%
G = 34.61%
B = 35.3%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC7CB (or 0xADC7CB) is known color: Jungle Mist. HEX triplet: AD, C7 and CB. RGB value is (173,199,203). Sum of RGB (Red+Green+Blue) = 173+199+203=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CB is #523834. Grayscale: #BFBFBF. Windows color (decimal): -5388341 or 13354925. OLE color: 13354925.

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

Color convert

RGB 173 199 203 -
CMYK 0.15 0.02 0 0.20
HSL 188º 0.22% 0.74% -
HSV(B) 188º 0.15% 0.8% -
XYZ 48.44 54.04 64.38 -
YUV 191.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 173 199 203 0.15 0.02 0 0.20 188 0.22 0.74
Hex AD C7 CB F 2 0 14 BC 16 4A
Octal 255 307 313 17 2 0 24 274 26 112
Binary 10101101 11000111 11001011 1111 10 0 10100 10111100 10110 1001010

Color Harmonies of #ADC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7CB

Black with #ADC7CB

Text Example


Text Example

White with #ADC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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