crispedge.com

#76edbf hex color - Blue - Cool color - Information

#76edbf hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #76edbf Color code in RGB color code model is created after adding 46.27% red color, 92.94% green color and 74.9% blue color. Hex #76edbf Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 19% yellow and 7% black.

Hex #76edbf color code is between #77eebb web safe hex color code and #66ddcc web safe hex color code. #77eebb is the nearest web safe color code. You can see here many more shades of #76edbf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code76edbf#76edbf
RGB Decimal118, 237, 191rgb(118, 237, 191)
RGB Percent46%, 93%, 75%rgb(46%, 93%, 75%)
CSS RGBa118, 237, 191,1rgba(118,237,191,1)
CMYK Modelcmyk(50%,0%,19%,7%)
HSL Color Space157,77% ,70%hsl(157,77% ,70%)
HSV Color Space157°, 50%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101101110110110111111
Octal166355277
Decimal118237191
Hex76edbf

Different shades of #76edbf color code.

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

Light Shade of #76edbf
#a3f3d4
Dark Shade of #76edbf
#49e7aa
Saturated Shade of #76edbf
#6ef5c1
Desaturated Shade of #76edbf
#7ee5bd
Grey scale Shade of #76edbf
#b1b1b1
Brighten Shade
#8fffd8
Most Readable Shade
#000000

Shades of #76edbf color code

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

#76edbf
#68d2a9
#5bb894
#4e9e7f
#41836a
#346954
#274f3f
#1a342a
#0d1a15
#000000

Similar Color like #76edbf color

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

#77eec0
#78efc1
#79f0c2
#7af1c3
#7bf2c4
#7cf3c5
#7df4c6
#7ef5c7
#7ff6c8
#80f7c9
#81f8ca
#82f9cb
#83facc
#84fbcd
#75ecbe
#74ebbd
#73eabc
#72e9bb
#71e8ba
#70e7b9
#6fe6b8
#6ee5b7
#6de4b6
#6ce3b5
#6be2b4
#6ae1b3
#69e0b2
#68dfb1

Monochromatic Color with #76edbf

#76edbf
#0c1814
#214336
#376d58
#4c987a
#61c29d

Tints of #76edbf Color

#76edbf
#85efc6
#94f1cd
#a3f3d4
#b2f5db
#c2f7e2
#d1f9e9
#e0fbf0
#effdf7
#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

#76edbf
#ed76a4

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

Split Complementary

#76edbf
#ed76e0
#ed8476

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

Analogous Color

#76ed8f
#76eda7
#76edbf
#76edd7
#76ebed

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

#76edbf
#bf76ed
#edbf76

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

#76edbf
#8376ed
#ed76a4
#dfed76

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

#76edbf
#ed76a4
#ed8476
#76e0ed

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 #76edbf 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.

#76edbf Color Code Preview on Black Background Color

This is how #76edbf Color will look on black background color. Color contrast ratio is 14.64

#76edbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76edbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #76edbf

#76edbf color code is use for CSS Background Color

Background color for the above div is #76edbf

HTML with inline CSS

<div style="background-color:#76edbf;"></div>

#76edbf color code is use for CSS Border Color

CSS Border color for the above div is #76edbf

HTML with inline CSS

<div style="border:5px solid #76edbf;"></div>

CSS Border Left color for the above div is #76edbf

HTML with inline CSS

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

CSS Border Right color for the above div is #76edbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #76edbf

HTML with inline CSS

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

CSS Border Top color for the above div is #76edbf

HTML with inline CSS

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

#76edbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76edbf Color code Preview on White Background

This is how #76edbf Color code will look on white background color. Color contrast ratio is 1.43

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

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(118,237,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,118,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,237,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>