Html Css Color HEX #ADCACD Jungle Mist

📋 copy color: '#ADCACD'

red 173 ◦ green 202 ◦ blue 205

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

Shades of Jungle Mist #ADCACD

Tints of Jungle Mist #ADCACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 29.83%
G = 34.83%
B = 35.34%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADCACD (or 0xADCACD) is known color: Jungle Mist. HEX triplet: AD, CA and CD. RGB value is (173,202,205). Sum of RGB (Red+Green+Blue) = 173+202+205=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACD is #523532. Grayscale: #C1C1C1. Windows color (decimal): -5387571 or 13486765. OLE color: 13486765.

HSL color Cylindrical-coordinate representation of color #ADCACD: hue angle of 185.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCACD is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 202 205 -
CMYK 0.16 0.01 0 0.20
HSL 185.63º 0.24% 0.74% -
HSV(B) 185.63º 0.16% 0.8% -
XYZ 49.37 55.53 65.87 -
YUV 193.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 173 202 205 0.16 0.01 0 0.20 185.63 0.24 0.74
Hex AD CA CD 10 1 0 14 BA 18 4A
Octal 255 312 315 20 1 0 24 272 30 112
Binary 10101101 11001010 11001101 10000 1 0 10100 10111010 11000 1001010

Color Harmonies of #ADCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCACD

Black with #ADCACD

Text Example


Text Example

White with #ADCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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