Html Css Color HEX #ADCAC8 Jungle Mist

📋 copy color: '#ADCAC8'

red 173 ◦ green 202 ◦ blue 200

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

Shades of Jungle Mist #ADCAC8

Tints of Jungle Mist #ADCAC8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.13%

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 30.09%
G = 35.13%
B = 34.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#ADCAC8 (or 0xADCAC8) is known color: Jungle Mist. HEX triplet: AD, CA and C8. RGB value is (173,202,200). Sum of RGB (Red+Green+Blue) = 173+202+200=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAC8 is #523537. Grayscale: #C1C1C1. Windows color (decimal): -5387576 or 13159085. OLE color: 13159085.

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

Color convert

RGB 173 202 200 -
CMYK 0.14 0 0.01 0.21
HSL 175.86º 0.21% 0.74% -
HSV(B) 175.86º 0.14% 0.79% -
XYZ 48.78 55.3 62.75 -
YUV 193.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 173 202 200 0.14 0 0.01 0.21 175.86 0.21 0.74
Hex AD CA C8 E 0 1 15 B0 15 4A
Octal 255 312 310 16 0 1 25 260 25 112
Binary 10101101 11001010 11001000 1110 0 1 10101 10110000 10101 1001010

Color Harmonies of #ADCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAC8

Black with #ADCAC8

Text Example


Text Example

White with #ADCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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