#AECED0

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

Shades of Jungle Mist #AECED0

Tints of Jungle Mist #AECED0

Color information

#AECED0 (or 0xAECED0) is unknown color: approx Jungle Mist. HEX triplet: AE, CE and D0. RGB value is (174,206,208). Sum of RGB (Red+Green+Blue) = 174+206+208=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #AECED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED0 is #51312F. Grayscale: #C4C4C4. Windows color (decimal): -5321008 or 13684398. OLE color: 13684398.

HSL color Cylindrical-coordinate representation of color #AECED0: hue angle of 183.53º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECED0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174206208-
CMYK0.160.0100.18
HSL183.53º26.56%74.9%-
HSV(B)183.53º16.35%81.57%-
XYZ50.9157.768.13-
YUV196.66134.4111.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=29.59%
G=35.03%
B=35.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742062080.160.0100.18183.5326.5674.9
HexAECED0101012b81b4b
Octal25631632020102227033113
Binary10101110110011101101000010000101001010111000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECED0; }

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

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

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

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

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

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

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

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