crispedge.com

Color picker

Loading...

#76faa7 hex color - Green - Cool color - Information

#76faa7 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #76faa7 Color code in RGB color code model is created after adding 46.27% red color, 98.04% green color and 65.49% blue color. Hex #76faa7 Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 33% yellow and 2% black.

Hex #76faa7 color code is between #77ffaa web safe hex color code and #66ee99 web safe hex color code. #77ffaa is the nearest web safe color code. You can see here many more shades of #76faa7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code76faa7#76faa7
RGB Decimal118, 250, 167rgb(118, 250, 167)
RGB Percent46%, 98%, 65%rgb(46%, 98%, 65%)
CSS RGBa118, 250, 167,1rgba(118,250,167,1)
CMYK Modelcmyk(53%,0%,33%,2%)
HSL Color Space142,93% ,72%hsl(142,93% ,72%)
HSV Color Space142°, 53%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101101111101010100111
Octal166372247
Decimal118250167
Hex76faa7

Different shades of #76faa7 color code.

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

Light Shade of #76faa7
#a7fcc7
Dark Shade of #76faa7
#45f887
Saturated Shade of #76faa7
#71ffa6
Desaturated Shade of #76faa7
#7df3a9
Grey scale Shade of #76faa7
#b8b8b8
Brighten Shade
#8fffc0
Most Readable Shade
#000000

Shades of #76faa7 color code

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

#76faa7
#68de94
#5bc281
#4ea66f
#418a5c
#346f4a
#275337
#1a3725
#0d1b12
#000000

Similar Color like #76faa7 color

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

#77fba8
#78fca9
#79fdaa
#7afeab
#7bffac
#7cffad
#7dffae
#7effaf
#7fffb0
#80ffb1
#81ffb2
#82ffb3
#83ffb4
#84ffb5
#75f9a6
#74f8a5
#73f7a4
#72f6a3
#71f5a2
#70f4a1
#6ff3a0
#6ef29f
#6df19e
#6cf09d
#6bef9c
#6aee9b
#69ed9a
#68ec99

Monochromatic Color with #76faa7

#76faa7
#122519
#265035
#3a7a52
#4ea56e
#62cf8b

Tints of #76faa7 Color

#76faa7
#85fab0
#94fbba
#a3fbc4
#b2fcce
#c2fcd7
#d1fde1
#e0fdeb
#effef5
#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

#76faa7
#fa76c9

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

Split Complementary

#76faa7
#e976fa
#fa7687

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

Analogous Color

#7afa76
#76fa8d
#76faa7
#76fac1
#76fadc

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

#76faa7
#a776fa
#faa776

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

#76faa7
#7687fa
#fa76c9
#fae976

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

#76faa7
#fa76c9
#fa7687
#76fae9

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 #76faa7 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.

#76faa7 Color Code Preview on Black Background Color

This is how #76faa7 Color will look on black background color. Color contrast ratio is 16.00

#76faa7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76faa7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76faa7

#76faa7 color code is use for CSS Background Color

Background color for the above div is #76faa7

HTML with inline CSS

<div style="background-color:#76faa7;"></div>

#76faa7 color code is use for CSS Border Color

CSS Border color for the above div is #76faa7

HTML with inline CSS

<div style="border:5px solid #76faa7;"></div>

CSS Border Left color for the above div is #76faa7

HTML with inline CSS

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

CSS Border Right color for the above div is #76faa7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76faa7

HTML with inline CSS

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

CSS Border Top color for the above div is #76faa7

HTML with inline CSS

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

#76faa7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76faa7 Color code Preview on White Background

This is how #76faa7 Color code will look on white background color. Color contrast ratio is 1.31

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

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(118,250,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,118,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,250,167,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.