Html Css Color HEX #ADC7CA Jungle Mist

📋 copy color: '#ADC7CA'

red 173 ◦ green 199 ◦ blue 202

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

Shades of Jungle Mist #ADC7CA

Tints of Jungle Mist #ADC7CA

RGB

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

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

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

R = 30.14%
G = 34.67%
B = 35.19%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADC7CA (or 0xADC7CA) is known color: Jungle Mist. HEX triplet: AD, C7 and CA. RGB value is (173,199,202). Sum of RGB (Red+Green+Blue) = 173+199+202=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CA is #523835. Grayscale: #BFBFBF. Windows color (decimal): -5388342 or 13289389. OLE color: 13289389.

HSL color Cylindrical-coordinate representation of color #ADC7CA: hue angle of 186.21º 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 #ADC7CA is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 199 202 -
CMYK 0.14 0.01 0 0.21
HSL 186.21º 0.21% 0.74% -
HSV(B) 186.21º 0.14% 0.79% -
XYZ 48.32 54 63.75 -
YUV 191.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 173 199 202 0.14 0.01 0 0.21 186.21 0.21 0.74
Hex AD C7 CA E 1 0 15 BA 15 4A
Octal 255 307 312 16 1 0 25 272 25 112
Binary 10101101 11000111 11001010 1110 1 0 10101 10111010 10101 1001010

Color Harmonies of #ADC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7CA

Black with #ADC7CA

Text Example


Text Example

White with #ADC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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