crispedge.com

Color picker

Loading...

#77ddbb hex color - Green - Cool color - Information

#77ddbb hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #77ddbb Color code in RGB color code model is created after adding 46.67% red color, 86.67% green color and 73.33% blue color. Hex #77ddbb Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 0% magenta, 15% yellow and 13% black.

Hex #77ddbb color code is a web safe color. Next web safe color code is #66ccaa and previous web safe color code is #88eecc. You can see here many more shades of #77ddbb color code.

0 Likes 0 Comments | 44 Views

RGB Chart

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

Color Table

Hex Color Code77ddbb#77ddbb
RGB Decimal119, 221, 187rgb(119, 221, 187)
RGB Percent47%, 87%, 73%rgb(47%, 87%, 73%)
CSS RGBa119, 221, 187,1rgba(119,221,187,1)
CMYK Modelcmyk(46%,0%,15%,13%)
HSL Color Space160,60% ,67%hsl(160,60% ,67%)
HSV Color Space160°, 46%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111101110110111011
Octal167335273
Decimal119221187
Hex77ddbb

Different shades of #77ddbb color code.

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

Light Shade of #77ddbb
#a0e7cf
Dark Shade of #77ddbb
#4ed3a7
Saturated Shade of #77ddbb
#6ee5be
Desaturated Shade of #77ddbb
#7fd4b8
Grey scale Shade of #77ddbb
#aaaaaa
Brighten Shade
#90f6d4
Most Readable Shade
#000000

Shades of #77ddbb color code

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

#77ddbb
#69c4a6
#5cab91
#4f937c
#427a67
#346253
#27493e
#1a3129
#0d1814
#000000

Similar Color like #77ddbb color

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

#78debc
#79dfbd
#7ae0be
#7be1bf
#7ce2c0
#7de3c1
#7ee4c2
#7fe5c3
#80e6c4
#81e7c5
#82e8c6
#83e9c7
#84eac8
#85ebc9
#76dcba
#75dbb9
#74dab8
#73d9b7
#72d8b6
#71d7b5
#70d6b4
#6fd5b3
#6ed4b2
#6dd3b1
#6cd2b0
#6bd1af
#6ad0ae
#69cfad

Monochromatic Color with #77ddbb

#77ddbb
#050807
#1b332b
#325d4f
#498873
#60b397

Tints of #77ddbb Color

#77ddbb
#86e0c2
#95e4ca
#a4e8d1
#b3ecd9
#c2efe0
#d1f3e8
#e0f7ef
#effbf7
#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

#77ddbb
#dd7799

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

Split Complementary

#77ddbb
#dd77cc
#dd8877

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

Analogous Color

#77dd92
#77dda7
#77ddbb
#77ddcf
#77d6dd

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

#77ddbb
#bb77dd
#ddbb77

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

#77ddbb
#8877dd
#dd7799
#ccdd77

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

#77ddbb
#dd7799
#dd8877
#77ccdd

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

#77ddbb Color Code Preview on Black Background Color

This is how #77ddbb Color will look on black background color. Color contrast ratio is 12.84

#77ddbb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#77ddbb color code is use for CSS Background Color

Background color for the above div is #77ddbb

HTML with inline CSS

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

#77ddbb color code is use for CSS Border Color

CSS Border color for the above div is #77ddbb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#77ddbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77ddbb Color code Preview on White Background

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

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

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(119,221,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,119,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,221,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 44 Views

Post your comment:-

By submitting comment you agree to our privacy policy.