#AEC7C6

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

Shades of Jungle Mist #AEC7C6

Tints of Jungle Mist #AEC7C6

Color information

#AEC7C6 (or 0xAEC7C6) is unknown color: approx Jungle Mist. HEX triplet: AE, C7 and C6. RGB value is (174,199,198). Sum of RGB (Red+Green+Blue) = 174+199+198=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7C6 is #513839. Grayscale: #BFBFBF. Windows color (decimal): -5322810 or 13027246. OLE color: 13027246.

HSL color Cylindrical-coordinate representation of color #AEC7C6: hue angle of 177.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEC7C6 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB174199198-
CMYK0.1300.010.22
HSL177.6º18.25%73.14%-
HSV(B)177.6º12.56%78.04%-
XYZ48.0753.9261.3-
YUV191.41131.72115.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=30.47%
G=34.85%
B=34.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991980.1300.010.22177.618.2573.14
HexAEC7C6D0116b21249
Octal25630730615012626222111
Binary1010111011000111110001101101011011010110010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7C6; }

 p { color: rgb(174,199,198); }

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

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

 a { background-color: rgb(174,199,198); }

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

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

 span { border-color: rgb(174,199,198); }

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