#ABC2C0

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

Shades of Jungle Mist #ABC2C0

Tints of Jungle Mist #ABC2C0

Color information

#ABC2C0 (or 0xABC2C0) is unknown color: approx Jungle Mist. HEX triplet: AB, C2 and C0. RGB value is (171,194,192). Sum of RGB (Red+Green+Blue) = 171+194+192=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C0 is #543D3F. Grayscale: #BABABA. Windows color (decimal): -5520704 or 12632747. OLE color: 12632747.

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

Color convert

RGB171194192-
CMYK0.1200.010.24
HSL174.78º15.86%71.57%-
HSV(B)174.78º11.86%76.08%-
XYZ45.651.0557.32-
YUV186.9130.88116.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=30.70%
G=34.83%
B=34.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941920.1200.010.24174.7815.8671.57
HexABC2C0C0118af1048
Octal25330230014013025720110
Binary1010101111000010110000001100011100010101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2C0; }

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

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

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

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

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

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

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

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