crispedge.com

Color picker

Loading...

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

#70c3bd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #70c3bd Color code in RGB color code model is created after adding 43.92% red color, 76.47% green color and 74.12% blue color. Hex #70c3bd Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 3% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code70c3bd#70c3bd
RGB Decimal112, 195, 189rgb(112, 195, 189)
RGB Percent44%, 76%, 74%rgb(44%, 76%, 74%)
CSS RGBa112, 195, 189,1rgba(112,195,189,1)
CMYK Modelcmyk(43%,0%,3%,24%)
HSL Color Space176,41% ,60%hsl(176,41% ,60%)
HSV Color Space176°, 43%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100001100001110111101
Octal160303275
Decimal112195189
Hex70c3bd

Different shades of #70c3bd color code.

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

Light Shade of #70c3bd
#94d2ce
Dark Shade of #70c3bd
#4cb4ac
Saturated Shade of #70c3bd
#66cdc6
Desaturated Shade of #70c3bd
#7ab9b4
Grey scale Shade of #70c3bd
#999999
Brighten Shade
#89dcd6
Most Readable Shade
#000000

Shades of #70c3bd color code

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

#70c3bd
#63ada8
#579793
#4a827e
#3e6c69
#315654
#25413f
#182b2a
#0c1515
#000000

Similar Color like #70c3bd color

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

#71c4be
#72c5bf
#73c6c0
#74c7c1
#75c8c2
#76c9c3
#77cac4
#78cbc5
#79ccc6
#7acdc7
#7bcec8
#7ccfc9
#7dd0ca
#7ed1cb
#6fc2bc
#6ec1bb
#6dc0ba
#6cbfb9
#6bbeb8
#6abdb7
#69bcb6
#68bbb5
#67bab4
#66b9b3
#65b8b2
#64b7b1
#63b6b0
#62b5af

Monochromatic Color with #70c3bd

#70c3bd
#88ede6
#0e1918
#274341
#3f6e6b
#589894

Tints of #70c3bd Color

#70c3bd
#7fc9c4
#8fd0cb
#9fd7d3
#afddda
#bfe4e1
#cfebe9
#dff1f0
#eff8f7
#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

#70c3bd
#c37076

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

Split Complementary

#70c3bd
#c3709f
#c39470

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

Analogous Color

#70c39c
#70c3ac
#70c3bd
#70b8c3
#70a8c3

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

#70c3bd
#bd70c3
#c3bd70

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

#70c3bd
#9370c3
#c37076
#9fc370

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

#70c3bd
#c37076
#c39470
#709fc3

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

#70c3bd Color Code Preview on Black Background Color

This is how #70c3bd Color will look on black background color. Color contrast ratio is 10.23

#70c3bd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#70c3bd color code is use for CSS Background Color

Background color for the above div is #70c3bd

HTML with inline CSS

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

#70c3bd color code is use for CSS Border Color

CSS Border color for the above div is #70c3bd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#70c3bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70c3bd Color code Preview on White Background

This is how #70c3bd Color code will look on white background color. Color contrast ratio is 2.05

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

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,195,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(195,112,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(112,195,189,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.