crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#5eb2aa hex color - Artesian Well - Blue - Cool color - Information

#5eb2aa hex color - Artesian Well - Blue - Cool color

Color Hue/Base color: Blue

Hex #5eb2aa Color Code is also known as Artesian Well color.

Hex #5eb2aa Color code in RGB color code model is created after adding 36.86% red color, 69.8% green color and 66.67% blue color. Hex #5eb2aa Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 4% yellow and 30% black.

Hex #5eb2aa color code is between #66aa99 web safe hex color code and #55bbbb web safe hex color code. #66aa99 is the nearest web safe color code. You can see here many more shades of #5eb2aa color code.

0 Likes 0 Comments | 15 Views

Color Table

Hex Color Code5eb2aa#5eb2aa
RGB Decimal94, 178, 170rgb(94, 178, 170)
RGB Percent37%, 70%, 67%rgb(37%, 70%, 67%)
CSS RGBa94, 178, 170,1rgba(94,178,170,1)
CMYK Modelcmyk(47%,0%,4%,30%)
HSL Color Space174,35% ,53%hsl(174,35% ,53%)
HSV Color Space174°, 47%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101011001010101010
Octal136262252
Decimal94178170
Hex5eb2aa

Different shades of #5eb2aa color code.

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

Light Shade of #5eb2aa
#80c2bc
Dark Shade of #5eb2aa
#47958e
Saturated Shade of #5eb2aa
#52beb4
Desaturated Shade of #5eb2aa
#6aa6a0
Grey scale Shade of #5eb2aa
#888888
Brighten Shade
#77cbc3
Most Readable Shade
#000000

Shades of #5eb2aa color code

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

#5eb2aa
#539e97
#498a84
#3e7671
#34625e
#294f4b
#1f3b38
#142725
#0a1312
#000000

Similar Color like #5eb2aa color

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

#5fb3ab
#60b4ac
#61b5ad
#62b6ae
#63b7af
#64b8b0
#65b9b1
#66bab2
#67bbb3
#68bcb4
#69bdb5
#6abeb6
#6bbfb7
#6cc0b8
#5db1a9
#5cb0a8
#5bafa7
#5aaea6
#59ada5
#58aca4
#57aba3
#56aaa2
#55a9a1
#54a8a0
#53a79f
#52a69e
#51a59d
#50a49c

Monochromatic Color with #5eb2aa

#5eb2aa
#74dcd3
#040808
#1b3230
#315d59
#488781

Tints of #5eb2aa Color

#5eb2aa
#6fbab3
#81c3bc
#93cbc6
#a5d4cf
#b7dcd9
#c9e5e2
#dbedec
#edf6f5
#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

#5eb2aa
#b25e66

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

Split Complementary

#5eb2aa
#b25e90
#b2805e

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

Analogous Color

#5eb288
#5eb299
#5eb2aa
#5ea9b2
#5e98b2

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

#5eb2aa
#aa5eb2
#b2aa5e

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

#5eb2aa
#805eb2
#b25e66
#90b25e

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

#5eb2aa
#b25e66
#b2805e
#5e90b2

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 #5eb2aa 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.

#5eb2aa Color Code Preview on Black Background Color

This is how #5eb2aa Color will look on black background color. Color contrast ratio is 8.42

#5eb2aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5eb2aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5eb2aa

#5eb2aa color code is use for CSS Background Color

Background color for the above div is #5eb2aa

HTML with inline CSS

<div style="background-color:#5eb2aa;"></div>

#5eb2aa color code is use for CSS Border Color

CSS Border color for the above div is #5eb2aa

HTML with inline CSS

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

CSS Border Left color for the above div is #5eb2aa

HTML with inline CSS

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

CSS Border Right color for the above div is #5eb2aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5eb2aa

HTML with inline CSS

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

CSS Border Top color for the above div is #5eb2aa

HTML with inline CSS

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

#5eb2aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5eb2aa Color code Preview on White Background

This is how #5eb2aa Color code will look on white background color. Color contrast ratio is 2.49

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 15 Views

Post your comment:-

By submitting comment you agree to our privacy policy.