#AECDCC

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

Shades of Jungle Mist #AECDCC

Tints of Jungle Mist #AECDCC

Color information

#AECDCC (or 0xAECDCC) is unknown color: approx Jungle Mist. HEX triplet: AE, CD and CC. RGB value is (174,205,204). Sum of RGB (Red+Green+Blue) = 174+205+204=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDCC is #513233. Grayscale: #C3C3C3. Windows color (decimal): -5321268 or 13421998. OLE color: 13421998.

HSL color Cylindrical-coordinate representation of color #AECDCC: hue angle of 178.06º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDCC is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB174205204-
CMYK0.1500.000.20
HSL178.06º23.66%74.31%-
HSV(B)178.06º15.12%80.39%-
XYZ50.1957.0265.49-
YUV195.62132.73112.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=29.85%
G=35.16%
B=34.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742052040.1500.000.20178.0623.6674.31
HexAECDCCF0014b2184a
Octal25631531417002426230112
Binary1010111011001101110011001111001010010110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDCC; }

 p { color: rgb(174,205,204); }

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

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

 a { background-color: rgb(174,205,204); }

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

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

 span { border-color: rgb(174,205,204); }

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