#AEC5C9

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

Shades of Jungle Mist #AEC5C9

Tints of Jungle Mist #AEC5C9

Color information

#AEC5C9 (or 0xAEC5C9) is unknown color: approx Jungle Mist. HEX triplet: AE, C5 and C9. RGB value is (174,197,201). Sum of RGB (Red+Green+Blue) = 174+197+201=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEC5C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5C9 is #513A36. Grayscale: #BEBEBE. Windows color (decimal): -5323319 or 13223342. OLE color: 13223342.

HSL color Cylindrical-coordinate representation of color #AEC5C9: hue angle of 188.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC5C9 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174197201-
CMYK0.130.0200.21
HSL188.89º20%73.53%-
HSV(B)188.89º13.43%78.82%-
XYZ47.9653.1562.99-
YUV190.58133.88116.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 201 (78.91% from 255) = 35.14%
R=30.42%
G=34.44%
B=35.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741972010.130.0200.21188.892073.53
HexAEC5C9D2015bd144a
Octal25630531115202527524112
Binary10101110110001011100100111011001010110111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5C9; }

 p { color: rgb(174,197,201); }

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

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

 a { background-color: rgb(174,197,201); }

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

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

 span { border-color: rgb(174,197,201); }

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