#AEC5CA

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

Shades of Jungle Mist #AEC5CA

Tints of Jungle Mist #AEC5CA

Color information

#AEC5CA (or 0xAEC5CA) is unknown color: approx Jungle Mist. HEX triplet: AE, C5 and CA. RGB value is (174,197,202). Sum of RGB (Red+Green+Blue) = 174+197+202=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5CA is #513A35. Grayscale: #BEBEBE. Windows color (decimal): -5323318 or 13288878. OLE color: 13288878.

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

Color convert

RGB174197202-
CMYK0.140.0200.21
HSL190.71º20.9%73.73%-
HSV(B)190.71º13.86%79.22%-
XYZ48.0853.263.61-
YUV190.69134.38116.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=30.37%
G=34.38%
B=35.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741972020.140.0200.21190.7120.973.73
HexAEC5CAE2015bf154a
Octal25630531216202527725112
Binary10101110110001011100101011101001010110111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5CA; }

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

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

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

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

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

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

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

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