crispedge.com

Color picker

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

#aaddc0 hex color - Green - Cool color - Information

#aaddc0 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #aaddc0 Color code in RGB color code model is created after adding 66.67% red color, 86.67% green color and 75.29% blue color. Hex #aaddc0 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 13% yellow and 13% black.

Hex #aaddc0 color code is between #99ccbb web safe hex color code and #bbeecc web safe hex color code. #99ccbb is the nearest web safe color code. You can see here many more shades of #aaddc0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaaddc0#aaddc0
RGB Decimal170, 221, 192rgb(170, 221, 192)
RGB Percent67%, 87%, 75%rgb(67%, 87%, 75%)
CSS RGBa170, 221, 192,1rgba(170,221,192,1)
CMYK Modelcmyk(23%,0%,13%,13%)
HSL Color Space146,43% ,77%hsl(146,43% ,77%)
HSV Color Space146°, 23%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101101110111000000
Octal252335300
Decimal170221192
Hexaaddc0

Different shades of #aaddc0 color code.

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

Light Shade of #aaddc0
#ceecdb
Dark Shade of #aaddc0
#86cea5
Saturated Shade of #aaddc0
#a4e3bf
Desaturated Shade of #aaddc0
#b0d7c1
Grey scale Shade of #aaddc0
#c3c3c3
Brighten Shade
#c3f6d9
Most Readable Shade
#000000

Shades of #aaddc0 color code

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

#aaddc0
#97c4aa
#84ab95
#719380
#5e7a6a
#4b6255
#384940
#25312a
#121815
#000000

Similar Color like #aaddc0 color

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

#abdec1
#acdfc2
#ade0c3
#aee1c4
#afe2c5
#b0e3c6
#b1e4c7
#b2e5c8
#b3e6c9
#b4e7ca
#b5e8cb
#b6e9cc
#b7eacd
#b8ebce
#a9dcbf
#a8dbbe
#a7dabd
#a6d9bc
#a5d8bb
#a4d7ba
#a3d6b9
#a2d5b8
#a1d4b7
#a0d3b6
#9fd2b5
#9ed1b4
#9dd0b3
#9ccfb2

Monochromatic Color with #aaddc0

#aaddc0
#070807
#27332c
#485d51
#698876
#89b39b

Tints of #aaddc0 Color

#aaddc0
#b3e0c7
#bce4ce
#c6e8d5
#cfecdc
#d9efe3
#e2f3ea
#ecf7f1
#f5fbf8
#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

#aaddc0
#ddaac7

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

Split Complementary

#aaddc0
#daaadd
#ddaaae

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

Analogous Color

#aaddac
#aaddb6
#aaddc0
#aaddca
#aaddd4

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

#aaddc0
#c0aadd
#ddc0aa

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

#aaddc0
#aaaddd
#ddaac7
#ddd9aa

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

#aaddc0
#ddaac7
#ddaaae
#aaddda

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

#aaddc0 Color Code Preview on Black Background Color

This is how #aaddc0 Color will look on black background color. Color contrast ratio is 13.81

#aaddc0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaddc0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaddc0

#aaddc0 color code is use for CSS Background Color

Background color for the above div is #aaddc0

HTML with inline CSS

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

#aaddc0 color code is use for CSS Border Color

CSS Border color for the above div is #aaddc0

HTML with inline CSS

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

CSS Border Left color for the above div is #aaddc0

HTML with inline CSS

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

CSS Border Right color for the above div is #aaddc0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaddc0

HTML with inline CSS

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

CSS Border Top color for the above div is #aaddc0

HTML with inline CSS

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

#aaddc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaddc0 Color code Preview on White Background

This is how #aaddc0 Color code will look on white background color. Color contrast ratio is 1.52

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.