crispedge.com

Color picker

Loading...

#70b39c hex color - Green - Cool color - Information

#70b39c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #70b39c Color code in RGB color code model is created after adding 43.92% red color, 70.2% green color and 61.18% blue color. Hex #70b39c Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 0% magenta, 13% yellow and 30% black.

Hex #70b39c color code is between #77bb99 web safe hex color code and #66aaaa web safe hex color code. #77bb99 is the nearest web safe color code. You can see here many more shades of #70b39c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code70b39c#70b39c
RGB Decimal112, 179, 156rgb(112, 179, 156)
RGB Percent44%, 70%, 61%rgb(44%, 70%, 61%)
CSS RGBa112, 179, 156,1rgba(112,179,156,1)
CMYK Modelcmyk(37%,0%,13%,30%)
HSL Color Space159,31% ,57%hsl(159,31% ,57%)
HSV Color Space159°, 37%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100001011001110011100
Octal160263234
Decimal112179156
Hex70b39c

Different shades of #70b39c color code.

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

Light Shade of #70b39c
#91c5b3
Dark Shade of #70b39c
#539d83
Saturated Shade of #70b39c
#65be9f
Desaturated Shade of #70b39c
#7ba899
Grey scale Shade of #70b39c
#919191
Brighten Shade
#89ccb5
Most Readable Shade
#000000

Shades of #70b39c color code

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

#70b39c
#639f8a
#578b79
#4a7768
#3e6356
#314f45
#253b34
#182722
#0c1311
#000000

Similar Color like #70b39c color

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

#71b49d
#72b59e
#73b69f
#74b7a0
#75b8a1
#76b9a2
#77baa3
#78bba4
#79bca5
#7abda6
#7bbea7
#7cbfa8
#7dc0a9
#7ec1aa
#6fb29b
#6eb19a
#6db099
#6caf98
#6bae97
#6aad96
#69ac95
#68ab94
#67aa93
#66a992
#65a891
#64a790
#63a68f
#62a58e

Monochromatic Color with #70b39c

#70b39c
#8bddc1
#060908
#20332d
#3b5e52
#558877

Tints of #70b39c Color

#70b39c
#7fbba7
#8fc3b2
#9fccbd
#afd4c8
#bfddd3
#cfe5de
#dfeee9
#eff6f4
#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

#70b39c
#b37087

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

Split Complementary

#70b39c
#b370a8
#b37b70

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

Analogous Color

#70b381
#70b38f
#70b39c
#70b3a9
#70afb3

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

#70b39c
#9c70b3
#b39c70

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

#70b39c
#7a70b3
#b37087
#a8b370

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

#70b39c
#b37087
#b37b70
#70a8b3

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 #70b39c 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.

#70b39c Color Code Preview on Black Background Color

This is how #70b39c Color will look on black background color. Color contrast ratio is 8.62

#70b39c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70b39c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70b39c

#70b39c color code is use for CSS Background Color

Background color for the above div is #70b39c

HTML with inline CSS

<div style="background-color:#70b39c;"></div>

#70b39c color code is use for CSS Border Color

CSS Border color for the above div is #70b39c

HTML with inline CSS

<div style="border:5px solid #70b39c;"></div>

CSS Border Left color for the above div is #70b39c

HTML with inline CSS

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

CSS Border Right color for the above div is #70b39c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #70b39c

HTML with inline CSS

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

CSS Border Top color for the above div is #70b39c

HTML with inline CSS

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

#70b39c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70b39c Color code Preview on White Background

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

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(112,179,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,112,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(112,179,156,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.