crispedge.com

Color picker

Loading...

#1ebdb2 hex color - Green - Cool color - Information

#1ebdb2 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #1ebdb2 Color code in RGB color code model is created after adding 11.76% red color, 74.12% green color and 69.8% blue color. Hex #1ebdb2 Color code in CMYK color (process color) code model is generated after subtraction of 84% cyan, 0% magenta, 6% yellow and 26% black.

Hex #1ebdb2 color code is between #22bbaa web safe hex color code and #11ccbb web safe hex color code. #22bbaa is the nearest web safe color code. You can see here many more shades of #1ebdb2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1ebdb2#1ebdb2
RGB Decimal30, 189, 178rgb(30, 189, 178)
RGB Percent12%, 74%, 70%rgb(12%, 74%, 70%)
CSS RGBa30, 189, 178,1rgba(30,189,178,1)
CMYK Modelcmyk(84%,0%,6%,26%)
HSL Color Space176,73% ,43%hsl(176,73% ,43%)
HSV Color Space176°, 84%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111101011110110110010
Octal36275262
Decimal30189178
Hex1ebdb2

Different shades of #1ebdb2 color code.

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

Light Shade of #1ebdb2
#30ded2
Dark Shade of #1ebdb2
#179189
Saturated Shade of #1ebdb2
#13c8bb
Desaturated Shade of #1ebdb2
#29b2a9
Grey scale Shade of #1ebdb2
#6d6d6d
Brighten Shade
#37d6cb
Most Readable Shade
#000000

Shades of #1ebdb2 color code

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

#1ebdb2
#1aa89e
#17938a
#147e76
#106962
#0d544f
#0a3f3b
#062a27
#031513
#000000

Similar Color like #1ebdb2 color

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

#1fbeb3
#20bfb4
#21c0b5
#22c1b6
#23c2b7
#24c3b8
#25c4b9
#26c5ba
#27c6bb
#28c7bc
#29c8bd
#2ac9be
#2bcabf
#2ccbc0
#1dbcb1
#1cbbb0
#1bbaaf
#1ab9ae
#19b8ad
#18b7ac
#17b6ab
#16b5aa
#15b4a9
#14b3a8
#13b2a7
#12b1a6
#11b0a5
#10afa4

Monochromatic Color with #1ebdb2

#1ebdb2
#25e7da
#031312
#0a3d3a
#116862
#17928a

Tints of #1ebdb2 Color

#1ebdb2
#37c4ba
#50cbc3
#69d3cb
#82dad4
#9be1dc
#b4e9e5
#cdf0ed
#e6f7f6
#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

#1ebdb2
#bd1e29

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

Split Complementary

#1ebdb2
#bd1e78
#bd631e

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

Analogous Color

#1ebd72
#1ebd92
#1ebdb2
#1ea8bd
#1e88bd

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

#1ebdb2
#b21ebd
#bdb21e

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

#1ebdb2
#621ebd
#bd1e29
#78bd1e

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

#1ebdb2
#bd1e29
#bd631e
#1e78bd

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 #1ebdb2 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.

#1ebdb2 Color Code Preview on Black Background Color

This is how #1ebdb2 Color will look on black background color. Color contrast ratio is 8.98

#1ebdb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1ebdb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1ebdb2

#1ebdb2 color code is use for CSS Background Color

Background color for the above div is #1ebdb2

HTML with inline CSS

<div style="background-color:#1ebdb2;"></div>

#1ebdb2 color code is use for CSS Border Color

CSS Border color for the above div is #1ebdb2

HTML with inline CSS

<div style="border:5px solid #1ebdb2;"></div>

CSS Border Left color for the above div is #1ebdb2

HTML with inline CSS

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

CSS Border Right color for the above div is #1ebdb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1ebdb2

HTML with inline CSS

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

CSS Border Top color for the above div is #1ebdb2

HTML with inline CSS

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

#1ebdb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1ebdb2 Color code Preview on White Background

This is how #1ebdb2 Color code will look on white background color. Color contrast ratio is 2.34

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

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(30,189,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,30,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(30,189,178,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.