crispedge.com

Color picker

Loading...

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

#7fdcbb hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7fdcbb Color code in RGB color code model is created after adding 49.8% red color, 86.27% green color and 73.33% blue color. Hex #7fdcbb Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 0% magenta, 15% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7fdcbb#7fdcbb
RGB Decimal127, 220, 187rgb(127, 220, 187)
RGB Percent50%, 86%, 73%rgb(50%, 86%, 73%)
CSS RGBa127, 220, 187,1rgba(127,220,187,1)
CMYK Modelcmyk(42%,0%,15%,14%)
HSL Color Space159,57% ,68%hsl(159,57% ,68%)
HSV Color Space159°, 42%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111101110010111011
Octal177334273
Decimal127220187
Hex7fdcbb

Different shades of #7fdcbb color code.

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

Light Shade of #7fdcbb
#a7e7d0
Dark Shade of #7fdcbb
#57d1a6
Saturated Shade of #7fdcbb
#77e4bd
Desaturated Shade of #7fdcbb
#87d4b9
Grey scale Shade of #7fdcbb
#adadad
Brighten Shade
#98f5d4
Most Readable Shade
#000000

Shades of #7fdcbb color code

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

#7fdcbb
#70c3a6
#62ab91
#54927c
#467a67
#386153
#2a493e
#1c3029
#0e1814
#000000

Similar Color like #7fdcbb color

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

#80ddbc
#81debd
#82dfbe
#83e0bf
#84e1c0
#85e2c1
#86e3c2
#87e4c3
#88e5c4
#89e6c5
#8ae7c6
#8be8c7
#8ce9c8
#8deac9
#7edbba
#7ddab9
#7cd9b8
#7bd8b7
#7ad7b6
#79d6b5
#78d5b4
#77d4b3
#76d3b2
#75d2b1
#74d1b0
#73d0af
#72cfae
#71cead

Monochromatic Color with #7fdcbb

#7fdcbb
#040706
#1d322a
#355c4f
#4e8773
#66b197

Tints of #7fdcbb Color

#7fdcbb
#8ddfc2
#9be3ca
#a9e7d1
#b7ebd9
#c6efe0
#d4f3e8
#e2f7ef
#f0fbf7
#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

#7fdcbb
#dc7fa0

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

Split Complementary

#7fdcbb
#dc7fcf
#dc8c7f

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

Analogous Color

#7fdc96
#7fdca8
#7fdcbb
#7fdcce
#7fd8dc

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

#7fdcbb
#bb7fdc
#dcbb7f

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

#7fdcbb
#8c7fdc
#dc7fa0
#cedc7f

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

#7fdcbb
#dc7fa0
#dc8c7f
#7fcfdc

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

#7fdcbb Color Code Preview on Black Background Color

This is how #7fdcbb Color will look on black background color. Color contrast ratio is 12.86

#7fdcbb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7fdcbb color code is use for CSS Background Color

Background color for the above div is #7fdcbb

HTML with inline CSS

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

#7fdcbb color code is use for CSS Border Color

CSS Border color for the above div is #7fdcbb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7fdcbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fdcbb Color code Preview on White Background

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

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

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,220,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,127,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(127,220,187,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.