Html Css Color HEX #ADC9CA Jungle Mist

📋 copy color: '#ADC9CA'

red 173 ◦ green 201 ◦ blue 202

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

Shades of Jungle Mist #ADC9CA

Tints of Jungle Mist #ADC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.9%

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

R = 30.03%
G = 34.9%
B = 35.07%

CMYK

 C value IS 0.14

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADC9CA (or 0xADC9CA) is known color: Jungle Mist. HEX triplet: AD, C9 and CA. RGB value is (173,201,202). Sum of RGB (Red+Green+Blue) = 173+201+202=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CA is #523635. Grayscale: #C0C0C0. Windows color (decimal): -5387830 or 13289901. OLE color: 13289901.

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

Color convert

RGB 173 201 202 -
CMYK 0.14 0.00 0 0.21
HSL 182.07º 0.21% 0.74% -
HSV(B) 182.07º 0.14% 0.79% -
XYZ 48.78 54.92 63.91 -
YUV 192.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 173 201 202 0.14 0.00 0 0.21 182.07 0.21 0.74
Hex AD C9 CA E 0 0 15 B6 15 4A
Octal 255 311 312 16 0 0 25 266 25 112
Binary 10101101 11001001 11001010 1110 0 0 10101 10110110 10101 1001010

Color Harmonies of #ADC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9CA

Black with #ADC9CA

Text Example


Text Example

White with #ADC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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