#ABC0C1

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

Shades of Jungle Mist #ABC0C1

Tints of Jungle Mist #ABC0C1

Color information

#ABC0C1 (or 0xABC0C1) is unknown color: approx Jungle Mist. HEX triplet: AB, C0 and C1. RGB value is (171,192,193). Sum of RGB (Red+Green+Blue) = 171+192+193=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABC0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0C1 is #543F3E. Grayscale: #B9B9B9. Windows color (decimal): -5521215 or 12697771. OLE color: 12697771.

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

Color convert

RGB171192193-
CMYK0.110.0100.24
HSL182.73º15.07%71.37%-
HSV(B)182.73º11.4%75.69%-
XYZ45.2750.2157.76-
YUV185.84132.04117.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=30.76%
G=34.53%
B=34.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711921930.110.0100.24182.7315.0771.37
HexABC0C1B1018b7f47
Octal25330030113103026717107
Binary101010111100000011000001101110110001011011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0C1; }

 p { color: rgb(171,192,193); }

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

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

 a { background-color: rgb(171,192,193); }

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

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

 span { border-color: rgb(171,192,193); }

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