crispedge.com

Color picker

Loading...

#11ccaa hex color - Green - Cool color - Information

#11ccaa hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code11ccaa#11ccaa
RGB Decimal17, 204, 170rgb(17, 204, 170)
RGB Percent7%, 80%, 67%rgb(7%, 80%, 67%)
CSS RGBa17, 204, 170,1rgba(17,204,170,1)
CMYK Modelcmyk(92%,0%,17%,20%)
HSL Color Space169,85% ,43%hsl(169,85% ,43%)
HSV Color Space169°, 92%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100011100110010101010
Octal21314252
Decimal17204170
Hex11ccaa

Different shades of #11ccaa color code.

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

Light Shade of #11ccaa
#23edc8
Dark Shade of #11ccaa
#0d9d83
Saturated Shade of #11ccaa
#06d7b1
Desaturated Shade of #11ccaa
#1cc1a3
Grey scale Shade of #11ccaa
#6e6e6e
Brighten Shade
#2ae5c3
Most Readable Shade
#000000

Shades of #11ccaa color code

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

#11ccaa
#0fb597
#0d9e84
#0b8871
#09715e
#075a4b
#054438
#032d25
#011612
#000000

Similar Color like #11ccaa color

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

#12cdab
#13ceac
#14cfad
#15d0ae
#16d1af
#17d2b0
#18d3b1
#19d4b2
#1ad5b3
#1bd6b4
#1cd7b5
#1dd8b6
#1ed9b7
#1fdab8
#10cba9
#0fcaa8
#0ec9a7
#0dc8a6
#0cc7a5
#0bc6a4
#0ac5a3
#09c4a2
#08c3a1
#07c2a0
#06c19f
#05c09e
#04bf9d
#03be9c

Monochromatic Color with #11ccaa

#11ccaa
#15f6cd
#03221c
#064c40
#0a7763
#0da187

Tints of #11ccaa Color

#11ccaa
#2bd1b3
#45d7bc
#60ddc6
#7ae2cf
#95e8d9
#afeee2
#caf3ec
#e4f9f5
#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

#11ccaa
#cc1133

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

Split Complementary

#11ccaa
#cc1190
#cc4d11

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

Analogous Color

#11cc5f
#11cc85
#11ccaa
#11c9cc
#11a3cc

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

#11ccaa
#aa11cc
#ccaa11

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

#11ccaa
#4c11cc
#cc1133
#90cc11

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

#11ccaa
#cc1133
#cc4d11
#1190cc

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

#11ccaa Color Code Preview on Black Background Color

This is how #11ccaa Color will look on black background color. Color contrast ratio is 10.24

#11ccaa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#11ccaa color code is use for CSS Background Color

Background color for the above div is #11ccaa

HTML with inline CSS

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

#11ccaa color code is use for CSS Border Color

CSS Border color for the above div is #11ccaa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#11ccaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#11ccaa Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.