#AAC5CB

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

Shades of Jungle Mist #AAC5CB

Tints of Jungle Mist #AAC5CB

Color information

#AAC5CB (or 0xAAC5CB) is unknown color: approx Jungle Mist. HEX triplet: AA, C5 and CB. RGB value is (170,197,203). Sum of RGB (Red+Green+Blue) = 170+197+203=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CB is #553A34. Grayscale: #BDBDBD. Windows color (decimal): -5585461 or 13354410. OLE color: 13354410.

HSL color Cylindrical-coordinate representation of color #AAC5CB: hue angle of 190.91º 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 #AAC5CB is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170197203-
CMYK0.160.0300.20
HSL190.91º24.09%73.14%-
HSV(B)190.91º16.26%79.61%-
XYZ47.3252.7964.2-
YUV189.61135.55114.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=29.82%
G=34.56%
B=35.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701972030.160.0300.20190.9124.0973.14
HexAAC5CB103014bf1849
Octal25230531320302427730111
Binary101010101100010111001011100001101010010111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5CB; }

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

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

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

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

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

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

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

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