#AABFC0

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

Shades of Jungle Mist #AABFC0

Tints of Jungle Mist #AABFC0

Color information

#AABFC0 (or 0xAABFC0) is unknown color: approx Jungle Mist. HEX triplet: AA, BF and C0. RGB value is (170,191,192). Sum of RGB (Red+Green+Blue) = 170+191+192=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC0 is #55403F. Grayscale: #B8B8B8. Windows color (decimal): -5587008 or 12631978. OLE color: 12631978.

HSL color Cylindrical-coordinate representation of color #AABFC0: hue angle of 182.73º 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 #AABFC0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170191192-
CMYK0.110.0100.25
HSL182.73º14.86%70.98%-
HSV(B)182.73º11.46%75.29%-
XYZ44.7249.6157.09-
YUV184.84132.04117.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=30.74%
G=34.54%
B=34.72%

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
Decimal1701911920.110.0100.25182.7314.8670.98
HexAABFC0B1019b7f47
Octal25227730013103126717107
Binary101010101011111111000000101110110011011011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFC0; }

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

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

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

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

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

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

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

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