#AEC0BF

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

Shades of Jungle Mist #AEC0BF

Tints of Jungle Mist #AEC0BF

Color information

#AEC0BF (or 0xAEC0BF) is unknown color: approx Jungle Mist. HEX triplet: AE, C0 and BF. RGB value is (174,192,191). Sum of RGB (Red+Green+Blue) = 174+192+191=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0BF is #513F40. Grayscale: #BABABA. Windows color (decimal): -5324609 or 12566702. OLE color: 12566702.

HSL color Cylindrical-coordinate representation of color #AEC0BF: hue angle of 176.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0BF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB174192191-
CMYK0.0900.010.25
HSL176.67º12.5%71.76%-
HSV(B)176.67º9.38%75.29%-
XYZ45.7150.4656.62-
YUV186.5130.54119.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 191 (75% from 255) = 34.29%
R=31.24%
G=34.47%
B=34.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921910.0900.010.25176.6712.571.76
HexAEC0BF90119b1c48
Octal25630027711013126114110
Binary101011101100000010111111100101110011011000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0BF; }

 p { color: rgb(174,192,191); }

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

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

 a { background-color: rgb(174,192,191); }

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

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

 span { border-color: rgb(174,192,191); }

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