crispedge.com

Color picker

Loading...

#7fb3ae hex color - Green - Cool color - Information

#7fb3ae hex color - Green - Cool color

Color Hue/Base color: Green

Hex #7fb3ae Color code in RGB color code model is created after adding 49.8% red color, 70.2% green color and 68.24% blue color. Hex #7fb3ae Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 3% yellow and 30% black.

Hex #7fb3ae color code is between #77bbaa web safe hex color code and #88aabb web safe hex color code. #77bbaa is the nearest web safe color code. You can see here many more shades of #7fb3ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7fb3ae#7fb3ae
RGB Decimal127, 179, 174rgb(127, 179, 174)
RGB Percent50%, 70%, 68%rgb(50%, 70%, 68%)
CSS RGBa127, 179, 174,1rgba(127,179,174,1)
CMYK Modelcmyk(29%,0%,3%,30%)
HSL Color Space174,25% ,60%hsl(174,25% ,60%)
HSV Color Space174°, 29%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111011001110101110
Octal177263256
Decimal127179174
Hex7fb3ae

Different shades of #7fb3ae color code.

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

Light Shade of #7fb3ae
#9fc6c2
Dark Shade of #7fb3ae
#5fa09a
Saturated Shade of #7fb3ae
#75bdb6
Desaturated Shade of #7fb3ae
#89a9a6
Grey scale Shade of #7fb3ae
#999999
Brighten Shade
#98ccc7
Most Readable Shade
#000000

Shades of #7fb3ae color code

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

#7fb3ae
#709f9a
#628b87
#547774
#466360
#384f4d
#2a3b3a
#1c2726
#0e1313
#000000

Similar Color like #7fb3ae color

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

#80b4af
#81b5b0
#82b6b1
#83b7b2
#84b8b3
#85b9b4
#86bab5
#87bbb6
#88bcb7
#89bdb8
#8abeb9
#8bbfba
#8cc0bb
#8dc1bc
#7eb2ad
#7db1ac
#7cb0ab
#7bafaa
#7aaea9
#79ada8
#78aca7
#77aba6
#76aaa5
#75a9a4
#74a8a3
#73a7a2
#72a6a1
#71a5a0

Monochromatic Color with #7fb3ae

#7fb3ae
#9dddd7
#060909
#253332
#435e5b
#618885

Tints of #7fb3ae Color

#7fb3ae
#8dbbb7
#9bc3c0
#a9ccc9
#b7d4d2
#c6dddb
#d4e5e4
#e2eeed
#f0f6f6
#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

#7fb3ae
#b37f84

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

Split Complementary

#7fb3ae
#b37f9e
#b3947f

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

Analogous Color

#7fb399
#7fb3a4
#7fb3ae
#7faeb3
#7fa3b3

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

#7fb3ae
#ae7fb3
#b3ae7f

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

#7fb3ae
#947fb3
#b37f84
#9eb37f

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

#7fb3ae
#b37f84
#b3947f
#7f9eb3

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 #7fb3ae 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.

#7fb3ae Color Code Preview on Black Background Color

This is how #7fb3ae Color will look on black background color. Color contrast ratio is 8.96

#7fb3ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fb3ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fb3ae

#7fb3ae color code is use for CSS Background Color

Background color for the above div is #7fb3ae

HTML with inline CSS

<div style="background-color:#7fb3ae;"></div>

#7fb3ae color code is use for CSS Border Color

CSS Border color for the above div is #7fb3ae

HTML with inline CSS

<div style="border:5px solid #7fb3ae;"></div>

CSS Border Left color for the above div is #7fb3ae

HTML with inline CSS

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

CSS Border Right color for the above div is #7fb3ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7fb3ae

HTML with inline CSS

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

CSS Border Top color for the above div is #7fb3ae

HTML with inline CSS

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

#7fb3ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fb3ae Color code Preview on White Background

This is how #7fb3ae Color code will look on white background color. Color contrast ratio is 2.34

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

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