#AECCC9

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

Shades of Jungle Mist #AECCC9

Tints of Jungle Mist #AECCC9

Color information

#AECCC9 (or 0xAECCC9) is unknown color: approx Jungle Mist. HEX triplet: AE, CC and C9. RGB value is (174,204,201). Sum of RGB (Red+Green+Blue) = 174+204+201=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC9 is #513336. Grayscale: #C2C2C2. Windows color (decimal): -5321527 or 13225134. OLE color: 13225134.

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

Color convert

RGB174204201-
CMYK0.1500.010.2
HSL174º22.73%74.12%-
HSV(B)174º14.71%80%-
XYZ49.5956.463.53-
YUV194.69131.56113.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=30.05%
G=35.23%
B=34.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742042010.1500.010.217422.7374.12
HexAECCC9F0114ae174a
Octal25631431117012425627112
Binary1010111011001100110010011111011010010101110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCC9; }

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

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

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

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

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

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

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

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