crispedge.com

#4cbea4 hex color - Green - Cool color - Information

#4cbea4 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #4cbea4 Color code in RGB color code model is created after adding 29.8% red color, 74.51% green color and 64.31% blue color. Hex #4cbea4 Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 0% magenta, 14% yellow and 25.49% black.

Hex #4cbea4 color code is between #44bbaa web safe hex color code and #55cc99 web safe hex color code. #44bbaa is the nearest web safe color code. You can see here many more shades of #4cbea4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4cbea4#4cbea4
RGB Decimal76, 190, 164rgb(76, 190, 164)
RGB Percent30%, 75%, 64%rgb(30%, 75%, 64%)
CSS RGBa76, 190, 164,1rgba(76,190,164,1)
CMYK Modelcmyk(60%,0%,14%,25.49%)
HSL Color Space166,47% ,52%hsl(166,47% ,52%)
HSV Color Space166°, 60%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011001011111010100100
Octal114276244
Decimal76190164
Hex4cbea4

Different shades of #4cbea4 color code.

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

Light Shade of #4cbea4
#71ccb7
Dark Shade of #4cbea4
#399e87
Saturated Shade of #4cbea4
#40caab
Desaturated Shade of #4cbea4
#58b29d
Grey scale Shade of #4cbea4
#858585
Brighten Shade
#65d7bd
Most Readable Shade
#000000

Shades of #4cbea4 color code

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

#4cbea4
#43a891
#3b937f
#327e6d
#2a695b
#215448
#193f36
#102a24
#081512
#000000

Similar Color like #4cbea4 color

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

#4dbfa5
#4ec0a6
#4fc1a7
#50c2a8
#51c3a9
#52c4aa
#53c5ab
#54c6ac
#55c7ad
#56c8ae
#57c9af
#58cab0
#59cbb1
#5accb2
#4bbda3
#4abca2
#49bba1
#48baa0
#47b99f
#46b89e
#45b79d
#44b69c
#43b59b
#42b49a
#41b399
#40b298
#3fb197
#3eb096

Monochromatic Color with #4cbea4

#4cbea4
#5de8c9
#081411
#193e36
#2a695b
#3b937f

Tints of #4cbea4 Color

#4cbea4
#5fc5ae
#73ccb8
#87d3c2
#9bdacc
#afe2d6
#c3e9e0
#d7f0ea
#ebf7f4
#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

#4cbea4
#be4c66

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

Split Complementary

#4cbea4
#be4c9f
#be6b4c

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

Analogous Color

#4cbe76
#4cbe8d
#4cbea4
#4cbebb
#4caabe

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

#4cbea4
#a44cbe
#bea44c

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

#4cbea4
#6b4cbe
#be4c66
#9fbe4c

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

#4cbea4
#be4c66
#be6b4c
#4c9fbe

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 #4cbea4 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.

#4cbea4 Color Code Preview on Black Background Color

This is how #4cbea4 Color will look on black background color. Color contrast ratio is 9.21

#4cbea4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4cbea4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4cbea4

#4cbea4 color code is use for CSS Background Color

Background color for the above div is #4cbea4

HTML with inline CSS

<div style="background-color:#4cbea4;"></div>

#4cbea4 color code is use for CSS Border Color

CSS Border color for the above div is #4cbea4

HTML with inline CSS

<div style="border:5px solid #4cbea4;"></div>

CSS Border Left color for the above div is #4cbea4

HTML with inline CSS

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

CSS Border Right color for the above div is #4cbea4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4cbea4

HTML with inline CSS

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

CSS Border Top color for the above div is #4cbea4

HTML with inline CSS

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

#4cbea4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4cbea4 Color code Preview on White Background

This is how #4cbea4 Color code will look on white background color. Color contrast ratio is 2.28

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

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(76,190,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,76,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(76,190,164,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.