Html Css Color HEX #AEC2C1 Jungle Mist

📋 copy color: '#AEC2C1'

red 174 ◦ green 194 ◦ blue 193

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

Shades of Jungle Mist #AEC2C1

Tints of Jungle Mist #AEC2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 31.02%
G = 34.58%
B = 34.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#AEC2C1 (or 0xAEC2C1) is known color: Jungle Mist. HEX triplet: AE, C2 and C1. RGB value is (174,194,193). Sum of RGB (Red+Green+Blue) = 174+194+193=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2C1 is #513D3E. Grayscale: #BBBBBB. Windows color (decimal): -5324095 or 12698286. OLE color: 12698286.

HSL color Cylindrical-coordinate representation of color #AEC2C1: hue angle of 177º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2C1 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 194 193 -
CMYK 0.10 0 0.01 0.24
HSL 177º 0.14% 0.72% -
HSV(B) 177º 0.1% 0.76% -
XYZ 46.37 51.43 57.94 -
YUV 187.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 174 194 193 0.10 0 0.01 0.24 177 0.14 0.72
Hex AE C2 C1 A 0 1 18 B1 E 48
Octal 256 302 301 12 0 1 30 261 16 110
Binary 10101110 11000010 11000001 1010 0 1 11000 10110001 1110 1001000

Color Harmonies of #AEC2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2C1

Black with #AEC2C1

Text Example


Text Example

White with #AEC2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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