crispedge.com

Color picker

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

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

#66bb99 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #66bb99 Color code in RGB color code model is created after adding 40% red color, 73.33% green color and 60% blue color. Hex #66bb99 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 18% yellow and 27% black.

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

0 Likes 0 Comments | 28 Views

Color Table

Hex Color Code66bb99#66bb99
RGB Decimal102, 187, 153rgb(102, 187, 153)
RGB Percent40%, 73%, 60%rgb(40%, 73%, 60%)
CSS RGBa102, 187, 153,1rgba(102,187,153,1)
CMYK Modelcmyk(45%,0%,18%,27%)
HSL Color Space156,38% ,57%hsl(156,38% ,57%)
HSV Color Space156°, 45%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101011101110011001
Octal146273231
Decimal102187153
Hex66bb99

Different shades of #66bb99 color code.

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

Light Shade of #66bb99
#89cbb1
Dark Shade of #66bb99
#49a580
Saturated Shade of #66bb99
#5bc69b
Desaturated Shade of #66bb99
#71b097
Grey scale Shade of #66bb99
#909090
Brighten Shade
#7fd4b2
Most Readable Shade
#000000

Shades of #66bb99 color code

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

#66bb99
#5aa688
#4f9177
#447c66
#386755
#2d5344
#223e33
#162922
#0b1411
#000000

Similar Color like #66bb99 color

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

#67bc9a
#68bd9b
#69be9c
#6abf9d
#6bc09e
#6cc19f
#6dc2a0
#6ec3a1
#6fc4a2
#70c5a3
#71c6a4
#72c7a5
#73c8a6
#74c9a7
#65ba98
#64b997
#63b896
#62b795
#61b694
#60b593
#5fb492
#5eb391
#5db290
#5cb18f
#5bb08e
#5aaf8d
#59ae8c
#58ad8b

Monochromatic Color with #66bb99

#66bb99
#7de5bc
#09110e
#203b31
#386653
#4f9076

Tints of #66bb99 Color

#66bb99
#77c2a4
#88caaf
#99d1bb
#aad9c6
#bbe0d1
#cce8dd
#ddefe8
#eef7f3
#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

#66bb99
#bb6688

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

Split Complementary

#66bb99
#bb66b3
#bb6f66

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

Analogous Color

#66bb77
#66bb88
#66bb99
#66bbaa
#66bbbb

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

#66bb99
#9966bb
#bb9966

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

#66bb99
#6e66bb
#bb6688
#b2bb66

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

#66bb99
#bb6688
#bb6f66
#66b3bb

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

#66bb99 Color Code Preview on Black Background Color

This is how #66bb99 Color will look on black background color. Color contrast ratio is 9.13

#66bb99 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#66bb99 color code is use for CSS Background Color

Background color for the above div is #66bb99

HTML with inline CSS

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

#66bb99 color code is use for CSS Border Color

CSS Border color for the above div is #66bb99

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#66bb99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66bb99 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 28 Views

Post your comment:-

By submitting comment you agree to our privacy policy.