crispedge.com

Color picker

Loading...

#66ccaa hex color - Blue - Cool color - Information

#66ccaa hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #66ccaa Color code in RGB color code model is created after adding 40% red color, 80% green color and 66.67% blue color. Hex #66ccaa Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 0% magenta, 17% yellow and 20% black.

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

0 Likes 0 Comments | 29 Views

RGB Chart

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

Color Table

Hex Color Code66ccaa#66ccaa
RGB Decimal102, 204, 170rgb(102, 204, 170)
RGB Percent40%, 80%, 67%rgb(40%, 80%, 67%)
CSS RGBa102, 204, 170,1rgba(102,204,170,1)
CMYK Modelcmyk(50%,0%,17%,20%)
HSL Color Space160,50% ,60%hsl(160,50% ,60%)
HSV Color Space160°, 50%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101100110010101010
Octal146314252
Decimal102204170
Hex66ccaa

Different shades of #66ccaa color code.

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

Light Shade of #66ccaa
#8cd9bf
Dark Shade of #66ccaa
#40bf95
Saturated Shade of #66ccaa
#5cd6ad
Desaturated Shade of #66ccaa
#70c2a7
Grey scale Shade of #66ccaa
#999999
Brighten Shade
#7fe5c3
Most Readable Shade
#000000

Shades of #66ccaa color code

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

#66ccaa
#5ab597
#4f9e84
#448871
#38715e
#2d5a4b
#224438
#162d25
#0b1612
#000000

Similar Color like #66ccaa color

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

#67cdab
#68ceac
#69cfad
#6ad0ae
#6bd1af
#6cd2b0
#6dd3b1
#6ed4b2
#6fd5b3
#70d6b4
#71d7b5
#72d8b6
#73d9b7
#74dab8
#65cba9
#64caa8
#63c9a7
#62c8a6
#61c7a5
#60c6a4
#5fc5a3
#5ec4a2
#5dc3a1
#5cc2a0
#5bc19f
#5ac09e
#59bf9d
#58be9c

Monochromatic Color with #66ccaa

#66ccaa
#7bf6cd
#11221c
#264c40
#3b7763
#51a187

Tints of #66ccaa Color

#66ccaa
#77d1b3
#88d7bc
#99ddc6
#aae2cf
#bbe8d9
#cceee2
#ddf3ec
#eef9f5
#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

#66ccaa
#cc6688

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

Split Complementary

#66ccaa
#cc66bb
#cc7766

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

Analogous Color

#66cc81
#66cc96
#66ccaa
#66ccbe
#66c5cc

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

#66ccaa
#aa66cc
#ccaa66

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

#66ccaa
#7766cc
#cc6688
#bbcc66

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

#66ccaa
#cc6688
#cc7766
#66bbcc

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

#66ccaa Color Code Preview on Black Background Color

This is how #66ccaa Color will look on black background color. Color contrast ratio is 10.78

#66ccaa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66ccaa color code is use for CSS Background Color

Background color for the above div is #66ccaa

HTML with inline CSS

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

#66ccaa color code is use for CSS Border Color

CSS Border color for the above div is #66ccaa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66ccaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66ccaa Color code Preview on White Background

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

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

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,204,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,102,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(102,204,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 29 Views

Post your comment:-

By submitting comment you agree to our privacy policy.