crispedge.com

Color picker

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

#77efc4 hex color - Blue - Cool color - Information

#77efc4 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #77efc4 Color code in RGB color code model is created after adding 46.67% red color, 93.73% green color and 76.86% blue color. Hex #77efc4 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 18% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code77efc4#77efc4
RGB Decimal119, 239, 196rgb(119, 239, 196)
RGB Percent47%, 94%, 77%rgb(47%, 94%, 77%)
CSS RGBa119, 239, 196,1rgba(119,239,196,1)
CMYK Modelcmyk(50%,0%,18%,6%)
HSL Color Space159,79% ,70%hsl(159,79% ,70%)
HSV Color Space159°, 50%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111110111111000100
Octal167357304
Decimal119239196
Hex77efc4

Different shades of #77efc4 color code.

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

Light Shade of #77efc4
#a5f4d8
Dark Shade of #77efc4
#49eab0
Saturated Shade of #77efc4
#6ff7c6
Desaturated Shade of #77efc4
#7fe7c2
Grey scale Shade of #77efc4
#b3b3b3
Brighten Shade
#90ffdd
Most Readable Shade
#000000

Shades of #77efc4 color code

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

#77efc4
#69d4ae
#5cb998
#4f9f82
#42846c
#346a57
#274f41
#1a352b
#0d1a15
#000000

Similar Color like #77efc4 color

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

#78f0c5
#79f1c6
#7af2c7
#7bf3c8
#7cf4c9
#7df5ca
#7ef6cb
#7ff7cc
#80f8cd
#81f9ce
#82facf
#83fbd0
#84fcd1
#85fdd2
#76eec3
#75edc2
#74ecc1
#73ebc0
#72eabf
#71e9be
#70e8bd
#6fe7bc
#6ee6bb
#6de5ba
#6ce4b9
#6be3b8
#6ae2b7
#69e1b6

Monochromatic Color with #77efc4

#77efc4
#0d1a16
#224539
#386f5b
#4d9a7e
#62c4a1

Tints of #77efc4 Color

#77efc4
#86f0ca
#95f2d1
#a4f4d7
#b3f6de
#c2f7e4
#d1f9eb
#e0fbf1
#effdf8
#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

#77efc4
#ef77a2

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

Split Complementary

#77efc4
#ef77de
#ef8877

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

Analogous Color

#77ef94
#77efac
#77efc4
#77efdc
#77eaef

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

#77efc4
#c477ef
#efc477

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

#77efc4
#8877ef
#ef77a2
#deef77

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

#77efc4
#ef77a2
#ef8877
#77deef

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 #77efc4 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.

#77efc4 Color Code Preview on Black Background Color

This is how #77efc4 Color will look on black background color. Color contrast ratio is 14.93

#77efc4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77efc4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77efc4

#77efc4 color code is use for CSS Background Color

Background color for the above div is #77efc4

HTML with inline CSS

<div style="background-color:#77efc4;"></div>

#77efc4 color code is use for CSS Border Color

CSS Border color for the above div is #77efc4

HTML with inline CSS

<div style="border:5px solid #77efc4;"></div>

CSS Border Left color for the above div is #77efc4

HTML with inline CSS

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

CSS Border Right color for the above div is #77efc4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #77efc4

HTML with inline CSS

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

CSS Border Top color for the above div is #77efc4

HTML with inline CSS

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

#77efc4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77efc4 Color code Preview on White Background

This is how #77efc4 Color code will look on white background color. Color contrast ratio is 1.41

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.