Html Css Color HEX #AEC2C4 Jungle Mist

📋 copy color: '#AEC2C4'

red 174 ◦ green 194 ◦ blue 196

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

Shades of Jungle Mist #AEC2C4

Tints of Jungle Mist #AEC2C4

RGB

 RED value IS 174 (68.36% from 255) = 30.85%

 GREEN value IS 194 (76.17% from 255) = 34.4%

 BLUE value IS 196 (76.95% from 255) = 34.75%

R = 30.85%
G = 34.4%
B = 34.75%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AEC2C4 (or 0xAEC2C4) is known color: Jungle Mist. HEX triplet: AE, C2 and C4. RGB value is (174,194,196). Sum of RGB (Red+Green+Blue) = 174+194+196=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEC2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2C4 is #513D3B. Grayscale: #BCBCBC. Windows color (decimal): -5324092 or 12894894. OLE color: 12894894.

HSL color Cylindrical-coordinate representation of color #AEC2C4: hue angle of 185.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC2C4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 194 196 -
CMYK 0.11 0.01 0 0.23
HSL 185.45º 0.16% 0.73% -
HSV(B) 185.45º 0.11% 0.77% -
XYZ 46.71 51.57 59.72 -
YUV 188.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 174 194 196 0.11 0.01 0 0.23 185.45 0.16 0.73
Hex AE C2 C4 B 1 0 17 B9 10 49
Octal 256 302 304 13 1 0 27 271 20 111
Binary 10101110 11000010 11000100 1011 1 0 10111 10111001 10000 1001001

Color Harmonies of #AEC2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2C4

Black with #AEC2C4

Text Example


Text Example

White with #AEC2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2C4; }

 p { color: rgb(174,194,196); }

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

background-color css

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

 a { background-color: rgb(174,194,196); }

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

border-color css

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

 span { border-color: rgb(174,194,196); }

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