crispedge.com

Color picker

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

#5faea6 hex color - Blue - Cool color - Information

#5faea6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5faea6 Color code in RGB color code model is created after adding 37.25% red color, 68.24% green color and 65.1% blue color. Hex #5faea6 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 5% yellow and 32% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5faea6#5faea6
RGB Decimal95, 174, 166rgb(95, 174, 166)
RGB Percent37%, 68%, 65%rgb(37%, 68%, 65%)
CSS RGBa95, 174, 166,1rgba(95,174,166,1)
CMYK Modelcmyk(45%,0%,5%,32%)
HSL Color Space174,33% ,53%hsl(174,33% ,53%)
HSV Color Space174°, 45%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111111010111010100110
Octal137256246
Decimal95174166
Hex5faea6

Different shades of #5faea6 color code.

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

Light Shade of #5faea6
#81bfb9
Dark Shade of #5faea6
#499189
Saturated Shade of #5faea6
#53bab0
Desaturated Shade of #5faea6
#6ba29c
Grey scale Shade of #5faea6
#868686
Brighten Shade
#78c7bf
Most Readable Shade
#000000

Shades of #5faea6 color code

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

#5faea6
#549a93
#498781
#3f746e
#34605c
#2a4d49
#1f3a37
#152624
#0a1312
#000000

Similar Color like #5faea6 color

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

#60afa7
#61b0a8
#62b1a9
#63b2aa
#64b3ab
#65b4ac
#66b5ad
#67b6ae
#68b7af
#69b8b0
#6ab9b1
#6bbab2
#6cbbb3
#6dbcb4
#5eada5
#5daca4
#5caba3
#5baaa2
#5aa9a1
#59a8a0
#58a79f
#57a69e
#56a59d
#55a49c
#54a39b
#53a29a
#52a199
#51a098

Monochromatic Color with #5faea6

#5faea6
#76d8cf
#020404
#192e2c
#315955
#48837d

Tints of #5faea6 Color

#5faea6
#70b7af
#82c0b9
#94c9c3
#a6d2cd
#b7dbd7
#c9e4e1
#dbedeb
#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

#5faea6
#ae5f67

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

Split Complementary

#5faea6
#ae5f8e
#ae7f5f

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

Analogous Color

#5fae86
#5fae96
#5faea6
#5fa6ae
#5f96ae

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

#5faea6
#a65fae
#aea65f

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

#5faea6
#7e5fae
#ae5f67
#8eae5f

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

#5faea6
#ae5f67
#ae7f5f
#5f8eae

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

#5faea6 Color Code Preview on Black Background Color

This is how #5faea6 Color will look on black background color. Color contrast ratio is 8.09

#5faea6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5faea6 color code is use for CSS Background Color

Background color for the above div is #5faea6

HTML with inline CSS

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

#5faea6 color code is use for CSS Border Color

CSS Border color for the above div is #5faea6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5faea6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5faea6 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.