#ABC2C6

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

Shades of Jungle Mist #ABC2C6

Tints of Jungle Mist #ABC2C6

Color information

#ABC2C6 (or 0xABC2C6) is unknown color: approx Jungle Mist. HEX triplet: AB, C2 and C6. RGB value is (171,194,198). Sum of RGB (Red+Green+Blue) = 171+194+198=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABC2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C6 is #543D39. Grayscale: #BBBBBB. Windows color (decimal): -5520698 or 13025963. OLE color: 13025963.

HSL color Cylindrical-coordinate representation of color #ABC2C6: hue angle of 188.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC2C6 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171194198-
CMYK0.140.0200.22
HSL188.89º19.15%72.35%-
HSV(B)188.89º13.64%77.65%-
XYZ46.2851.3260.89-
YUV187.58133.88116.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=30.37%
G=34.46%
B=35.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711941980.140.0200.22188.8919.1572.35
HexABC2C6E2016bd1348
Octal25330230616202627523110
Binary10101011110000101100011011101001011010111101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2C6; }

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

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

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

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

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

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

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

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