#AEC8CC

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

Shades of Jungle Mist #AEC8CC

Tints of Jungle Mist #AEC8CC

Color information

#AEC8CC (or 0xAEC8CC) is unknown color: approx Jungle Mist. HEX triplet: AE, C8 and CC. RGB value is (174,200,204). Sum of RGB (Red+Green+Blue) = 174+200+204=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8CC is #513733. Grayscale: #C0C0C0. Windows color (decimal): -5322548 or 13420718. OLE color: 13420718.

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

Color convert

RGB174200204-
CMYK0.150.0200.2
HSL188º22.73%74.12%-
HSV(B)188º14.71%80%-
XYZ49.0154.6765.1-
YUV192.68134.39114.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=30.10%
G=34.60%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742002040.150.0200.218822.7374.12
HexAEC8CCF2014bc174a
Octal25631031417202427427112
Binary10101110110010001100110011111001010010111100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8CC; }

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

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

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

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

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

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

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

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