Skip to main content Skip to docs navigation

#aaefd5 hex color | Download Light Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Magic Mint and its hex is #AAF0D1 Nearest Color Name

Color Hue/Base color: Green

Hex #aaefd5 Color code in RGB color code model is created after adding 66.67% red color, 93.73% green color and 83.53% blue color. Hex #aaefd5 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 11% yellow and 6.27% black.

Hex #aaefd5 color code is between #99eedd web safe hex color code and #bbffcc web safe hex color code. #99eedd is the nearest web safe color code. You can see here many more shades of #aaefd5 color code.

RGB Chart

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

Color Table

Hex Color Code aaefd5 #aaefd5
RGB Decimal 170, 239, 213 170, 239, 213
RGB Percent 67%, 94%, 84% rgb(67%, 94%, 84%)
CSS RGBa 170, 239, 213,1 rgba(170,239,213,1)
CMYK Model cmyk(29%,0%,11%,6.27%)
HSL Color Space 157,68% ,80% hsl(157,68% ,80%)
HSV Color Space 157°, 29%, 94%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101010 11101111 11010101
Octal 252 357 325
Decimal 170 239 213
Hex aa ef d5

Different shades of #aaefd5 color code.

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

Darkest of #aaefd5
#29d795
Darker of #aaefd5
#54dfab
Dark of #aaefd5
#7fe7c0
Base of #aaefd5
#aaefd5
Light of #aaefd5
#d5f7ea
Lighter
#ffffff
Lightest
#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

#aaefd5
#efaac4

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

Split Complementary

#aaefd5
#efaae7
#efb3aa

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

Analogous Color

#aaefad
#aaefb8
#aaefd5
#aaefec
#aad5ef

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

#aaefd5
#efd5aa
#d5aaef

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

#aaefd5
#d5aaef
#efaac4
#c4efaa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#aaefd5
#b3aaef
#efaac4
#e7efaa

Square 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).

Monochromatic Color with #aaefd5

#20ad78
#29d795
#54dfab
#7fe7c0
#aaefd5
#d5f7ea
#ffffff
#ffffff
#ffffff

Tints of #aaefd5 Color

#aaefd5
#b3f0d9
#bcf2de
#c6f4e3
#cff6e7
#d9f7ec
#e2f9f1
#ecfbf5
#f5fdfa
#ffffff

Shades of #aaefd5 color code

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

#aaefd5
#97d4bd
#84b9a5
#719f8e
#5e8476
#4b6a5e
#384f47
#25352f
#121a17
#000000

Tones

#aaefd5
#b4e5d3
#bedbd0
#c8d1ce
#cdcdcd

Tones

Similar Color like #aaefd5 color

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

#abf0d6
#acf1d7
#adf2d8
#aef3d9
#aff4da
#b0f5db
#b1f6dc
#b2f7dd
#b3f8de
#b4f9df
#b5fae0
#b6fbe1
#b7fce2
#b8fde3
#a9eed4
#a8edd3
#a7ecd2
#a6ebd1
#a5ead0
#a4e9cf
#a3e8ce
#a2e7cd
#a1e6cc
#a0e5cb
#9fe4ca
#9ee3c9
#9de2c8
#9ce1c7

Download this Light Green

Hex #aaefd5 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.

#aaefd5 Color Code Preview on Black Background Color

This is how #aaefd5 Color will look on black background color. Color contrast ratio is 16.02

#aaefd5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaefd5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaefd5

#aaefd5 color code is use for CSS Background Color

Background color for the above div is #aaefd5

HTML with inline CSS

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

#aaefd5 color code is use for CSS Border Color

CSS Border color for the above div is #aaefd5

HTML with inline CSS

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

CSS Border Left color for the above div is #aaefd5

HTML with inline CSS

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

CSS Border Right color for the above div is #aaefd5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaefd5

HTML with inline CSS

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

CSS Border Top color for the above div is #aaefd5

HTML with inline CSS

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

#aaefd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaefd5 Color code Preview on White Background

This is how #aaefd5 Color code will look on white background color. Color contrast ratio is 1.31

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,239,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,170,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,239,213,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }