crispedge.com

Color picker

Loading...

#7fddcc hex color - Green - Cool color - Information

#7fddcc hex color - Green - Cool color

Color Hue/Base color: Green

Hex #7fddcc Color code in RGB color code model is created after adding 49.8% red color, 86.67% green color and 80% blue color. Hex #7fddcc Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 8% yellow and 13% black.

Hex #7fddcc color code is between #77ccbb web safe hex color code and #88eedd web safe hex color code. #77ccbb is the nearest web safe color code. You can see here many more shades of #7fddcc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7fddcc#7fddcc
RGB Decimal127, 221, 204rgb(127, 221, 204)
RGB Percent50%, 87%, 80%rgb(50%, 87%, 80%)
CSS RGBa127, 221, 204,1rgba(127,221,204,1)
CMYK Modelcmyk(43%,0%,8%,13%)
HSL Color Space169,58% ,68%hsl(169,58% ,68%)
HSV Color Space169°, 43%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111101110111001100
Octal177335314
Decimal127221204
Hex7fddcc

Different shades of #7fddcc color code.

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

Light Shade of #7fddcc
#a7e8dc
Dark Shade of #7fddcc
#57d2bc
Saturated Shade of #7fddcc
#77e5d1
Desaturated Shade of #7fddcc
#87d5c7
Grey scale Shade of #7fddcc
#aeaeae
Brighten Shade
#98f6e5
Most Readable Shade
#000000

Shades of #7fddcc color code

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

#7fddcc
#70c4b5
#62ab9e
#549388
#467a71
#38625a
#2a4944
#1c312d
#0e1816
#000000

Similar Color like #7fddcc color

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

#80decd
#81dfce
#82e0cf
#83e1d0
#84e2d1
#85e3d2
#86e4d3
#87e5d4
#88e6d5
#89e7d6
#8ae8d7
#8be9d8
#8cead9
#8debda
#7edccb
#7ddbca
#7cdac9
#7bd9c8
#7ad8c7
#79d7c6
#78d6c5
#77d5c4
#76d4c3
#75d3c2
#74d2c1
#73d1c0
#72d0bf
#71cfbe

Monochromatic Color with #7fddcc

#7fddcc
#050808
#1d332f
#365d56
#4e887e
#67b3a5

Tints of #7fddcc Color

#7fddcc
#8de0d1
#9be4d7
#a9e8dd
#b7ece2
#c6efe8
#d4f3ee
#e2f7f3
#f0fbf9
#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

#7fddcc
#dd7f90

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

Split Complementary

#7fddcc
#dd7fbf
#dd9d7f

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

Analogous Color

#7fdda6
#7fddb9
#7fddcc
#7fdbdd
#7fc8dd

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

#7fddcc
#cc7fdd
#ddcc7f

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

#7fddcc
#9d7fdd
#dd7f90
#bfdd7f

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

#7fddcc
#dd7f90
#dd9d7f
#7fbfdd

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 #7fddcc 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.

#7fddcc Color Code Preview on Black Background Color

This is how #7fddcc Color will look on black background color. Color contrast ratio is 13.12

#7fddcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fddcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fddcc

#7fddcc color code is use for CSS Background Color

Background color for the above div is #7fddcc

HTML with inline CSS

<div style="background-color:#7fddcc;"></div>

#7fddcc color code is use for CSS Border Color

CSS Border color for the above div is #7fddcc

HTML with inline CSS

<div style="border:5px solid #7fddcc;"></div>

CSS Border Left color for the above div is #7fddcc

HTML with inline CSS

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

CSS Border Right color for the above div is #7fddcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7fddcc

HTML with inline CSS

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

CSS Border Top color for the above div is #7fddcc

HTML with inline CSS

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

#7fddcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fddcc Color code Preview on White Background

This is how #7fddcc Color code will look on white background color. Color contrast ratio is 1.60

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

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(127,221,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,127,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(127,221,204,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.