Html Css Color HEX #ADCACE Jungle Mist

📋 copy color: '#ADCACE'

red 173 ◦ green 202 ◦ blue 206

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

Shades of Jungle Mist #ADCACE

Tints of Jungle Mist #ADCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 29.78%
G = 34.77%
B = 35.46%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADCACE (or 0xADCACE) is known color: Jungle Mist. HEX triplet: AD, CA and CE. RGB value is (173,202,206). Sum of RGB (Red+Green+Blue) = 173+202+206=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCACE is #523531. Grayscale: #C1C1C1. Windows color (decimal): -5387570 or 13552301. OLE color: 13552301.

HSL color Cylindrical-coordinate representation of color #ADCACE: hue angle of 187.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCACE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 202 206 -
CMYK 0.16 0.02 0 0.19
HSL 187.27º 0.25% 0.74% -
HSV(B) 187.27º 0.16% 0.81% -
XYZ 49.49 55.58 66.51 -
YUV 193.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 173 202 206 0.16 0.02 0 0.19 187.27 0.25 0.74
Hex AD CA CE 10 2 0 13 BB 19 4A
Octal 255 312 316 20 2 0 23 273 31 112
Binary 10101101 11001010 11001110 10000 10 0 10011 10111011 11001 1001010

Color Harmonies of #ADCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCACE

Black with #ADCACE

Text Example


Text Example

White with #ADCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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