crispedge.com

Color picker

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

#96f5be hex color - Green - Cool color - Information

#96f5be hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #96f5be Color code in RGB color code model is created after adding 58.82% red color, 96.08% green color and 74.51% blue color. Hex #96f5be Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 0% magenta, 22% yellow and 4% black.

Hex #96f5be color code is between #99eebb web safe hex color code and #88ffcc web safe hex color code. #99eebb is the nearest web safe color code. You can see here many more shades of #96f5be color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Code96f5be#96f5be
RGB Decimal150, 245, 190rgb(150, 245, 190)
RGB Percent59%, 96%, 75%rgb(59%, 96%, 75%)
CSS RGBa150, 245, 190,1rgba(150,245,190,1)
CMYK Modelcmyk(39%,0%,22%,4%)
HSL Color Space145,83% ,77%hsl(145,83% ,77%)
HSV Color Space145°, 39%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101111010110111110
Octal226365276
Decimal150245190
Hex96f5be

Different shades of #96f5be color code.

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

Light Shade of #96f5be
#c5f9db
Dark Shade of #96f5be
#67f1a1
Saturated Shade of #96f5be
#90fbbd
Desaturated Shade of #96f5be
#9cefbf
Grey scale Shade of #96f5be
#c5c5c5
Brighten Shade
#afffd7
Most Readable Shade
#000000

Shades of #96f5be color code

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

#96f5be
#85d9a8
#74be93
#64a37e
#538869
#426c54
#32513f
#21362a
#101b15
#000000

Similar Color like #96f5be color

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

#97f6bf
#98f7c0
#99f8c1
#9af9c2
#9bfac3
#9cfbc4
#9dfcc5
#9efdc6
#9ffec7
#a0ffc8
#a1ffc9
#a2ffca
#a3ffcb
#a4ffcc
#95f4bd
#94f3bc
#93f2bb
#92f1ba
#91f0b9
#90efb8
#8feeb7
#8eedb6
#8decb5
#8cebb4
#8beab3
#8ae9b2
#89e8b1
#88e7b0

Monochromatic Color with #96f5be

#96f5be
#142019
#2e4b3a
#48755b
#62a07c
#7cca9d

Tints of #96f5be Color

#96f5be
#a1f6c5
#adf7cc
#b9f8d3
#c4f9da
#d0fae2
#dcfbe9
#e7fcf0
#f3fdf7
#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

#96f5be
#f596cd

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

Split Complementary

#96f5be
#ee96f5
#f5969d

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

Analogous Color

#96f598
#96f5ab
#96f5be
#96f5d1
#96f5e4

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

#96f5be
#be96f5
#f5be96

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

#96f5be
#969df5
#f596cd
#f5ed96

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

#96f5be
#f596cd
#f5969d
#96f5ee

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 #96f5be 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.

#96f5be Color Code Preview on Black Background Color

This is how #96f5be Color will look on black background color. Color contrast ratio is 16.10

#96f5be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96f5be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96f5be

#96f5be color code is use for CSS Background Color

Background color for the above div is #96f5be

HTML with inline CSS

<div style="background-color:#96f5be;"></div>

#96f5be color code is use for CSS Border Color

CSS Border color for the above div is #96f5be

HTML with inline CSS

<div style="border:5px solid #96f5be;"></div>

CSS Border Left color for the above div is #96f5be

HTML with inline CSS

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

CSS Border Right color for the above div is #96f5be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96f5be

HTML with inline CSS

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

CSS Border Top color for the above div is #96f5be

HTML with inline CSS

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

#96f5be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96f5be Color code Preview on White Background

This is how #96f5be Color code will look on white background color. Color contrast ratio is 1.30

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

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.