#AECACC

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

Shades of Jungle Mist #AECACC

Tints of Jungle Mist #AECACC

Color information

#AECACC (or 0xAECACC) is unknown color: approx Jungle Mist. HEX triplet: AE, CA and CC. RGB value is (174,202,204). Sum of RGB (Red+Green+Blue) = 174+202+204=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #AECACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACC is #513533. Grayscale: #C1C1C1. Windows color (decimal): -5322036 or 13421230. OLE color: 13421230.

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

Color convert

RGB174202204-
CMYK0.150.0100.2
HSL184º22.73%74.12%-
HSV(B)184º14.71%80%-
XYZ49.4855.665.25-
YUV193.86133.72113.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=30%
G=34.83%
B=35.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742022040.150.0100.218422.7374.12
HexAECACCF1014b8174a
Octal25631231417102427027112
Binary1010111011001010110011001111101010010111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECACC; }

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

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

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

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

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

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

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

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