Html Css Color HEX #ADC5CA Jungle Mist

📋 copy color: '#ADC5CA'

red 173 ◦ green 197 ◦ blue 202

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

Shades of Jungle Mist #ADC5CA

Tints of Jungle Mist #ADC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 202 (79.3% from 255) = 35.31%

R = 30.24%
G = 34.44%
B = 35.31%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADC5CA (or 0xADC5CA) is known color: Jungle Mist. HEX triplet: AD, C5 and CA. RGB value is (173,197,202). Sum of RGB (Red+Green+Blue) = 173+197+202=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5CA is #523A35. Grayscale: #BEBEBE. Windows color (decimal): -5388854 or 13288877. OLE color: 13288877.

HSL color Cylindrical-coordinate representation of color #ADC5CA: hue angle of 190.34º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC5CA is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 197 202 -
CMYK 0.14 0.02 0 0.21
HSL 190.34º 0.21% 0.74% -
HSV(B) 190.34º 0.14% 0.79% -
XYZ 47.86 53.08 63.6 -
YUV 190.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 173 197 202 0.14 0.02 0 0.21 190.34 0.21 0.74
Hex AD C5 CA E 2 0 15 BE 15 4A
Octal 255 305 312 16 2 0 25 276 25 112
Binary 10101101 11000101 11001010 1110 10 0 10101 10111110 10101 1001010

Color Harmonies of #ADC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5CA

Black with #ADC5CA

Text Example


Text Example

White with #ADC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5CA; }

 p { color: rgb(173,197,202); }

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

background-color css

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

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

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

border-color css

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

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

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