#ABC2C4

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

Shades of Jungle Mist #ABC2C4

Tints of Jungle Mist #ABC2C4

Color information

#ABC2C4 (or 0xABC2C4) is unknown color: approx Jungle Mist. HEX triplet: AB, C2 and C4. RGB value is (171,194,196). Sum of RGB (Red+Green+Blue) = 171+194+196=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABC2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C4 is #543D3B. Grayscale: #BBBBBB. Windows color (decimal): -5520700 or 12894891. OLE color: 12894891.

HSL color Cylindrical-coordinate representation of color #ABC2C4: hue angle of 184.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC2C4 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171194196-
CMYK0.130.0100.23
HSL184.8º17.48%71.96%-
HSV(B)184.8º12.76%76.86%-
XYZ46.0551.2359.69-
YUV187.35132.88116.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=30.48%
G=34.58%
B=34.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711941960.130.0100.23184.817.4871.96
HexABC2C4D1017b91148
Octal25330230415102727121110
Binary1010101111000010110001001101101011110111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2C4; }

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

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

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

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

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

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

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

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