crispedge.com

Color picker

Loading...

#81c29e hex color - Green - Cool color - Information

#81c29e hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #81c29e Color code in RGB color code model is created after adding 50.59% red color, 76.08% green color and 61.96% blue color. Hex #81c29e Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 0% magenta, 19% yellow and 24% black.

Hex #81c29e color code is between #88bb99 web safe hex color code and #77ccaa web safe hex color code. #88bb99 is the nearest web safe color code. You can see here many more shades of #81c29e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code81c29e#81c29e
RGB Decimal129, 194, 158rgb(129, 194, 158)
RGB Percent51%, 76%, 62%rgb(51%, 76%, 62%)
CSS RGBa129, 194, 158,1rgba(129,194,158,1)
CMYK Modelcmyk(34%,0%,19%,24%)
HSL Color Space147,35% ,63%hsl(147,35% ,63%)
HSV Color Space147°, 34%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000011100001010011110
Octal201302236
Decimal129194158
Hex81c29e

Different shades of #81c29e color code.

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

Light Shade of #81c29e
#a3d3b8
Dark Shade of #81c29e
#5fb184
Saturated Shade of #81c29e
#78cb9d
Desaturated Shade of #81c29e
#8ab99f
Grey scale Shade of #81c29e
#a1a1a1
Brighten Shade
#9adbb7
Most Readable Shade
#000000

Shades of #81c29e color code

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

#81c29e
#72ac8c
#64967a
#568169
#476b57
#395646
#2b4034
#1c2b23
#0e1511
#000000

Similar Color like #81c29e color

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

#82c39f
#83c4a0
#84c5a1
#85c6a2
#86c7a3
#87c8a4
#88c9a5
#89caa6
#8acba7
#8bcca8
#8ccda9
#8dceaa
#8ecfab
#8fd0ac
#80c19d
#7fc09c
#7ebf9b
#7dbe9a
#7cbd99
#7bbc98
#7abb97
#79ba96
#78b995
#77b894
#76b793
#75b692
#74b591
#73b490

Monochromatic Color with #81c29e

#81c29e
#9decc1
#101814
#2c4236
#486d59
#65977b

Tints of #81c29e Color

#81c29e
#8fc8a8
#9dcfb3
#abd6be
#b9ddc9
#c7e3d3
#d5eade
#e3f1e9
#f1f8f4
#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

#81c29e
#c281a5

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

Split Complementary

#81c29e
#bf81c2
#c28185

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

Analogous Color

#81c284
#81c291
#81c29e
#81c2ab
#81c2b8

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

#81c29e
#9e81c2
#c29e81

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

#81c29e
#8184c2
#c281a5
#c2be81

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

#81c29e
#c281a5
#c28185
#81c2be

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 #81c29e 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.

#81c29e Color Code Preview on Black Background Color

This is how #81c29e Color will look on black background color. Color contrast ratio is 10.14

#81c29e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #81c29e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #81c29e

#81c29e color code is use for CSS Background Color

Background color for the above div is #81c29e

HTML with inline CSS

<div style="background-color:#81c29e;"></div>

#81c29e color code is use for CSS Border Color

CSS Border color for the above div is #81c29e

HTML with inline CSS

<div style="border:5px solid #81c29e;"></div>

CSS Border Left color for the above div is #81c29e

HTML with inline CSS

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

CSS Border Right color for the above div is #81c29e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #81c29e

HTML with inline CSS

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

CSS Border Top color for the above div is #81c29e

HTML with inline CSS

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

#81c29e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#81c29e Color code Preview on White Background

This is how #81c29e Color code will look on white background color. Color contrast ratio is 2.07

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

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(129,194,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(194,129,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(129,194,158,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.