@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#11cc8c hex color - Green - Cool color - Information

#11cc8c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #11cc8c Color code in RGB color code model is created after adding 6.67% red color, 80% green color and 54.9% blue color. Hex #11cc8c Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 0% magenta, 31% yellow and 20% black.

Hex #11cc8c color code is between #00bb88 web safe hex color code and #00dd99 web safe hex color code. #00bb88 is the nearest web safe color code. You can see here many more shades of #11cc8c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 11cc8c #11cc8c
RGB Decimal 17, 204, 140 rgb(17, 204, 140)
RGB Percent 7%, 80%, 55% rgb(7%, 80%, 55%)
CSS RGBa 17, 204, 140,1 rgba(17,204,140,1)
CMYK Model cmyk(92%,0%,31%,20%)
HSL Color Space 159,85% ,43% hsl(159,85% ,43%)
HSV Color Space 159°, 92%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 11001100 10001100
Octal 21 314 214
Decimal 17 204 140
Hex 11 cc 8c

Different shades of #11cc8c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #11cc8c
#23eda8
Dark Shade of #11cc8c
#0d9d6c
Saturated Shade of #11cc8c
#06d78f
Desaturated Shade of #11cc8c
#1cc189
Grey scale Shade of #11cc8c
#6e6e6e
Brighten Shade
#2ae5a5
Most Readable Shade
#000000

Shades of #11cc8c color code

Generate more color scales with scales (color stack) generator.

#11cc8c
#0fb57c
#0d9e6c
#0b885d
#09714d
#075a3e
#05442e
#032d1f
#01160f
#000000

Similar Color like #11cc8c color

Find visually similar hex color codes nearing to #11cc8c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#12cd8d
#13ce8e
#14cf8f
#15d090
#16d191
#17d292
#18d393
#19d494
#1ad595
#1bd696
#1cd797
#1dd898
#1ed999
#1fda9a
#10cb8b
#0fca8a
#0ec989
#0dc888
#0cc787
#0bc686
#0ac585
#09c484
#08c383
#07c282
#06c181
#05c080
#04bf7f
#03be7e

Monochromatic Color with #11cc8c

#11cc8c
#15f6a9
#032217
#064c34
#0a7752
#0da16f

Tints of #11cc8c Color

#11cc8c
#2bd198
#45d7a5
#60ddb2
#7ae2bf
#95e8cb
#afeed8
#caf3e5
#e4f9f2
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#11cc8c
#cc1151

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#11cc8c
#cc11ae
#cc2f11

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#11cc41
#11cc67
#11cc8c
#11ccb1
#11c1cc

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#11cc8c
#8c11cc
#cc8c11

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#11cc8c
#2f11cc
#cc1151
#aecc11

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#11cc8c
#cc1151
#cc2f11
#11aecc

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #11cc8c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#11cc8c Color Code Preview on Black Background Color

This is how #11cc8c Color will look on black background color. Color contrast ratio is 10.04

#11cc8c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#11cc8c">Your Example Paragraph content text in with font color #11cc8c </p>

Your Example Paragraph content text in with font color #11cc8c

HTML with inline CSS

<div style="color:#11cc8c">Your Paragraph text in with font color #11cc8c </div>

Your Example Paragraph content text in with font color #11cc8c

#11cc8c color code is use for CSS Background Color

Background color for the above div is #11cc8c

HTML with inline CSS

<div style="background-color:#11cc8c;"></div>

#11cc8c color code is use for CSS Border Color

CSS Border color for the above div is #11cc8c

HTML with inline CSS

<div style="border:5px solid #11cc8c;"></div>

CSS Border Left color for the above div is #11cc8c

HTML with inline CSS

<div style="border-left:5px solid #11cc8c;"></div>

CSS Border Right color for the above div is #11cc8c

HTML with inline CSS

<div style="border-right:5px solid #11cc8c;"></div>

CSS Border Bottom color for the above div is #11cc8c

HTML with inline CSS

<div style="border-bottom:5px solid #11cc8c;"></div>

CSS Border Top color for the above div is #11cc8c

HTML with inline CSS

<div style="border-top:5px solid #11cc8c;"></div>

#11cc8c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#11cc8c; } .examplecolorclass {color:#11cc8c; } .examplebordercolor {border:3px solid #11cc8c; }

#11cc8c Color code Preview on White Background

This is how #11cc8c Color code will look on white background color. Color contrast ratio is 2.09

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #11cc8c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #11cc8c; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(17,204,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,17,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,204,140,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.