#AEC0C2

Color #AEC0C2 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AEC0C2

Tints of Jungle Mist #AEC0C2

Color information

#AEC0C2 (or 0xAEC0C2) is unknown color: approx Jungle Mist. HEX triplet: AE, C0 and C2. RGB value is (174,192,194). Sum of RGB (Red+Green+Blue) = 174+192+194=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEC0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0C2 is #513F3D. Grayscale: #BABABA. Windows color (decimal): -5324606 or 12763310. OLE color: 12763310.

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

Color convert

RGB174192194-
CMYK0.100.0100.24
HSL186º14.08%72.16%-
HSV(B)186º10.31%76.08%-
XYZ46.0450.5958.38-
YUV186.85132.04118.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=31.07%
G=34.29%
B=34.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741921940.100.0100.2418614.0872.16
HexAEC0C2A1018bae48
Octal25630030212103027216110
Binary101011101100000011000010101010110001011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0C2; }

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

 H1.HeaderClassName
 {
   color: #AEC0C2;
 }
 .AnyTagClassName
 {
   color: #AEC0C2;
 }
</style>
background-color css

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

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

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

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

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

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