crispedge.com

Color picker

Loading...

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

#7bdfac hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7bdfac Color code in RGB color code model is created after adding 48.24% red color, 87.45% green color and 67.45% blue color. Hex #7bdfac Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 23% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7bdfac#7bdfac
RGB Decimal123, 223, 172rgb(123, 223, 172)
RGB Percent48%, 87%, 67%rgb(48%, 87%, 67%)
CSS RGBa123, 223, 172,1rgba(123,223,172,1)
CMYK Modelcmyk(45%,0%,23%,13%)
HSL Color Space149,61% ,68%hsl(149,61% ,68%)
HSV Color Space149°, 45%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111101111110101100
Octal173337254
Decimal123223172
Hex7bdfac

Different shades of #7bdfac color code.

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

Light Shade of #7bdfac
#a4e9c6
Dark Shade of #7bdfac
#52d592
Saturated Shade of #7bdfac
#73e7ac
Desaturated Shade of #7bdfac
#83d7ac
Grey scale Shade of #7bdfac
#adadad
Brighten Shade
#94f8c5
Most Readable Shade
#000000

Shades of #7bdfac color code

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

#7bdfac
#6dc698
#5fad85
#529472
#447b5f
#36634c
#294a39
#1b3126
#0d1813
#000000

Similar Color like #7bdfac color

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

#7ce0ad
#7de1ae
#7ee2af
#7fe3b0
#80e4b1
#81e5b2
#82e6b3
#83e7b4
#84e8b5
#85e9b6
#86eab7
#87ebb8
#88ecb9
#89edba
#7adeab
#79ddaa
#78dca9
#77dba8
#76daa7
#75d9a6
#74d8a5
#73d7a4
#72d6a3
#71d5a2
#70d4a1
#6fd3a0
#6ed29f
#6dd19e

Monochromatic Color with #7bdfac

#7bdfac
#060a08
#1d3529
#355f4a
#4c8a6a
#64b48b

Tints of #7bdfac Color

#7bdfac
#89e2b5
#98e6be
#a7e9c7
#b5edd0
#c4f0da
#d3f4e3
#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

#7bdfac
#df7bae

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

Split Complementary

#7bdfac
#de7bdf
#df7b7c

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

Analogous Color

#7bdf84
#7bdf98
#7bdfac
#7bdfc0
#7bdfd4

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

#7bdfac
#ac7bdf
#dfac7b

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

#7bdfac
#7b7cdf
#df7bae
#dfde7b

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

#7bdfac
#df7bae
#df7b7c
#7bdfde

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

#7bdfac Color Code Preview on Black Background Color

This is how #7bdfac Color will look on black background color. Color contrast ratio is 12.99

#7bdfac in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7bdfac color code is use for CSS Background Color

Background color for the above div is #7bdfac

HTML with inline CSS

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

#7bdfac color code is use for CSS Border Color

CSS Border color for the above div is #7bdfac

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7bdfac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7bdfac Color code Preview on White Background

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

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

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