#ABC1C5

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

Shades of Jungle Mist #ABC1C5

Tints of Jungle Mist #ABC1C5

Color information

#ABC1C5 (or 0xABC1C5) is unknown color: approx Jungle Mist. HEX triplet: AB, C1 and C5. RGB value is (171,193,197). Sum of RGB (Red+Green+Blue) = 171+193+197=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABC1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1C5 is #543E3A. Grayscale: #BABABA. Windows color (decimal): -5520955 or 12960171. OLE color: 12960171.

HSL color Cylindrical-coordinate representation of color #ABC1C5: hue angle of 189.23º degrees, saturation: 0.18, 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 #ABC1C5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171193197-
CMYK0.130.0200.23
HSL189.23º18.31%72.16%-
HSV(B)189.23º13.2%77.25%-
XYZ45.9450.8360.21-
YUV186.88133.71116.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=30.48%
G=34.40%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711931970.130.0200.23189.2318.3172.16
HexABC1C5D2017bd1248
Octal25330130515202727522110
Binary10101011110000011100010111011001011110111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1C5; }

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

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

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

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

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

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

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

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