#ABCAC6

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

Shades of Jungle Mist #ABCAC6

Tints of Jungle Mist #ABCAC6

Color information

#ABCAC6 (or 0xABCAC6) is unknown color: approx Jungle Mist. HEX triplet: AB, CA and C6. RGB value is (171,202,198). Sum of RGB (Red+Green+Blue) = 171+202+198=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC6 is #543539. Grayscale: #C0C0C0. Windows color (decimal): -5518650 or 13028011. OLE color: 13028011.

HSL color Cylindrical-coordinate representation of color #ABCAC6: hue angle of 172.26º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAC6 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB171202198-
CMYK0.1500.020.21
HSL172.26º22.63%73.14%-
HSV(B)172.26º15.35%79.22%-
XYZ48.1154.9861.5-
YUV192.28131.23112.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=29.95%
G=35.38%
B=34.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021980.1500.020.21172.2622.6373.14
HexABCAC6F0215ac1749
Octal25331230617022525427111
Binary10101011110010101100011011110101010110101100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAC6; }

 p { color: rgb(171,202,198); }

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

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

 a { background-color: rgb(171,202,198); }

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

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

 span { border-color: rgb(171,202,198); }

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