crispedge.com

Color picker

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

#aabfaa hex color - Green - Cool color - Information

#aabfaa hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #aabfaa color code is between #99bb99 web safe hex color code and #bbccbb web safe hex color code. #99bb99 is the nearest web safe color code. You can see here many more shades of #aabfaa color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeaabfaa#aabfaa
RGB Decimal170, 191, 170rgb(170, 191, 170)
RGB Percent67%, 75%, 67%rgb(67%, 75%, 67%)
CSS RGBa170, 191, 170,1rgba(170,191,170,1)
CMYK Modelcmyk(11%,0%,11%,25%)
HSL Color Space120,14% ,71%hsl(120,14% ,71%)
HSV Color Space120°, 11%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011111110101010
Octal252277252
Decimal170191170
Hexaabfaa

Different shades of #aabfaa color code.

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

Light Shade of #aabfaa
#c7d5c7
Dark Shade of #aabfaa
#8da98d
Saturated Shade of #aabfaa
#a3c6a3
Desaturated Shade of #aabfaa
#b1b8b1
Grey scale Shade of #aabfaa
#b4b4b4
Brighten Shade
#c3d8c3
Most Readable Shade
#000000

Shades of #aabfaa color code

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

#aabfaa
#97a997
#849484
#717f71
#5e6a5e
#4b544b
#383f38
#252a25
#121512
#000000

Similar Color like #aabfaa color

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

#abc0ab
#acc1ac
#adc2ad
#aec3ae
#afc4af
#b0c5b0
#b1c6b1
#b2c7b2
#b3c8b3
#b4c9b4
#b5cab5
#b6cbb6
#b7ccb7
#b8cdb8
#a9bea9
#a8bda8
#a7bca7
#a6bba6
#a5baa5
#a4b9a4
#a3b8a3
#a2b7a2
#a1b6a1
#a0b5a0
#9fb49f
#9eb39e
#9db29d
#9cb19c

Monochromatic Color with #aabfaa

#aabfaa
#d0e9d0
#131513
#393f39
#5e6a5e
#849484

Tints of #aabfaa Color

#aabfaa
#b3c6b3
#bccdbc
#c6d4c6
#cfdbcf
#d9e2d9
#e2e9e2
#ecf0ec
#f5f7f5
#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

#aabfaa
#bfaabf

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

Split Complementary

#aabfaa
#b5aabf
#bfaab5

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

Analogous Color

#b2bfaa
#aebfaa
#aabfaa
#aabfae
#aabfb2

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

#aabfaa
#aaaabf
#bfaaaa

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

#aabfaa
#aab4bf
#bfaabf
#bfb4aa

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

#aabfaa
#bfaabf
#bfaab5
#aabfb5

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

#aabfaa Color Code Preview on Black Background Color

This is how #aabfaa Color will look on black background color. Color contrast ratio is 10.74

#aabfaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabfaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabfaa

#aabfaa color code is use for CSS Background Color

Background color for the above div is #aabfaa

HTML with inline CSS

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

#aabfaa color code is use for CSS Border Color

CSS Border color for the above div is #aabfaa

HTML with inline CSS

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

CSS Border Left color for the above div is #aabfaa

HTML with inline CSS

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

CSS Border Right color for the above div is #aabfaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aabfaa

HTML with inline CSS

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

CSS Border Top color for the above div is #aabfaa

HTML with inline CSS

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

#aabfaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aabfaa Color code Preview on White Background

This is how #aabfaa Color code will look on white background color. Color contrast ratio is 1.95

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.