crispedge.com

#95c5bb hex color - Green - Cool color - Information

#95c5bb hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #95c5bb Color code in RGB color code model is created after adding 58.43% red color, 77.25% green color and 73.33% blue color. Hex #95c5bb Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 0% magenta, 5% yellow and 23% black.

Hex #95c5bb color code is between #99ccaa web safe hex color code and #88bbcc web safe hex color code. #99ccaa is the nearest web safe color code. You can see here many more shades of #95c5bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code95c5bb#95c5bb
RGB Decimal149, 197, 187rgb(149, 197, 187)
RGB Percent58%, 77%, 73%rgb(58%, 77%, 73%)
CSS RGBa149, 197, 187,1rgba(149,197,187,1)
CMYK Modelcmyk(24%,0%,5%,23%)
HSL Color Space168,29% ,68%hsl(168,29% ,68%)
HSV Color Space168°, 24%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101011100010110111011
Octal225305273
Decimal149197187
Hex95c5bb

Different shades of #95c5bb color code.

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

Light Shade of #95c5bb
#b6d7d0
Dark Shade of #95c5bb
#74b3a6
Saturated Shade of #95c5bb
#8dcdc0
Desaturated Shade of #95c5bb
#9dbdb6
Grey scale Shade of #95c5bb
#adadad
Brighten Shade
#aeded4
Most Readable Shade
#000000

Shades of #95c5bb color code

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

#95c5bb
#84afa6
#739991
#63837c
#526d67
#425753
#31413e
#212b29
#101514
#000000

Similar Color like #95c5bb color

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

#96c6bc
#97c7bd
#98c8be
#99c9bf
#9acac0
#9bcbc1
#9cccc2
#9dcdc3
#9ecec4
#9fcfc5
#a0d0c6
#a1d1c7
#a2d2c8
#a3d3c9
#94c4ba
#93c3b9
#92c2b8
#91c1b7
#90c0b6
#8fbfb5
#8ebeb4
#8dbdb3
#8cbcb2
#8bbbb1
#8abab0
#89b9af
#88b8ae
#87b7ad

Monochromatic Color with #95c5bb

#95c5bb
#b5efe3
#141b1a
#354542
#55706a
#759a93

Tints of #95c5bb Color

#95c5bb
#a0cbc2
#acd1ca
#b8d8d1
#c4ded9
#cfe5e0
#dbebe8
#e7f2ef
#f3f8f7
#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

#95c5bb
#c5959f

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

Split Complementary

#95c5bb
#c595b7
#c5a395

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

Analogous Color

#95c5a8
#95c5b1
#95c5bb
#95c5c5
#95bcc5

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

#95c5bb
#bb95c5
#c5bb95

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

#95c5bb
#a395c5
#c5959f
#b7c595

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

#95c5bb
#c5959f
#c5a395
#95b7c5

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 #95c5bb 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.

#95c5bb Color Code Preview on Black Background Color

This is how #95c5bb Color will look on black background color. Color contrast ratio is 10.98

#95c5bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95c5bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95c5bb

#95c5bb color code is use for CSS Background Color

Background color for the above div is #95c5bb

HTML with inline CSS

<div style="background-color:#95c5bb;"></div>

#95c5bb color code is use for CSS Border Color

CSS Border color for the above div is #95c5bb

HTML with inline CSS

<div style="border:5px solid #95c5bb;"></div>

CSS Border Left color for the above div is #95c5bb

HTML with inline CSS

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

CSS Border Right color for the above div is #95c5bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95c5bb

HTML with inline CSS

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

CSS Border Top color for the above div is #95c5bb

HTML with inline CSS

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

#95c5bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95c5bb Color code Preview on White Background

This is how #95c5bb Color code will look on white background color. Color contrast ratio is 1.91

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

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(149,197,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,149,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,197,187,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.

< /html>