crispedge.com

Color picker

Loading...

#71bfc5 hex color - Green - Cool color - Information

#71bfc5 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #71bfc5 Color code in RGB color code model is created after adding 44.31% red color, 74.9% green color and 77.25% blue color. Hex #71bfc5 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 3% magenta, 0% yellow and 23% black.

Hex #71bfc5 color code is between #77bbcc web safe hex color code and #66ccbb web safe hex color code. #77bbcc is the nearest web safe color code. You can see here many more shades of #71bfc5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code71bfc5#71bfc5
RGB Decimal113, 191, 197rgb(113, 191, 197)
RGB Percent44%, 75%, 77%rgb(44%, 75%, 77%)
CSS RGBa113, 191, 197,1rgba(113,191,197,1)
CMYK Modelcmyk(43%,3%,0%,23%)
HSL Color Space184,42% ,61%hsl(184,42% ,61%)
HSV Color Space184°, 43%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011011111111000101
Octal161277305
Decimal113191197
Hex71bfc5

Different shades of #71bfc5 color code.

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

Light Shade of #71bfc5
#95cfd4
Dark Shade of #71bfc5
#4dafb6
Saturated Shade of #71bfc5
#67c8cf
Desaturated Shade of #71bfc5
#7bb6bb
Grey scale Shade of #71bfc5
#9b9b9b
Brighten Shade
#8ad8de
Most Readable Shade
#000000

Shades of #71bfc5 color code

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

#71bfc5
#64a9af
#579499
#4b7f83
#3e6a6d
#325457
#253f41
#192a2b
#0c1515
#000000

Similar Color like #71bfc5 color

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

#72c0c6
#73c1c7
#74c2c8
#75c3c9
#76c4ca
#77c5cb
#78c6cc
#79c7cd
#7ac8ce
#7bc9cf
#7ccad0
#7dcbd1
#7eccd2
#7fcdd3
#70bec4
#6fbdc3
#6ebcc2
#6dbbc1
#6cbac0
#6bb9bf
#6ab8be
#69b7bd
#68b6bc
#67b5bb
#66b4ba
#65b3b9
#64b2b8
#63b1b7

Monochromatic Color with #71bfc5

#71bfc5
#89e8ef
#0f1a1b
#284345
#406d70
#59969a

Tints of #71bfc5 Color

#71bfc5
#80c6cb
#90cdd1
#a0d4d8
#b0dbde
#bfe2e5
#cfe9eb
#dff0f2
#eff7f8
#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

#71bfc5
#c57771

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

Split Complementary

#71bfc5
#c57195
#c5a171

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

Analogous Color

#71c5a9
#71c5ba
#71bfc5
#71aec5
#719dc5

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

#71bfc5
#c571bf
#bfc571

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

#71bfc5
#a171c5
#c57771
#95c571

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

#71bfc5
#c57771
#c5a171
#7195c5

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 #71bfc5 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.

#71bfc5 Color Code Preview on Black Background Color

This is how #71bfc5 Color will look on black background color. Color contrast ratio is 9.96

#71bfc5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71bfc5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71bfc5

#71bfc5 color code is use for CSS Background Color

Background color for the above div is #71bfc5

HTML with inline CSS

<div style="background-color:#71bfc5;"></div>

#71bfc5 color code is use for CSS Border Color

CSS Border color for the above div is #71bfc5

HTML with inline CSS

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

CSS Border Left color for the above div is #71bfc5

HTML with inline CSS

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

CSS Border Right color for the above div is #71bfc5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71bfc5

HTML with inline CSS

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

CSS Border Top color for the above div is #71bfc5

HTML with inline CSS

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

#71bfc5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71bfc5 Color code Preview on White Background

This is how #71bfc5 Color code will look on white background color. Color contrast ratio is 2.11

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

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(113,191,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,119,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,191,197,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.