crispedge.com

Color picker

Loading...

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

#7bdcaf hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7bdcaf Color code in RGB color code model is created after adding 48.24% red color, 86.27% green color and 68.63% blue color. Hex #7bdcaf Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 0% magenta, 20% yellow and 14% black.

Hex #7bdcaf 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 #7bdcaf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code7bdcaf#7bdcaf
RGB Decimal123, 220, 175rgb(123, 220, 175)
RGB Percent48%, 86%, 69%rgb(48%, 86%, 69%)
CSS RGBa123, 220, 175,1rgba(123,220,175,1)
CMYK Modelcmyk(44%,0%,20%,14%)
HSL Color Space152,58% ,67%hsl(152,58% ,67%)
HSV Color Space152°, 44%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111101110010101111
Octal173334257
Decimal123220175
Hex7bdcaf

Different shades of #7bdcaf color code.

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

Light Shade of #7bdcaf
#a3e7c7
Dark Shade of #7bdcaf
#53d197
Saturated Shade of #7bdcaf
#73e4b0
Desaturated Shade of #7bdcaf
#83d4ae
Grey scale Shade of #7bdcaf
#ababab
Brighten Shade
#94f5c8
Most Readable Shade
#000000

Shades of #7bdcaf color code

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

#7bdcaf
#6dc39b
#5fab88
#529274
#447a61
#36614d
#29493a
#1b3026
#0d1813
#000000

Similar Color like #7bdcaf color

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

#7cddb0
#7ddeb1
#7edfb2
#7fe0b3
#80e1b4
#81e2b5
#82e3b6
#83e4b7
#84e5b8
#85e6b9
#86e7ba
#87e8bb
#88e9bc
#89eabd
#7adbae
#79daad
#78d9ac
#77d8ab
#76d7aa
#75d6a9
#74d5a8
#73d4a7
#72d3a6
#71d2a5
#70d1a4
#6fd0a3
#6ecfa2
#6dcea1

Monochromatic Color with #7bdcaf

#7bdcaf
#040706
#1c3228
#345c4a
#4b876b
#63b18d

Tints of #7bdcaf Color

#7bdcaf
#89dfb7
#98e3c0
#a7e7c9
#b5ebd2
#c4efdb
#d3f3e4
#e1f7ed
#f0fbf6
#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

#7bdcaf
#dc7ba8

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

Split Complementary

#7bdcaf
#dc7bd9
#dc7f7b

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

Analogous Color

#7bdc88
#7bdc9c
#7bdcaf
#7bdcc2
#7bdcd6

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

#7bdcaf
#af7bdc
#dcaf7b

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

#7bdcaf
#7e7bdc
#dc7ba8
#d8dc7b

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

#7bdcaf
#dc7ba8
#dc7f7b
#7bd9dc

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

#7bdcaf Color Code Preview on Black Background Color

This is how #7bdcaf Color will look on black background color. Color contrast ratio is 12.70

#7bdcaf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7bdcaf color code is use for CSS Background Color

Background color for the above div is #7bdcaf

HTML with inline CSS

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

#7bdcaf color code is use for CSS Border Color

CSS Border color for the above div is #7bdcaf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7bdcaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7bdcaf Color code Preview on White Background

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

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

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(123,220,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,123,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(123,220,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.