Skip to main content Skip to docs navigation

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

On this page
@
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.

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #13be6b Color code in RGB color code model is created after adding 7.45% red color, 74.51% green color and 41.96% blue color. Hex #13be6b Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 0% magenta, 44% yellow and 25.49% black.

Hex #13be6b color code is between #11bb66 web safe hex color code and #22cc77 web safe hex color code. #11bb66 is the nearest web safe color code. You can see here many more shades of #13be6b 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 13be6b #13be6b
RGB Decimal 19, 190, 107 rgb(19, 190, 107)
RGB Percent 7%, 75%, 42% rgb(7%, 75%, 42%)
CSS RGBa 19, 190, 107,1 rgba(19,190,107,1)
CMYK Model cmyk(90%,0%,44%,25.49%)
HSL Color Space 151,82% ,41% hsl(151,82% ,41%)
HSV Color Space 151°, 90%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010011 10111110 01101011
Octal 23 276 153
Decimal 19 190 107
Hex 13 be 6b

Different shades of #13be6b color code.

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

Light Shade of #13be6b
#1ce885
Dark Shade of #13be6b
#0e9051
Saturated Shade of #13be6b
#09c86b
Desaturated Shade of #13be6b
#1db46b
Grey scale Shade of #13be6b
#686868
Brighten Shade
#2cd784
Most Readable Shade
#000000

Shades of #13be6b color code

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

#13be6b
#10a85f
#0e9353
#0c7e47
#0a693b
#08542f
#063f23
#042a17
#02150b
#000000

Similar Color like #13be6b color

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

#14bf6c
#15c06d
#16c16e
#17c26f
#18c370
#19c471
#1ac572
#1bc673
#1cc774
#1dc875
#1ec976
#1fca77
#20cb78
#21cc79
#12bd6a
#11bc69
#10bb68
#0fba67
#0eb966
#0db865
#0cb764
#0bb663
#0ab562
#09b461
#08b360
#07b25f
#06b15e
#05b05d

Monochromatic Color with #13be6b

#13be6b
#17e883
#02140b
#063e23
#0a693b
#0f9353

Tints of #13be6b Color

#13be6b
#2dc57b
#47cc8b
#61d39c
#7bdaac
#96e2bd
#b0e9cd
#caf0de
#e4f7ee
#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

#13be6b
#be1366

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

Split Complementary

#13be6b
#be13bc
#be1513

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

Analogous Color

#13be27
#13be49
#13be6b
#13be8d
#13beaf

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

#13be6b
#6b13be
#be6b13

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

#13be6b
#1613be
#be1366
#bbbe13

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

#13be6b
#be1366
#be1513
#13bcbe

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

#13be6b Color Code Preview on Black Background Color

This is how #13be6b Color will look on black background color. Color contrast ratio is 8.61

#13be6b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#13be6b color code is use for CSS Background Color

Background color for the above div is #13be6b

HTML with inline CSS

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

#13be6b color code is use for CSS Border Color

CSS Border color for the above div is #13be6b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#13be6b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13be6b Color code Preview on White Background

This is how #13be6b Color code will look on white background color. Color contrast ratio is 2.44

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

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,190,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,19,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(19,190,107,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.