crispedge.com

Color picker

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

#14bb80 hex color - Green - Cool color - Information

#14bb80 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #14bb80 Color code in RGB color code model is created after adding 7.84% red color, 73.33% green color and 50.2% blue color. Hex #14bb80 Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 0% magenta, 32% yellow and 27% black.

Hex #14bb80 color code is between #11aa88 web safe hex color code and #22cc77 web safe hex color code. #11aa88 is the nearest web safe color code. You can see here many more shades of #14bb80 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code14bb80#14bb80
RGB Decimal20, 187, 128rgb(20, 187, 128)
RGB Percent8%, 73%, 50%rgb(8%, 73%, 50%)
CSS RGBa20, 187, 128,1rgba(20,187,128,1)
CMYK Modelcmyk(89%,0%,32%,27%)
HSL Color Space159,81% ,41%hsl(159,81% ,41%)
HSV Color Space159°, 89%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001011101110000000
Octal24273200
Decimal20187128
Hex14bb80

Different shades of #14bb80 color code.

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

Light Shade of #14bb80
#1be79f
Dark Shade of #14bb80
#0f8d60
Saturated Shade of #14bb80
#0ac583
Desaturated Shade of #14bb80
#1eb17d
Grey scale Shade of #14bb80
#676767
Brighten Shade
#2dd499
Most Readable Shade
#000000

Shades of #14bb80 color code

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

#14bb80
#11a671
#0f9163
#0d7c55
#0b6747
#085338
#063e2a
#04291c
#02140e
#000000

Similar Color like #14bb80 color

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

#15bc81
#16bd82
#17be83
#18bf84
#19c085
#1ac186
#1bc287
#1cc388
#1dc489
#1ec58a
#1fc68b
#20c78c
#21c88d
#22c98e
#13ba7f
#12b97e
#11b87d
#10b77c
#0fb67b
#0eb57a
#0db479
#0cb378
#0bb277
#0ab176
#09b075
#08af74
#07ae73
#06ad72

Monochromatic Color with #14bb80

#14bb80
#19e59d
#02110c
#063b29
#0b6646
#0f9063

Tints of #14bb80 Color

#14bb80
#2ec28e
#48ca9c
#62d1aa
#7cd9b8
#96e0c6
#b0e8d4
#caefe2
#e4f7f0
#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

#14bb80
#bb144f

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

Split Complementary

#14bb80
#bb14a3
#bb2c14

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

Analogous Color

#14bb3d
#14bb5f
#14bb80
#14bba1
#14b3bb

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

#14bb80
#8014bb
#bb8014

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

#14bb80
#2c14bb
#bb144f
#a2bb14

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

#14bb80
#bb144f
#bb2c14
#14a3bb

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 #14bb80 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.

#14bb80 Color Code Preview on Black Background Color

This is how #14bb80 Color will look on black background color. Color contrast ratio is 8.45

#14bb80 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14bb80

HTML with inline CSS

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

Your Example Paragraph content text in with font color #14bb80

#14bb80 color code is use for CSS Background Color

Background color for the above div is #14bb80

HTML with inline CSS

<div style="background-color:#14bb80;"></div>

#14bb80 color code is use for CSS Border Color

CSS Border color for the above div is #14bb80

HTML with inline CSS

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

CSS Border Left color for the above div is #14bb80

HTML with inline CSS

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

CSS Border Right color for the above div is #14bb80

HTML with inline CSS

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

CSS Border Bottom color for the above div is #14bb80

HTML with inline CSS

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

CSS Border Top color for the above div is #14bb80

HTML with inline CSS

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

#14bb80 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#14bb80 Color code Preview on White Background

This is how #14bb80 Color code will look on white background color. Color contrast ratio is 2.49

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

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.