crispedge.com

Color picker

Loading...

#52b7aa hex color - Green - Cool color - Information

#52b7aa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #52b7aa Color code in RGB color code model is created after adding 32.16% red color, 71.76% green color and 66.67% blue color. Hex #52b7aa Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 7% yellow and 28% black.

Hex #52b7aa color code is between #55bb99 web safe hex color code and #44aabb web safe hex color code. #55bb99 is the nearest web safe color code. You can see here many more shades of #52b7aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 52b7aa #52b7aa
RGB Decimal 82, 183, 170 rgb(82, 183, 170)
RGB Percent 32%, 72%, 67% rgb(32%, 72%, 67%)
CSS RGBa 82, 183, 170,1 rgba(82,183,170,1)
CMYK Model cmyk(55%,0%,7%,28%)
HSL Color Space 172,41% ,52% hsl(172,41% ,52%)
HSV Color Space 172°, 55%, 72%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 10110111 10101010
Octal 122 267 252
Decimal 82 183 170
Hex 52 b7 aa

Different shades of #52b7aa color code.

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

Light Shade of #52b7aa
#76c6bc
Dark Shade of #52b7aa
#3f978c
Saturated Shade of #52b7aa
#46c3b3
Desaturated Shade of #52b7aa
#5eaba1
Grey scale Shade of #52b7aa
#848484
Brighten Shade
#6bd0c3
Most Readable Shade
#000000

Shades of #52b7aa color code

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

#52b7aa
#48a297
#3f8e84
#367a71
#2d655e
#24514b
#1b3d38
#122825
#091412
#000000

Similar Color like #52b7aa color

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

#53b8ab
#54b9ac
#55baad
#56bbae
#57bcaf
#58bdb0
#59beb1
#5abfb2
#5bc0b3
#5cc1b4
#5dc2b5
#5ec3b6
#5fc4b7
#60c5b8
#51b6a9
#50b5a8
#4fb4a7
#4eb3a6
#4db2a5
#4cb1a4
#4bb0a3
#4aafa2
#49aea1
#48ada0
#47ac9f
#46ab9e
#45aa9d
#44a99c

Monochromatic Color with #52b7aa

#52b7aa
#65e1d1
#060d0c
#193734
#2c625b
#3f8c83

Tints of #52b7aa Color

#52b7aa
#65bfb3
#78c7bc
#8bcfc6
#9ed7cf
#b2dfd9
#c5e7e2
#d8efec
#ebf7f5
#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

#52b7aa
#b7525f

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

Split Complementary

#52b7aa
#b75291
#b77852

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

Analogous Color

#52b782
#52b796
#52b7aa
#52b0b7
#529cb7

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

#52b7aa
#aa52b7
#b7aa52

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

#52b7aa
#7752b7
#b7525f
#91b752

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

#52b7aa
#b7525f
#b77852
#5291b7

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 #52b7aa 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.

#52b7aa Color Code Preview on Black Background Color

This is how #52b7aa Color will look on black background color. Color contrast ratio is 8.71

#52b7aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52b7aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52b7aa

#52b7aa color code is use for CSS Background Color

Background color for the above div is #52b7aa

HTML with inline CSS

<div style="background-color:#52b7aa;"></div>

#52b7aa color code is use for CSS Border Color

CSS Border color for the above div is #52b7aa

HTML with inline CSS

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

CSS Border Left color for the above div is #52b7aa

HTML with inline CSS

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

CSS Border Right color for the above div is #52b7aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52b7aa

HTML with inline CSS

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

CSS Border Top color for the above div is #52b7aa

HTML with inline CSS

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

#52b7aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52b7aa Color code Preview on White Background

This is how #52b7aa Color code will look on white background color. Color contrast ratio is 2.41

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

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(82,183,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,82,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,183,170,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.