#AEC7CA

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

Shades of Jungle Mist #AEC7CA

Tints of Jungle Mist #AEC7CA

Color information

#AEC7CA (or 0xAEC7CA) is unknown color: approx Jungle Mist. HEX triplet: AE, C7 and CA. RGB value is (174,199,202). Sum of RGB (Red+Green+Blue) = 174+199+202=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEC7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7CA is #513835. Grayscale: #BFBFBF. Windows color (decimal): -5322806 or 13289390. OLE color: 13289390.

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

Color convert

RGB174199202-
CMYK0.140.0100.21
HSL186.43º20.9%73.73%-
HSV(B)186.43º13.86%79.22%-
XYZ48.5454.1163.76-
YUV191.87133.72115.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=30.26%
G=34.61%
B=35.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741992020.140.0100.21186.4320.973.73
HexAEC7CAE1015ba154a
Octal25630731216102527225112
Binary1010111011000111110010101110101010110111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7CA; }

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

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

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

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

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

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

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

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