crispedge.com

Color picker

Loading...

#3aa07d hex color - Green - Cool color - Information

#3aa07d hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #3aa07d Color code in RGB color code model is created after adding 22.75% red color, 62.75% green color and 49.02% blue color. Hex #3aa07d Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 0% magenta, 22% yellow and 37% black.

Hex #3aa07d color code is between #339977 web safe hex color code and #44aa88 web safe hex color code. #339977 is the nearest web safe color code. You can see here many more shades of #3aa07d 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 3aa07d #3aa07d
RGB Decimal 58, 160, 125 rgb(58, 160, 125)
RGB Percent 23%, 63%, 49% rgb(23%, 63%, 49%)
CSS RGBa 58, 160, 125,1 rgba(58,160,125,1)
CMYK Model cmyk(64%,0%,22%,37%)
HSL Color Space 159,47% ,43% hsl(159,47% ,43%)
HSV Color Space 159°, 64%, 63%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111010 10100000 01111101
Octal 72 240 175
Decimal 58 160 125
Hex 3a a0 7d

Different shades of #3aa07d color code.

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

Light Shade of #3aa07d
#4ebf98
Dark Shade of #3aa07d
#2c7b60
Saturated Shade of #3aa07d
#2fab80
Desaturated Shade of #3aa07d
#45957a
Grey scale Shade of #3aa07d
#6d6d6d
Brighten Shade
#53b996
Most Readable Shade
#000000

Shades of #3aa07d color code

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

#3aa07d
#338e6f
#2d7c61
#266a53
#205845
#194737
#133529
#0c231b
#06110d
#000000

Similar Color like #3aa07d color

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

#3ba17e
#3ca27f
#3da380
#3ea481
#3fa582
#40a683
#41a784
#42a885
#43a986
#44aa87
#45ab88
#46ac89
#47ad8a
#48ae8b
#399f7c
#389e7b
#379d7a
#369c79
#359b78
#349a77
#339976
#329875
#319774
#309673
#2f9572
#2e9471
#2d9370
#2c926f

Monochromatic Color with #3aa07d

#3aa07d
#49ca9e
#59f5bf
#0c2019
#1b4b3b
#2b755c

Tints of #3aa07d Color

#3aa07d
#4faa8b
#65b599
#7bbfa8
#91cab6
#a7d4c5
#bddfd3
#d3e9e2
#e9f4f0
#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

#3aa07d
#a03a5d

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

Split Complementary

#3aa07d
#a03a90
#a04a3a

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

Analogous Color

#3aa054
#3aa069
#3aa07d
#3aa091
#3a9aa0

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

#3aa07d
#7d3aa0
#a07d3a

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

#3aa07d
#4a3aa0
#a03a5d
#90a03a

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

#3aa07d
#a03a5d
#a04a3a
#3a90a0

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 #3aa07d 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.

#3aa07d Color Code Preview on Black Background Color

This is how #3aa07d Color will look on black background color. Color contrast ratio is 6.50

#3aa07d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3aa07d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3aa07d

#3aa07d color code is use for CSS Background Color

Background color for the above div is #3aa07d

HTML with inline CSS

<div style="background-color:#3aa07d;"></div>

#3aa07d color code is use for CSS Border Color

CSS Border color for the above div is #3aa07d

HTML with inline CSS

<div style="border:5px solid #3aa07d;"></div>

CSS Border Left color for the above div is #3aa07d

HTML with inline CSS

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

CSS Border Right color for the above div is #3aa07d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3aa07d

HTML with inline CSS

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

CSS Border Top color for the above div is #3aa07d

HTML with inline CSS

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

#3aa07d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3aa07d Color code Preview on White Background

This is how #3aa07d Color code will look on white background color. Color contrast ratio is 3.23

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

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(58,160,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,58,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(58,160,125,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.