Html Css Color HEX #ADCBCB Jungle Mist

📋 copy color: '#ADCBCB'

red 173 ◦ green 203 ◦ blue 203

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

Shades of Jungle Mist #ADCBCB

Tints of Jungle Mist #ADCBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

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

R = 29.88%
G = 35.06%
B = 35.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADCBCB (or 0xADCBCB) is known color: Jungle Mist. HEX triplet: AD, CB and CB. RGB value is (173,203,203). Sum of RGB (Red+Green+Blue) = 173+203+203=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #ADCBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBCB is #523434. Grayscale: #C2C2C2. Windows color (decimal): -5387317 or 13355949. OLE color: 13355949.

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

Color convert

RGB 173 203 203 -
CMYK 0.15 0 0 0.20
HSL 180º 0.22% 0.74% -
HSV(B) 180º 0.15% 0.8% -
XYZ 49.37 55.91 64.69 -
YUV 194.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 173 203 203 0.15 0 0 0.20 180 0.22 0.74
Hex AD CB CB F 0 0 14 B4 16 4A
Octal 255 313 313 17 0 0 24 264 26 112
Binary 10101101 11001011 11001011 1111 0 0 10100 10110100 10110 1001010

Color Harmonies of #ADCBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBCB

Black with #ADCBCB

Text Example


Text Example

White with #ADCBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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