@
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.

#13cc8b hex color - Green - Cool color - Information

#13cc8b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #13cc8b Color code in RGB color code model is created after adding 7.45% red color, 80% green color and 54.51% blue color. Hex #13cc8b Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 32% yellow and 20% black.

Hex #13cc8b color code is between #11bb88 web safe hex color code and #22dd99 web safe hex color code. #11bb88 is the nearest web safe color code. You can see here many more shades of #13cc8b 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 13cc8b #13cc8b
RGB Decimal 19, 204, 139 rgb(19, 204, 139)
RGB Percent 7%, 80%, 55% rgb(7%, 80%, 55%)
CSS RGBa 19, 204, 139,1 rgba(19,204,139,1)
CMYK Model cmyk(91%,0%,32%,20%)
HSL Color Space 159,83% ,44% hsl(159,83% ,44%)
HSV Color Space 159°, 91%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010011 11001100 10001011
Octal 23 314 213
Decimal 19 204 139
Hex 13 cc 8b

Different shades of #13cc8b color code.

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

Light Shade of #13cc8b
#27eba6
Dark Shade of #13cc8b
#0f9d6b
Saturated Shade of #13cc8b
#08d78e
Desaturated Shade of #13cc8b
#1ec188
Grey scale Shade of #13cc8b
#6f6f6f
Brighten Shade
#2ce5a4
Most Readable Shade
#000000

Shades of #13cc8b color code

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

#13cc8b
#10b57b
#0e9e6c
#0c885c
#0a714d
#085a3d
#06442e
#042d1e
#02160f
#000000

Similar Color like #13cc8b color

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

#14cd8c
#15ce8d
#16cf8e
#17d08f
#18d190
#19d291
#1ad392
#1bd493
#1cd594
#1dd695
#1ed796
#1fd897
#20d998
#21da99
#12cb8a
#11ca89
#10c988
#0fc887
#0ec786
#0dc685
#0cc584
#0bc483
#0ac382
#09c281
#08c180
#07c07f
#06bf7e
#05be7d

Monochromatic Color with #13cc8b

#13cc8b
#17f6a8
#032217
#074c34
#0b7751
#0fa16e

Tints of #13cc8b Color

#13cc8b
#2dd197
#47d7a4
#61ddb1
#7be2be
#96e8cb
#b0eed8
#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

#13cc8b
#cc1354

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

Split Complementary

#13cc8b
#cc13b1
#cc2e13

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

Analogous Color

#13cc41
#13cc66
#13cc8b
#13ccb0
#13c3cc

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

#13cc8b
#8b13cc
#cc8b13

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

#13cc8b
#2f13cc
#cc1354
#b0cc13

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

#13cc8b
#cc1354
#cc2e13
#13b1cc

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 #13cc8b 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.

#13cc8b Color Code Preview on Black Background Color

This is how #13cc8b Color will look on black background color. Color contrast ratio is 10.04

#13cc8b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13cc8b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13cc8b

#13cc8b color code is use for CSS Background Color

Background color for the above div is #13cc8b

HTML with inline CSS

<div style="background-color:#13cc8b;"></div>

#13cc8b color code is use for CSS Border Color

CSS Border color for the above div is #13cc8b

HTML with inline CSS

<div style="border:5px solid #13cc8b;"></div>

CSS Border Left color for the above div is #13cc8b

HTML with inline CSS

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

CSS Border Right color for the above div is #13cc8b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13cc8b

HTML with inline CSS

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

CSS Border Top color for the above div is #13cc8b

HTML with inline CSS

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

#13cc8b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13cc8b Color code Preview on White Background

This is how #13cc8b 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 #13cc8b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #13cc8b; }

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(19,204,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,19,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(19,204,139,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.