#AAC8CB

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

Shades of Jungle Mist #AAC8CB

Tints of Jungle Mist #AAC8CB

Color information

#AAC8CB (or 0xAAC8CB) is unknown color: approx Jungle Mist. HEX triplet: AA, C8 and CB. RGB value is (170,200,203). Sum of RGB (Red+Green+Blue) = 170+200+203=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8CB is #553734. Grayscale: #BFBFBF. Windows color (decimal): -5584693 or 13355178. OLE color: 13355178.

HSL color Cylindrical-coordinate representation of color #AAC8CB: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC8CB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170200203-
CMYK0.160.0100.20
HSL185.45º24.09%73.14%-
HSV(B)185.45º16.26%79.61%-
XYZ48.0154.1764.42-
YUV191.37134.56112.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=29.67%
G=34.90%
B=35.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702002030.160.0100.20185.4524.0973.14
HexAAC8CB101014b91849
Octal25231031320102427130111
Binary10101010110010001100101110000101010010111001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8CB; }

 p { color: rgb(170,200,203); }

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

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

 a { background-color: rgb(170,200,203); }

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

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

 span { border-color: rgb(170,200,203); }

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