#AECACE

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

Shades of Jungle Mist #AECACE

Tints of Jungle Mist #AECACE

Color information

#AECACE (or 0xAECACE) is unknown color: approx Jungle Mist. HEX triplet: AE, CA and CE. RGB value is (174,202,206). Sum of RGB (Red+Green+Blue) = 174+202+206=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #AECACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECACE is #513531. Grayscale: #C2C2C2. Windows color (decimal): -5322034 or 13552302. OLE color: 13552302.

HSL color Cylindrical-coordinate representation of color #AECACE: hue angle of 187.5º 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 #AECACE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174202206-
CMYK0.160.0200.19
HSL187.5º24.62%74.51%-
HSV(B)187.5º15.53%80.78%-
XYZ49.7255.766.52-
YUV194.08134.72113.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=29.90%
G=34.71%
B=35.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742022060.160.0200.19187.524.6274.51
HexAECACE102013bc194b
Octal25631231620202327431113
Binary101011101100101011001110100001001001110111100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECACE; }

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

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

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

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

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

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

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

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