crispedge.com

Color picker

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

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

#66aa87 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #66aa87 Color code in RGB color code model is created after adding 40% red color, 66.67% green color and 52.94% blue color. Hex #66aa87 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 0% magenta, 21% yellow and 33% black.

Hex #66aa87 color code is between #559988 web safe hex color code and #77bb77 web safe hex color code. #559988 is the nearest web safe color code. You can see here many more shades of #66aa87 color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Code66aa87#66aa87
RGB Decimal102, 170, 135rgb(102, 170, 135)
RGB Percent40%, 67%, 53%rgb(40%, 67%, 53%)
CSS RGBa102, 170, 135,1rgba(102,170,135,1)
CMYK Modelcmyk(40%,0%,21%,33%)
HSL Color Space149,29% ,53%hsl(149,29% ,53%)
HSV Color Space149°, 40%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101010101010000111
Octal146252207
Decimal102170135
Hex66aa87

Different shades of #66aa87 color code.

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

Light Shade of #66aa87
#87bca1
Dark Shade of #66aa87
#4f8e6e
Saturated Shade of #66aa87
#5ab687
Desaturated Shade of #66aa87
#729e87
Grey scale Shade of #66aa87
#888888
Brighten Shade
#7fc3a0
Most Readable Shade
#000000

Shades of #66aa87 color code

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

#66aa87
#5a9778
#4f8469
#44715a
#385e4b
#2d4b3c
#22382d
#16251e
#0b120f
#000000

Similar Color like #66aa87 color

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

#67ab88
#68ac89
#69ad8a
#6aae8b
#6baf8c
#6cb08d
#6db18e
#6eb28f
#6fb390
#70b491
#71b592
#72b693
#73b794
#74b895
#65a986
#64a885
#63a784
#62a683
#61a582
#60a481
#5fa380
#5ea27f
#5da17e
#5ca07d
#5b9f7c
#5a9e7b
#599d7a
#589c79

Monochromatic Color with #66aa87

#66aa87
#80d4a9
#99ffca
#192a22
#335543
#4c7f65

Tints of #66aa87 Color

#66aa87
#77b394
#88bca1
#99c6af
#aacfbc
#bbd9c9
#cce2d7
#ddece4
#eef5f1
#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

#66aa87
#aa6689

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

Split Complementary

#66aa87
#a966aa
#aa6667

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

Analogous Color

#66aa6c
#66aa79
#66aa87
#66aa95
#66aaa2

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

#66aa87
#8766aa
#aa8766

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

#66aa87
#6667aa
#aa6689
#aaa966

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

#66aa87
#aa6689
#aa6667
#66aaa9

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

#66aa87 Color Code Preview on Black Background Color

This is how #66aa87 Color will look on black background color. Color contrast ratio is 7.66

#66aa87 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66aa87 color code is use for CSS Background Color

Background color for the above div is #66aa87

HTML with inline CSS

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

#66aa87 color code is use for CSS Border Color

CSS Border color for the above div is #66aa87

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66aa87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66aa87 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.