crispedge.com

Color picker

Loading...

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

#76efcf hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #76efcf Color code in RGB color code model is created after adding 46.27% red color, 93.73% green color and 81.18% blue color. Hex #76efcf Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 0% magenta, 13% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code76efcf#76efcf
RGB Decimal118, 239, 207rgb(118, 239, 207)
RGB Percent46%, 94%, 81%rgb(46%, 94%, 81%)
CSS RGBa118, 239, 207,1rgba(118,239,207,1)
CMYK Modelcmyk(51%,0%,13%,6%)
HSL Color Space164,79% ,70%hsl(164,79% ,70%)
HSV Color Space164°, 51%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101101110111111001111
Octal166357317
Decimal118239207
Hex76efcf

Different shades of #76efcf color code.

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

Light Shade of #76efcf
#a4f4df
Dark Shade of #76efcf
#48eabf
Saturated Shade of #76efcf
#6ef7d3
Desaturated Shade of #76efcf
#7ee7cb
Grey scale Shade of #76efcf
#b3b3b3
Brighten Shade
#8fffe8
Most Readable Shade
#000000

Shades of #76efcf color code

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

#76efcf
#68d4b8
#5bb9a1
#4e9f8a
#418473
#346a5c
#274f45
#1a352e
#0d1a17
#000000

Similar Color like #76efcf color

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

#77f0d0
#78f1d1
#79f2d2
#7af3d3
#7bf4d4
#7cf5d5
#7df6d6
#7ef7d7
#7ff8d8
#80f9d9
#81fada
#82fbdb
#83fcdc
#84fddd
#75eece
#74edcd
#73eccc
#72ebcb
#71eaca
#70e9c9
#6fe8c8
#6ee7c7
#6de6c6
#6ce5c5
#6be4c4
#6ae3c3
#69e2c2
#68e1c1

Monochromatic Color with #76efcf

#76efcf
#0d1a17
#22453c
#376f61
#4c9a85
#61c4aa

Tints of #76efcf Color

#76efcf
#85f0d4
#94f2d9
#a3f4df
#b2f6e4
#c2f7e9
#d1f9ef
#e0fbf4
#effdf9
#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

#76efcf
#ef7696

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

Split Complementary

#76efcf
#ef76d2
#ef9376

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

Analogous Color

#76ef9f
#76efb7
#76efcf
#76efe7
#76dfef

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

#76efcf
#cf76ef
#efcf76

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

#76efcf
#9376ef
#ef7696
#d2ef76

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

#76efcf
#ef7696
#ef9376
#76d2ef

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

#76efcf Color Code Preview on Black Background Color

This is how #76efcf Color will look on black background color. Color contrast ratio is 15.02

#76efcf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#76efcf color code is use for CSS Background Color

Background color for the above div is #76efcf

HTML with inline CSS

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

#76efcf color code is use for CSS Border Color

CSS Border color for the above div is #76efcf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#76efcf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76efcf Color code Preview on White Background

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

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

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,239,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,118,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,239,207,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.