crispedge.com

Color picker

Loading...

#49eaae hex color - Blue - Cool color - Information

#49eaae hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #49eaae Color code in RGB color code model is created after adding 28.63% red color, 91.76% green color and 68.24% blue color. Hex #49eaae Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 0% magenta, 26% yellow and 8% black.

Hex #49eaae color code is between #44eeaa web safe hex color code and #55ddbb web safe hex color code. #44eeaa is the nearest web safe color code. You can see here many more shades of #49eaae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code49eaae#49eaae
RGB Decimal73, 234, 174rgb(73, 234, 174)
RGB Percent29%, 92%, 68%rgb(29%, 92%, 68%)
CSS RGBa73, 234, 174,1rgba(73,234,174,1)
CMYK Modelcmyk(69%,0%,26%,8%)
HSL Color Space158,79% ,60%hsl(158,79% ,60%)
HSV Color Space158°, 69%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010011110101010101110
Octal111352256
Decimal73234174
Hex49eaae

Different shades of #49eaae color code.

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

Light Shade of #49eaae
#77efc2
Dark Shade of #49eaae
#1be59a
Saturated Shade of #49eaae
#3ff4b1
Desaturated Shade of #49eaae
#53e0ab
Grey scale Shade of #49eaae
#999999
Brighten Shade
#62ffc7
Most Readable Shade
#000000

Shades of #49eaae color code

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

#49eaae
#40d09a
#38b687
#309c74
#288260
#20684d
#184e3a
#103426
#081a13
#000000

Similar Color like #49eaae color

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

#4aebaf
#4becb0
#4cedb1
#4deeb2
#4eefb3
#4ff0b4
#50f1b5
#51f2b6
#52f3b7
#53f4b8
#54f5b9
#55f6ba
#56f7bb
#57f8bc
#48e9ad
#47e8ac
#46e7ab
#45e6aa
#44e5a9
#43e4a8
#42e3a7
#41e2a6
#40e1a5
#3fe0a4
#3edfa3
#3ddea2
#3cdda1
#3bdca0

Monochromatic Color with #49eaae

#49eaae
#071510
#144030
#216a4f
#2e956f
#3cbf8e

Tints of #49eaae Color

#49eaae
#5decb7
#71eec0
#85f1c9
#99f3d2
#aef5db
#c2f8e4
#d6faed
#eafcf6
#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

#49eaae
#ea4985

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

Split Complementary

#49eaae
#ea49d6
#ea5d49

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

Analogous Color

#49ea6e
#49ea8e
#49eaae
#49eace
#49e6ea

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

#49eaae
#ae49ea
#eaae49

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

#49eaae
#5d49ea
#ea4985
#d5ea49

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

#49eaae
#ea4985
#ea5d49
#49d6ea

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 #49eaae 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.

#49eaae Color Code Preview on Black Background Color

This is how #49eaae Color will look on black background color. Color contrast ratio is 13.66

#49eaae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49eaae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49eaae

#49eaae color code is use for CSS Background Color

Background color for the above div is #49eaae

HTML with inline CSS

<div style="background-color:#49eaae;"></div>

#49eaae color code is use for CSS Border Color

CSS Border color for the above div is #49eaae

HTML with inline CSS

<div style="border:5px solid #49eaae;"></div>

CSS Border Left color for the above div is #49eaae

HTML with inline CSS

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

CSS Border Right color for the above div is #49eaae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #49eaae

HTML with inline CSS

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

CSS Border Top color for the above div is #49eaae

HTML with inline CSS

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

#49eaae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49eaae Color code Preview on White Background

This is how #49eaae Color code will look on white background color. Color contrast ratio is 1.54

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

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(73,234,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,73,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,234,174,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.