#AAC1BF

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

Shades of Jungle Mist #AAC1BF

Tints of Jungle Mist #AAC1BF

Color information

#AAC1BF (or 0xAAC1BF) is unknown color: approx Jungle Mist. HEX triplet: AA, C1 and BF. RGB value is (170,193,191). Sum of RGB (Red+Green+Blue) = 170+193+191=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BF is #553E40. Grayscale: #B9B9B9. Windows color (decimal): -5586497 or 12566954. OLE color: 12566954.

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

Color convert

RGB170193191-
CMYK0.1200.010.24
HSL174.78º15.65%71.18%-
HSV(B)174.78º11.92%75.69%-
XYZ45.0550.4556.65-
YUV185.9130.88116.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 191 (75% from 255) = 34.48%
R=30.69%
G=34.84%
B=34.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931910.1200.010.24174.7815.6571.18
HexAAC1BFC0118af1047
Octal25230127714013025720107
Binary1010101011000001101111111100011100010101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1BF; }

 p { color: rgb(170,193,191); }

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

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

 a { background-color: rgb(170,193,191); }

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

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

 span { border-color: rgb(170,193,191); }

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