crispedge.com

Color picker

Loading...

#aaf9cc hex color - Green - Cool color - Information

#aaf9cc hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #aaf9cc Color code in RGB color code model is created after adding 66.67% red color, 97.65% green color and 80% blue color. Hex #aaf9cc Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 0% magenta, 18% yellow and 2% black.

Hex #aaf9cc color code is between #99ffbb web safe hex color code and #bbeedd web safe hex color code. #99ffbb is the nearest web safe color code. You can see here many more shades of #aaf9cc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaaf9cc#aaf9cc
RGB Decimal170, 249, 204rgb(170, 249, 204)
RGB Percent67%, 98%, 80%rgb(67%, 98%, 80%)
CSS RGBa170, 249, 204,1rgba(170,249,204,1)
CMYK Modelcmyk(32%,0%,18%,2%)
HSL Color Space146,87% ,82%hsl(146,87% ,82%)
HSV Color Space146°, 32%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101111100111001100
Octal252371314
Decimal170249204
Hexaaf9cc

Different shades of #aaf9cc color code.

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

Light Shade of #aaf9cc
#dafce9
Dark Shade of #aaf9cc
#7af6af
Saturated Shade of #aaf9cc
#a5fecb
Desaturated Shade of #aaf9cc
#aff4cd
Grey scale Shade of #aaf9cc
#d1d1d1
Brighten Shade
#c3ffe5
Most Readable Shade
#000000

Shades of #aaf9cc color code

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

#aaf9cc
#97ddb5
#84c19e
#71a688
#5e8a71
#4b6e5a
#385344
#25372d
#121b16
#000000

Similar Color like #aaf9cc color

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

#abfacd
#acfbce
#adfccf
#aefdd0
#affed1
#b0ffd2
#b1ffd3
#b2ffd4
#b3ffd5
#b4ffd6
#b5ffd7
#b6ffd8
#b7ffd9
#b8ffda
#a9f8cb
#a8f7ca
#a7f6c9
#a6f5c8
#a5f4c7
#a4f3c6
#a3f2c5
#a2f1c4
#a1f0c3
#a0efc2
#9feec1
#9eedc0
#9decbf
#9cebbe

Monochromatic Color with #aaf9cc

#aaf9cc
#19241e
#364f41
#537964
#70a486
#8dcea9

Tints of #aaf9cc Color

#aaf9cc
#b3f9d1
#bcfad7
#c6fbdd
#cffbe2
#d9fce8
#e2fdee
#ecfdf3
#f5fef9
#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

#aaf9cc
#f9aad7

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

Split Complementary

#aaf9cc
#f3aaf9
#f9aaaf

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

Analogous Color

#aaf9ac
#aaf9bc
#aaf9cc
#aaf9dc
#aaf9ec

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

#aaf9cc
#ccaaf9
#f9ccaa

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

#aaf9cc
#aaaff9
#f9aad7
#f9f3aa

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

#aaf9cc
#f9aad7
#f9aaaf
#aaf9f3

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 #aaf9cc 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.

#aaf9cc Color Code Preview on Black Background Color

This is how #aaf9cc Color will look on black background color. Color contrast ratio is 17.13

#aaf9cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaf9cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaf9cc

#aaf9cc color code is use for CSS Background Color

Background color for the above div is #aaf9cc

HTML with inline CSS

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

#aaf9cc color code is use for CSS Border Color

CSS Border color for the above div is #aaf9cc

HTML with inline CSS

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

CSS Border Left color for the above div is #aaf9cc

HTML with inline CSS

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

CSS Border Right color for the above div is #aaf9cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaf9cc

HTML with inline CSS

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

CSS Border Top color for the above div is #aaf9cc

HTML with inline CSS

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

#aaf9cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaf9cc Color code Preview on White Background

This is how #aaf9cc Color code will look on white background color. Color contrast ratio is 1.23

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.