crispedge.com

Color picker

Loading...

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

#7cdbab hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7cdbab Color code in RGB color code model is created after adding 48.63% red color, 85.88% green color and 67.06% blue color. Hex #7cdbab Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 22% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7cdbab#7cdbab
RGB Decimal124, 219, 171rgb(124, 219, 171)
RGB Percent49%, 86%, 67%rgb(49%, 86%, 67%)
CSS RGBa124, 219, 171,1rgba(124,219,171,1)
CMYK Modelcmyk(43%,0%,22%,14%)
HSL Color Space150,57% ,67%hsl(150,57% ,67%)
HSV Color Space150°, 43%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111001101101110101011
Octal174333253
Decimal124219171
Hex7cdbab

Different shades of #7cdbab color code.

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

Light Shade of #7cdbab
#a4e6c5
Dark Shade of #7cdbab
#54d091
Saturated Shade of #7cdbab
#74e3ab
Desaturated Shade of #7cdbab
#84d3ab
Grey scale Shade of #7cdbab
#ababab
Brighten Shade
#95f4c4
Most Readable Shade
#000000

Shades of #7cdbab color code

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

#7cdbab
#6ec298
#60aa85
#529272
#44795f
#37614c
#294939
#1b3026
#0d1813
#000000

Similar Color like #7cdbab color

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

#7ddcac
#7eddad
#7fdeae
#80dfaf
#81e0b0
#82e1b1
#83e2b2
#84e3b3
#85e4b4
#86e5b5
#87e6b6
#88e7b7
#89e8b8
#8ae9b9
#7bdaaa
#7ad9a9
#79d8a8
#78d7a7
#77d6a6
#76d5a5
#75d4a4
#74d3a3
#73d2a2
#72d1a1
#71d0a0
#70cf9f
#6fce9e
#6ecd9d

Monochromatic Color with #7cdbab

#7cdbab
#040605
#1c3126
#345b47
#4c8669
#64b08a

Tints of #7cdbab Color

#7cdbab
#8adfb4
#99e3bd
#a7e7c7
#b6ebd0
#c4efd9
#d3f3e3
#e1f7ec
#f0fbf5
#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

#7cdbab
#db7cac

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

Split Complementary

#7cdbab
#da7cdb
#db7c7d

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

Analogous Color

#7cdb85
#7cdb98
#7cdbab
#7cdbbe
#7cdbd1

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

#7cdbab
#ab7cdb
#dbab7c

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

#7cdbab
#7c7cdb
#db7cac
#dbda7c

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

#7cdbab
#db7cac
#db7c7d
#7cdbdb

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

#7cdbab Color Code Preview on Black Background Color

This is how #7cdbab Color will look on black background color. Color contrast ratio is 12.58

#7cdbab in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7cdbab color code is use for CSS Background Color

Background color for the above div is #7cdbab

HTML with inline CSS

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

#7cdbab color code is use for CSS Border Color

CSS Border color for the above div is #7cdbab

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7cdbab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7cdbab Color code Preview on White Background

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

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

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(124,219,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,124,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(124,219,171,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.