crispedge.com

Color picker

Loading...

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

#7bddaf hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code7bddaf#7bddaf
RGB Decimal123, 221, 175rgb(123, 221, 175)
RGB Percent48%, 87%, 69%rgb(48%, 87%, 69%)
CSS RGBa123, 221, 175,1rgba(123,221,175,1)
CMYK Modelcmyk(44%,0%,21%,13%)
HSL Color Space152,59% ,67%hsl(152,59% ,67%)
HSV Color Space152°, 44%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111101110110101111
Octal173335257
Decimal123221175
Hex7bddaf

Different shades of #7bddaf color code.

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

Light Shade of #7bddaf
#a4e7c8
Dark Shade of #7bddaf
#52d396
Saturated Shade of #7bddaf
#73e5b0
Desaturated Shade of #7bddaf
#83d5ae
Grey scale Shade of #7bddaf
#acacac
Brighten Shade
#94f6c8
Most Readable Shade
#000000

Shades of #7bddaf color code

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

#7bddaf
#6dc49b
#5fab88
#529374
#447a61
#36624d
#29493a
#1b3126
#0d1813
#000000

Similar Color like #7bddaf color

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

#7cdeb0
#7ddfb1
#7ee0b2
#7fe1b3
#80e2b4
#81e3b5
#82e4b6
#83e5b7
#84e6b8
#85e7b9
#86e8ba
#87e9bb
#88eabc
#89ebbd
#7adcae
#79dbad
#78daac
#77d9ab
#76d8aa
#75d7a9
#74d6a8
#73d5a7
#72d4a6
#71d3a5
#70d2a4
#6fd1a3
#6ed0a2
#6dcfa1

Monochromatic Color with #7bddaf

#7bddaf
#050807
#1c3328
#345d4a
#4c886c
#63b38d

Tints of #7bddaf Color

#7bddaf
#89e0b7
#98e4c0
#a7e8c9
#b5ecd2
#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

#7bddaf
#dd7ba9

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

Split Complementary

#7bddaf
#dd7bda
#dd7e7b

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

Analogous Color

#7bdd88
#7bdd9b
#7bddaf
#7bddc3
#7bddd6

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

#7bddaf
#af7bdd
#ddaf7b

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

#7bddaf
#7e7bdd
#dd7ba9
#dadd7b

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

#7bddaf
#dd7ba9
#dd7e7b
#7bdadd

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

#7bddaf Color Code Preview on Black Background Color

This is how #7bddaf Color will look on black background color. Color contrast ratio is 12.80

#7bddaf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7bddaf color code is use for CSS Background Color

Background color for the above div is #7bddaf

HTML with inline CSS

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

#7bddaf color code is use for CSS Border Color

CSS Border color for the above div is #7bddaf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7bddaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7bddaf Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.