crispedge.com

Color picker

Loading...

#67d3ac hex color - Blue - Cool color - Information

#67d3ac hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #67d3ac Color code in RGB color code model is created after adding 40.39% red color, 82.75% green color and 67.45% blue color. Hex #67d3ac Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 0% magenta, 18% yellow and 17% black.

Hex #67d3ac color code is between #66ccaa web safe hex color code and #77ddbb web safe hex color code. #66ccaa is the nearest web safe color code. You can see here many more shades of #67d3ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code67d3ac#67d3ac
RGB Decimal103, 211, 172rgb(103, 211, 172)
RGB Percent40%, 83%, 67%rgb(40%, 83%, 67%)
CSS RGBa103, 211, 172,1rgba(103,211,172,1)
CMYK Modelcmyk(51%,0%,18%,17%)
HSL Color Space158,55% ,62%hsl(158,55% ,62%)
HSV Color Space158°, 51%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001111101001110101100
Octal147323254
Decimal103211172
Hex67d3ac

Different shades of #67d3ac color code.

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

Light Shade of #67d3ac
#8fdec2
Dark Shade of #67d3ac
#3fc896
Saturated Shade of #67d3ac
#5dddaf
Desaturated Shade of #67d3ac
#71c9a9
Grey scale Shade of #67d3ac
#9d9d9d
Brighten Shade
#80ecc5
Most Readable Shade
#000000

Shades of #67d3ac color code

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

#67d3ac
#5bbb98
#50a485
#448c72
#39755f
#2d5d4c
#224639
#162e26
#0b1713
#000000

Similar Color like #67d3ac color

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

#68d4ad
#69d5ae
#6ad6af
#6bd7b0
#6cd8b1
#6dd9b2
#6edab3
#6fdbb4
#70dcb5
#71ddb6
#72deb7
#73dfb8
#74e0b9
#75e1ba
#66d2ab
#65d1aa
#64d0a9
#63cfa8
#62cea7
#61cda6
#60cca5
#5fcba4
#5ecaa3
#5dc9a2
#5cc8a1
#5bc7a0
#5ac69f
#59c59e

Monochromatic Color with #67d3ac

#67d3ac
#7cfdcf
#142921
#295344
#3e7e67
#52a889

Tints of #67d3ac Color

#67d3ac
#77d7b5
#88dcbe
#99e1c7
#aae6d0
#bbebda
#ccf0e3
#ddf5ec
#eefaf5
#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

#67d3ac
#d3678e

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

Split Complementary

#67d3ac
#d367c4
#d37667

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

Analogous Color

#67d381
#67d396
#67d3ac
#67d3c2
#67cfd3

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

#67d3ac
#ac67d3
#d3ac67

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

#67d3ac
#7667d3
#d3678e
#c4d367

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

#67d3ac
#d3678e
#d37667
#67c4d3

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 #67d3ac 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.

#67d3ac Color Code Preview on Black Background Color

This is how #67d3ac Color will look on black background color. Color contrast ratio is 11.49

#67d3ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #67d3ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #67d3ac

#67d3ac color code is use for CSS Background Color

Background color for the above div is #67d3ac

HTML with inline CSS

<div style="background-color:#67d3ac;"></div>

#67d3ac color code is use for CSS Border Color

CSS Border color for the above div is #67d3ac

HTML with inline CSS

<div style="border:5px solid #67d3ac;"></div>

CSS Border Left color for the above div is #67d3ac

HTML with inline CSS

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

CSS Border Right color for the above div is #67d3ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #67d3ac

HTML with inline CSS

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

CSS Border Top color for the above div is #67d3ac

HTML with inline CSS

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

#67d3ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#67d3ac Color code Preview on White Background

This is how #67d3ac Color code will look on white background color. Color contrast ratio is 1.83

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

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(103,211,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,103,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(103,211,172,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.