#AECDCE

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

Shades of Jungle Mist #AECDCE

Tints of Jungle Mist #AECDCE

Color information

#AECDCE (or 0xAECDCE) is unknown color: approx Jungle Mist. HEX triplet: AE, CD and CE. RGB value is (174,205,206). Sum of RGB (Red+Green+Blue) = 174+205+206=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #AECDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDCE is #513231. Grayscale: #C3C3C3. Windows color (decimal): -5321266 or 13553070. OLE color: 13553070.

HSL color Cylindrical-coordinate representation of color #AECDCE: hue angle of 181.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECDCE is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174205206-
CMYK0.160.0000.19
HSL181.88º24.62%74.51%-
HSV(B)181.88º15.53%80.78%-
XYZ50.4357.1266.76-
YUV195.84133.73112.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=29.74%
G=35.04%
B=35.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742052060.160.0000.19181.8824.6274.51
HexAECDCE100013b6194b
Octal25631531620002326631113
Binary10101110110011011100111010000001001110110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDCE; }

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

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

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

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

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

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

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

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