crispedge.com

Color picker

Loading...

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

#7aedaf hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7aedaf Color code in RGB color code model is created after adding 47.84% red color, 92.94% green color and 68.63% blue color. Hex #7aedaf Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 0% magenta, 26% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7aedaf#7aedaf
RGB Decimal122, 237, 175rgb(122, 237, 175)
RGB Percent48%, 93%, 69%rgb(48%, 93%, 69%)
CSS RGBa122, 237, 175,1rgba(122,237,175,1)
CMYK Modelcmyk(49%,0%,26%,7%)
HSL Color Space148,76% ,70%hsl(148,76% ,70%)
HSV Color Space148°, 49%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101110110110101111
Octal172355257
Decimal122237175
Hex7aedaf

Different shades of #7aedaf color code.

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

Light Shade of #7aedaf
#a7f3ca
Dark Shade of #7aedaf
#4de794
Saturated Shade of #7aedaf
#72f5ae
Desaturated Shade of #7aedaf
#82e5b0
Grey scale Shade of #7aedaf
#b3b3b3
Brighten Shade
#93ffc8
Most Readable Shade
#000000

Shades of #7aedaf color code

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

#7aedaf
#6cd29b
#5eb888
#519e74
#438361
#36694d
#284f3a
#1b3426
#0d1a13
#000000

Similar Color like #7aedaf color

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

#7beeb0
#7cefb1
#7df0b2
#7ef1b3
#7ff2b4
#80f3b5
#81f4b6
#82f5b7
#83f6b8
#84f7b9
#85f8ba
#86f9bb
#87fabc
#88fbbd
#79ecae
#78ebad
#77eaac
#76e9ab
#75e8aa
#74e7a9
#73e6a8
#72e5a7
#71e4a6
#70e3a5
#6fe2a4
#6ee1a3
#6de0a2
#6cdfa1

Monochromatic Color with #7aedaf

#7aedaf
#0d1812
#224331
#386d51
#4e9870
#64c290

Tints of #7aedaf Color

#7aedaf
#88efb7
#97f1c0
#a6f3c9
#b5f5d2
#c3f7db
#d2f9e4
#e1fbed
#f0fdf6
#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

#7aedaf
#ed7ab8

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

Split Complementary

#7aedaf
#e97aed
#ed7a7e

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

Analogous Color

#7aed81
#7aed98
#7aedaf
#7aedc6
#7aeddd

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

#7aedaf
#af7aed
#edaf7a

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

#7aedaf
#7a7eed
#ed7ab8
#ede87a

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

#7aedaf
#ed7ab8
#ed7a7e
#7aede9

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

#7aedaf Color Code Preview on Black Background Color

This is how #7aedaf Color will look on black background color. Color contrast ratio is 14.56

#7aedaf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7aedaf color code is use for CSS Background Color

Background color for the above div is #7aedaf

HTML with inline CSS

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

#7aedaf color code is use for CSS Border Color

CSS Border color for the above div is #7aedaf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7aedaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7aedaf Color code Preview on White Background

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

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

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(122,237,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,122,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(122,237,175,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.