#AECCCB

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

Shades of Jungle Mist #AECCCB

Tints of Jungle Mist #AECCCB

Color information

#AECCCB (or 0xAECCCB) is unknown color: approx Jungle Mist. HEX triplet: AE, CC and CB. RGB value is (174,204,203). Sum of RGB (Red+Green+Blue) = 174+204+203=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCB is #513334. Grayscale: #C2C2C2. Windows color (decimal): -5321525 or 13356206. OLE color: 13356206.

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

Color convert

RGB174204203-
CMYK0.1500.000.2
HSL178º22.73%74.12%-
HSV(B)178º14.71%80%-
XYZ49.8356.564.78-
YUV194.92132.56113.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=29.95%
G=35.11%
B=34.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742042030.1500.000.217822.7374.12
HexAECCCBF0014b2174a
Octal25631431317002426227112
Binary1010111011001100110010111111001010010110010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCCB; }

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

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

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

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

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

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

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

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