crispedge.com

Color picker

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

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

#9fdcd5 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #9fdcd5 Color code in RGB color code model is created after adding 62.35% red color, 86.27% green color and 83.53% blue color. Hex #9fdcd5 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 3% yellow and 14% black.

Hex #9fdcd5 color code is between #99dddd web safe hex color code and #aacccc web safe hex color code. #99dddd is the nearest web safe color code. You can see here many more shades of #9fdcd5 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code9fdcd5#9fdcd5
RGB Decimal159, 220, 213rgb(159, 220, 213)
RGB Percent62%, 86%, 84%rgb(62%, 86%, 84%)
CSS RGBa159, 220, 213,1rgba(159,220,213,1)
CMYK Modelcmyk(28%,0%,3%,14%)
HSL Color Space173,47% ,74%hsl(173,47% ,74%)
HSV Color Space173°, 28%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111111101110011010101
Octal237334325
Decimal159220213
Hex9fdcd5

Different shades of #9fdcd5 color code.

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

Light Shade of #9fdcd5
#c4eae5
Dark Shade of #9fdcd5
#7acec5
Saturated Shade of #9fdcd5
#98e3da
Desaturated Shade of #9fdcd5
#a6d5d0
Grey scale Shade of #9fdcd5
#bdbdbd
Brighten Shade
#b8f5ee
Most Readable Shade
#000000

Shades of #9fdcd5 color code

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

#9fdcd5
#8dc3bd
#7baba5
#6a928e
#587a76
#46615e
#354947
#23302f
#111817
#000000

Similar Color like #9fdcd5 color

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

#a0ddd6
#a1ded7
#a2dfd8
#a3e0d9
#a4e1da
#a5e2db
#a6e3dc
#a7e4dd
#a8e5de
#a9e6df
#aae7e0
#abe8e1
#ace9e2
#adeae3
#9edbd4
#9ddad3
#9cd9d2
#9bd8d1
#9ad7d0
#99d6cf
#98d5ce
#97d4cd
#96d3cc
#95d2cb
#94d1ca
#93d0c9
#92cfc8
#91cec7

Monochromatic Color with #9fdcd5

#9fdcd5
#050707
#243230
#435c5a
#628783
#80b1ac

Tints of #9fdcd5 Color

#9fdcd5
#a9dfd9
#b4e3de
#bfe7e3
#c9ebe7
#d4efec
#dff3f1
#e9f7f5
#f4fbfa
#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

#9fdcd5
#dc9fa6

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

Split Complementary

#9fdcd5
#dc9fc5
#dcb79f

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

Analogous Color

#9fdcbd
#9fdcc9
#9fdcd5
#9fd7dc
#9fcbdc

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

#9fdcd5
#d59fdc
#dcd59f

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

#9fdcd5
#b69fdc
#dc9fa6
#c4dc9f

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

#9fdcd5
#dc9fa6
#dcb79f
#9fc5dc

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

#9fdcd5 Color Code Preview on Black Background Color

This is how #9fdcd5 Color will look on black background color. Color contrast ratio is 13.67

#9fdcd5 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9fdcd5 color code is use for CSS Background Color

Background color for the above div is #9fdcd5

HTML with inline CSS

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

#9fdcd5 color code is use for CSS Border Color

CSS Border color for the above div is #9fdcd5

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9fdcd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9fdcd5 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.