#AECCCF

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

Shades of Jungle Mist #AECCCF

Tints of Jungle Mist #AECCCF

Color information

#AECCCF (or 0xAECCCF) is unknown color: approx Jungle Mist. HEX triplet: AE, CC and CF. RGB value is (174,204,207). Sum of RGB (Red+Green+Blue) = 174+204+207=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #AECCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCF is #513330. Grayscale: #C3C3C3. Windows color (decimal): -5321521 or 13618350. OLE color: 13618350.

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

Color convert

RGB174204207-
CMYK0.160.0100.19
HSL185.45º25.58%74.71%-
HSV(B)185.45º15.94%81.18%-
XYZ50.3156.6967.32-
YUV195.37134.56112.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=29.74%
G=34.87%
B=35.38%

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
Decimal1742042070.160.0100.19185.4525.5874.71
HexAECCCF101013b91a4b
Octal25631431720102327132113
Binary10101110110011001100111110000101001110111001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCCF; }

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

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

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

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

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

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

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

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