#AECDCB

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

Shades of Jungle Mist #AECDCB

Tints of Jungle Mist #AECDCB

Color information

#AECDCB (or 0xAECDCB) is unknown color: approx Jungle Mist. HEX triplet: AE, CD and CB. RGB value is (174,205,203). Sum of RGB (Red+Green+Blue) = 174+205+203=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDCB is #513234. Grayscale: #C3C3C3. Windows color (decimal): -5321269 or 13356462. OLE color: 13356462.

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

Color convert

RGB174205203-
CMYK0.1500.010.20
HSL176.13º23.66%74.31%-
HSV(B)176.13º15.12%80.39%-
XYZ50.0756.9764.86-
YUV195.5132.23112.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=29.90%
G=35.22%
B=34.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742052030.1500.010.20176.1323.6674.31
HexAECDCBF0114b0184a
Octal25631531317012426030112
Binary1010111011001101110010111111011010010110000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDCB; }

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

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

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

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

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

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

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

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