crispedge.com

Color picker

Loading...

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

#9cc9be hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9cc9be Color code in RGB color code model is created after adding 61.18% red color, 78.82% green color and 74.51% blue color. Hex #9cc9be Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 5% yellow and 21% black.

Hex #9cc9be color code is between #99ccbb web safe hex color code and #aabbcc web safe hex color code. #99ccbb is the nearest web safe color code. You can see here many more shades of #9cc9be color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9cc9be#9cc9be
RGB Decimal156, 201, 190rgb(156, 201, 190)
RGB Percent61%, 79%, 75%rgb(61%, 79%, 75%)
CSS RGBa156, 201, 190,1rgba(156,201,190,1)
CMYK Modelcmyk(22%,0%,5%,21%)
HSL Color Space165,29% ,70%hsl(165,29% ,70%)
HSV Color Space165°, 22%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111001100100110111110
Octal234311276
Decimal156201190
Hex9cc9be

Different shades of #9cc9be color code.

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

Light Shade of #9cc9be
#bddbd4
Dark Shade of #9cc9be
#7bb7a8
Saturated Shade of #9cc9be
#94d1c2
Desaturated Shade of #9cc9be
#a4c1ba
Grey scale Shade of #9cc9be
#b3b3b3
Brighten Shade
#b5e2d7
Most Readable Shade
#000000

Shades of #9cc9be color code

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

#9cc9be
#8ab2a8
#799c93
#68867e
#566f69
#455954
#34433f
#222c2a
#111615
#000000

Similar Color like #9cc9be color

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

#9dcabf
#9ecbc0
#9fccc1
#a0cdc2
#a1cec3
#a2cfc4
#a3d0c5
#a4d1c6
#a5d2c7
#a6d3c8
#a7d4c9
#a8d5ca
#a9d6cb
#aad7cc
#9bc8bd
#9ac7bc
#99c6bb
#98c5ba
#97c4b9
#96c3b8
#95c2b7
#94c1b6
#93c0b5
#92bfb4
#91beb3
#90bdb2
#8fbcb1
#8ebbb0

Monochromatic Color with #9cc9be

#9cc9be
#bdf3e6
#181f1d
#394945
#5a746e
#7b9e96

Tints of #9cc9be Color

#9cc9be
#a7cfc5
#b2d5cc
#bddbd3
#c8e1da
#d3e7e2
#deede9
#e9f3f0
#f4f9f7
#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

#9cc9be
#c99ca7

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

Split Complementary

#9cc9be
#c99cbe
#c9a89c

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

Analogous Color

#9cc9ac
#9cc9b5
#9cc9be
#9cc9c7
#9cc2c9

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

#9cc9be
#be9cc9
#c9be9c

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

#9cc9be
#a89cc9
#c99ca7
#bdc99c

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

#9cc9be
#c99ca7
#c9a89c
#9cbec9

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

#9cc9be Color Code Preview on Black Background Color

This is how #9cc9be Color will look on black background color. Color contrast ratio is 11.51

#9cc9be in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9cc9be color code is use for CSS Background Color

Background color for the above div is #9cc9be

HTML with inline CSS

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

#9cc9be color code is use for CSS Border Color

CSS Border color for the above div is #9cc9be

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9cc9be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9cc9be Color code Preview on White Background

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

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

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(156,201,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,156,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(156,201,190,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.