crispedge.com

Color picker

Loading...

#66d6bb hex color - Green - Cool color - Information

#66d6bb hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #66d6bb Color code in RGB color code model is created after adding 40% red color, 83.92% green color and 73.33% blue color. Hex #66d6bb Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 0% magenta, 13% yellow and 16% black.

Hex #66d6bb color code is between #55ddaa web safe hex color code and #77cccc web safe hex color code. #55ddaa is the nearest web safe color code. You can see here many more shades of #66d6bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code66d6bb#66d6bb
RGB Decimal102, 214, 187rgb(102, 214, 187)
RGB Percent40%, 84%, 73%rgb(40%, 84%, 73%)
CSS RGBa102, 214, 187,1rgba(102,214,187,1)
CMYK Modelcmyk(52%,0%,13%,16%)
HSL Color Space166,58% ,62%hsl(166,58% ,62%)
HSV Color Space166°, 52%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101101011010111011
Octal146326273
Decimal102214187
Hex66d6bb

Different shades of #66d6bb color code.

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

Light Shade of #66d6bb
#8ee1cd
Dark Shade of #66d6bb
#3ecba9
Saturated Shade of #66d6bb
#5ce0c0
Desaturated Shade of #66d6bb
#70ccb6
Grey scale Shade of #66d6bb
#9e9e9e
Brighten Shade
#7fefd4
Most Readable Shade
#000000

Shades of #66d6bb color code

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

#66d6bb
#5abea6
#4fa691
#448e7c
#387667
#2d5f53
#22473e
#162f29
#0b1714
#000000

Similar Color like #66d6bb color

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

#67d7bc
#68d8bd
#69d9be
#6adabf
#6bdbc0
#6cdcc1
#6dddc2
#6edec3
#6fdfc4
#70e0c5
#71e1c6
#72e2c7
#73e3c8
#74e4c9
#65d5ba
#64d4b9
#63d3b8
#62d2b7
#61d1b6
#60d0b5
#5fcfb4
#5eceb3
#5dcdb2
#5cccb1
#5bcbb0
#5acaaf
#59c9ae
#58c8ad

Monochromatic Color with #66d6bb

#66d6bb
#010101
#152c26
#29564c
#3d8171
#52ab96

Tints of #66d6bb Color

#66d6bb
#77dac2
#88dfca
#99e3d1
#aae8d9
#bbece0
#ccf1e8
#ddf5ef
#eefaf7
#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

#66d6bb
#d66681

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

Split Complementary

#66d6bb
#d666b9
#d68366

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

Analogous Color

#66d68e
#66d6a5
#66d6bb
#66d6d1
#66c4d6

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

#66d6bb
#bb66d6
#d6bb66

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

#66d6bb
#8366d6
#d66681
#b9d666

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

#66d6bb
#d66681
#d68366
#66b9d6

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 #66d6bb 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.

#66d6bb Color Code Preview on Black Background Color

This is how #66d6bb Color will look on black background color. Color contrast ratio is 11.90

#66d6bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66d6bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66d6bb

#66d6bb color code is use for CSS Background Color

Background color for the above div is #66d6bb

HTML with inline CSS

<div style="background-color:#66d6bb;"></div>

#66d6bb color code is use for CSS Border Color

CSS Border color for the above div is #66d6bb

HTML with inline CSS

<div style="border:5px solid #66d6bb;"></div>

CSS Border Left color for the above div is #66d6bb

HTML with inline CSS

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

CSS Border Right color for the above div is #66d6bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #66d6bb

HTML with inline CSS

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

CSS Border Top color for the above div is #66d6bb

HTML with inline CSS

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

#66d6bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66d6bb Color code Preview on White Background

This is how #66d6bb Color code will look on white background color. Color contrast ratio is 1.76

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

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(102,214,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(214,102,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,214,187,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.