crispedge.com

Color picker

Loading...

#53bf9c hex color - Green - Cool color - Information

#53bf9c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #53bf9c Color code in RGB color code model is created after adding 32.55% red color, 74.9% green color and 61.18% blue color. Hex #53bf9c Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 0% magenta, 18% yellow and 25% black.

Hex #53bf9c color code is between #55bb99 web safe hex color code and #44ccaa web safe hex color code. #55bb99 is the nearest web safe color code. You can see here many more shades of #53bf9c 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 53bf9c #53bf9c
RGB Decimal 83, 191, 156 rgb(83, 191, 156)
RGB Percent 33%, 75%, 61% rgb(33%, 75%, 61%)
CSS RGBa 83, 191, 156,1 rgba(83,191,156,1)
CMYK Model cmyk(57%,0%,18%,25%)
HSL Color Space 161,46% ,54% hsl(161,46% ,54%)
HSV Color Space 161°, 57%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010011 10111111 10011100
Octal 123 277 234
Decimal 83 191 156
Hex 53 bf 9c

Different shades of #53bf9c color code.

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

Light Shade of #53bf9c
#78cdb1
Dark Shade of #53bf9c
#3ca381
Saturated Shade of #53bf9c
#47cba0
Desaturated Shade of #53bf9c
#5fb398
Grey scale Shade of #53bf9c
#898989
Brighten Shade
#6cd8b5
Most Readable Shade
#000000

Shades of #53bf9c color code

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

#53bf9c
#49a98a
#409479
#377f68
#2e6a56
#245445
#1b3f34
#122a22
#091511
#000000

Similar Color like #53bf9c color

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

#54c09d
#55c19e
#56c29f
#57c3a0
#58c4a1
#59c5a2
#5ac6a3
#5bc7a4
#5cc8a5
#5dc9a6
#5ecaa7
#5fcba8
#60cca9
#61cdaa
#52be9b
#51bd9a
#50bc99
#4fbb98
#4eba97
#4db996
#4cb895
#4bb794
#4ab693
#49b592
#48b491
#47b390
#46b28f
#45b18e

Monochromatic Color with #53bf9c

#53bf9c
#65e9bf
#091511
#1c3f34
#2e6a57
#419479

Tints of #53bf9c Color

#53bf9c
#66c6a7
#79cdb2
#8cd4bd
#9fdbc8
#b2e2d3
#c5e9de
#d8f0e9
#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

#53bf9c
#bf5376

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

Split Complementary

#53bf9c
#bf53ac
#bf6653

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

Analogous Color

#53bf71
#53bf86
#53bf9c
#53bfb2
#53b7bf

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

#53bf9c
#9c53bf
#bf9c53

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

#53bf9c
#6653bf
#bf5376
#acbf53

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

#53bf9c
#bf5376
#bf6653
#53acbf

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 #53bf9c 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.

#53bf9c Color Code Preview on Black Background Color

This is how #53bf9c Color will look on black background color. Color contrast ratio is 9.30

#53bf9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53bf9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53bf9c

#53bf9c color code is use for CSS Background Color

Background color for the above div is #53bf9c

HTML with inline CSS

<div style="background-color:#53bf9c;"></div>

#53bf9c color code is use for CSS Border Color

CSS Border color for the above div is #53bf9c

HTML with inline CSS

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

CSS Border Left color for the above div is #53bf9c

HTML with inline CSS

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

CSS Border Right color for the above div is #53bf9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #53bf9c

HTML with inline CSS

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

CSS Border Top color for the above div is #53bf9c

HTML with inline CSS

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

#53bf9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53bf9c Color code Preview on White Background

This is how #53bf9c Color code will look on white background color. Color contrast ratio is 2.26

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

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(83,191,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,83,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,191,156,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.