#AECCCE

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

Shades of Jungle Mist #AECCCE

Tints of Jungle Mist #AECCCE

Color information

#AECCCE (or 0xAECCCE) is unknown color: approx Jungle Mist. HEX triplet: AE, CC and CE. RGB value is (174,204,206). Sum of RGB (Red+Green+Blue) = 174+204+206=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #AECCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCE is #513331. Grayscale: #C3C3C3. Windows color (decimal): -5321522 or 13552814. OLE color: 13552814.

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

Color convert

RGB174204206-
CMYK0.160.0100.19
HSL183.75º24.62%74.51%-
HSV(B)183.75º15.53%80.78%-
XYZ50.1956.6466.68-
YUV195.26134.06112.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=29.79%
G=34.93%
B=35.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742042060.160.0100.19183.7524.6274.51
HexAECCCE101013b8194b
Octal25631431620102327031113
Binary10101110110011001100111010000101001110111000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCCE; }

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

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

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

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

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

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

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

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