crispedge.com

Color picker

Loading...

#9bd7af hex color - Green - Cool color - Information

#9bd7af hex color - Green - Cool color

Color Hue/Base color: Green

Hex #9bd7af Color code in RGB color code model is created after adding 60.78% red color, 84.31% green color and 68.63% blue color. Hex #9bd7af Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 19% yellow and 16% black.

Hex #9bd7af color code is between #99ddaa web safe hex color code and #aaccbb web safe hex color code. #99ddaa is the nearest web safe color code. You can see here many more shades of #9bd7af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9bd7af#9bd7af
RGB Decimal155, 215, 175rgb(155, 215, 175)
RGB Percent61%, 84%, 69%rgb(61%, 84%, 69%)
CSS RGBa155, 215, 175,1rgba(155,215,175,1)
CMYK Modelcmyk(28%,0%,19%,16%)
HSL Color Space140,43% ,73%hsl(140,43% ,73%)
HSV Color Space140°, 28%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110111101011110101111
Octal233327257
Decimal155215175
Hex9bd7af

Different shades of #9bd7af color code.

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

Light Shade of #9bd7af
#bfe6cc
Dark Shade of #9bd7af
#77c892
Saturated Shade of #9bd7af
#94dead
Desaturated Shade of #9bd7af
#a2d0b1
Grey scale Shade of #9bd7af
#b9b9b9
Brighten Shade
#b4f0c8
Most Readable Shade
#000000

Shades of #9bd7af color code

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

#9bd7af
#89bf9b
#78a788
#678f74
#567761
#445f4d
#33473a
#222f26
#111713
#000000

Similar Color like #9bd7af color

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

#9cd8b0
#9dd9b1
#9edab2
#9fdbb3
#a0dcb4
#a1ddb5
#a2deb6
#a3dfb7
#a4e0b8
#a5e1b9
#a6e2ba
#a7e3bb
#a8e4bc
#a9e5bd
#9ad6ae
#99d5ad
#98d4ac
#97d3ab
#96d2aa
#95d1a9
#94d0a8
#93cfa7
#92cea6
#91cda5
#90cca4
#8fcba3
#8ecaa2
#8dc9a1

Monochromatic Color with #9bd7af

#9bd7af
#020202
#202d25
#3f5747
#5e826a
#7cac8c

Tints of #9bd7af Color

#9bd7af
#a6dbb7
#b1dfc0
#bce4c9
#c7e8d2
#d2eddb
#ddf1e4
#e8f6ed
#f3faf6
#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

#9bd7af
#d79bc3

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

Split Complementary

#9bd7af
#cd9bd7
#d79ba5

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

Analogous Color

#9fd79b
#9bd7a3
#9bd7af
#9bd7bb
#9bd7c7

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

#9bd7af
#af9bd7
#d7af9b

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

#9bd7af
#9ba5d7
#d79bc3
#d7cd9b

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

#9bd7af
#d79bc3
#d79ba5
#9bd7cd

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 #9bd7af 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.

#9bd7af Color Code Preview on Black Background Color

This is how #9bd7af Color will look on black background color. Color contrast ratio is 12.73

#9bd7af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bd7af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bd7af

#9bd7af color code is use for CSS Background Color

Background color for the above div is #9bd7af

HTML with inline CSS

<div style="background-color:#9bd7af;"></div>

#9bd7af color code is use for CSS Border Color

CSS Border color for the above div is #9bd7af

HTML with inline CSS

<div style="border:5px solid #9bd7af;"></div>

CSS Border Left color for the above div is #9bd7af

HTML with inline CSS

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

CSS Border Right color for the above div is #9bd7af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9bd7af

HTML with inline CSS

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

CSS Border Top color for the above div is #9bd7af

HTML with inline CSS

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

#9bd7af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9bd7af Color code Preview on White Background

This is how #9bd7af Color code will look on white background color. Color contrast ratio is 1.65

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

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(155,215,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(215,155,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(155,215,175,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.