#AEC0C3

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

Shades of Jungle Mist #AEC0C3

Tints of Jungle Mist #AEC0C3

Color information

#AEC0C3 (or 0xAEC0C3) is unknown color: approx Jungle Mist. HEX triplet: AE, C0 and C3. RGB value is (174,192,195). Sum of RGB (Red+Green+Blue) = 174+192+195=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #AEC0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0C3 is #513F3C. Grayscale: #BABABA. Windows color (decimal): -5324605 or 12828846. OLE color: 12828846.

HSL color Cylindrical-coordinate representation of color #AEC0C3: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC0C3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174192195-
CMYK0.110.0200.24
HSL188.57º14.89%72.35%-
HSV(B)188.57º10.77%76.47%-
XYZ46.1650.6458.97-
YUV186.96132.54118.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 195 (76.56% from 255) = 34.76%
R=31.02%
G=34.22%
B=34.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741921950.110.0200.24188.5714.8972.35
HexAEC0C3B2018bdf48
Octal25630030313203027517110
Binary1010111011000000110000111011100110001011110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0C3; }

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

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

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

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

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

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

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

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