#AABEC0

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

Shades of Jungle Mist #AABEC0

Tints of Jungle Mist #AABEC0

Color information

#AABEC0 (or 0xAABEC0) is unknown color: approx Jungle Mist. HEX triplet: AA, BE and C0. RGB value is (170,190,192). Sum of RGB (Red+Green+Blue) = 170+190+192=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC0 is #55413F. Grayscale: #B8B8B8. Windows color (decimal): -5587264 or 12631722. OLE color: 12631722.

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

Color convert

RGB170190192-
CMYK0.110.0100.25
HSL185.45º14.86%70.98%-
HSV(B)185.45º11.46%75.29%-
XYZ44.5149.1857.02-
YUV184.25132.37117.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=30.80%
G=34.42%
B=34.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901920.110.0100.25185.4514.8670.98
HexAABEC0B1019b9f47
Octal25227630013103127117107
Binary101010101011111011000000101110110011011100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEC0; }

 p { color: rgb(170,190,192); }

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

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

 a { background-color: rgb(170,190,192); }

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

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

 span { border-color: rgb(170,190,192); }

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