crispedge.com

Color picker

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

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

#71be94 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #71be94 Color code in RGB color code model is created after adding 44.31% red color, 74.51% green color and 58.04% blue color. Hex #71be94 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 0% magenta, 22% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code71be94#71be94
RGB Decimal113, 190, 148rgb(113, 190, 148)
RGB Percent44%, 75%, 58%rgb(44%, 75%, 58%)
CSS RGBa113, 190, 148,1rgba(113,190,148,1)
CMYK Modelcmyk(41%,0%,22%,25%)
HSL Color Space147,37% ,59%hsl(147,37% ,59%)
HSV Color Space147°, 41%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011011111010010100
Octal161276224
Decimal113190148
Hex71be94

Different shades of #71be94 color code.

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

Light Shade of #71be94
#94ceae
Dark Shade of #71be94
#4fad7a
Saturated Shade of #71be94
#67c893
Desaturated Shade of #71be94
#7bb495
Grey scale Shade of #71be94
#979797
Brighten Shade
#8ad7ad
Most Readable Shade
#000000

Shades of #71be94 color code

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

#71be94
#64a883
#579373
#4b7e62
#3e6952
#325441
#253f31
#192a20
#0c1510
#000000

Similar Color like #71be94 color

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

#72bf95
#73c096
#74c197
#75c298
#76c399
#77c49a
#78c59b
#79c69c
#7ac79d
#7bc89e
#7cc99f
#7dcaa0
#7ecba1
#7fcca2
#70bd93
#6fbc92
#6ebb91
#6dba90
#6cb98f
#6bb88e
#6ab78d
#69b68c
#68b58b
#67b48a
#66b389
#65b288
#64b187
#63b086

Monochromatic Color with #71be94

#71be94
#8ae8b5
#0c1410
#253e31
#3e6952
#589373

Tints of #71be94 Color

#71be94
#80c59f
#90ccab
#a0d3b7
#b0dac3
#bfe2cf
#cfe9db
#dff0e7
#eff7f3
#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

#71be94
#be719b

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

Split Complementary

#71be94
#ba71be
#be7175

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

Analogous Color

#71be75
#71be85
#71be94
#71bea3
#71beb3

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

#71be94
#9471be
#be9471

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

#71be94
#7175be
#be719b
#beba71

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

#71be94
#be719b
#be7175
#71beba

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

#71be94 Color Code Preview on Black Background Color

This is how #71be94 Color will look on black background color. Color contrast ratio is 9.50

#71be94 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#71be94 color code is use for CSS Background Color

Background color for the above div is #71be94

HTML with inline CSS

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

#71be94 color code is use for CSS Border Color

CSS Border color for the above div is #71be94

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#71be94 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71be94 Color code Preview on White Background

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

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

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.