crispedge.com

Color picker

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

#a6ffdc hex color - Blue - Cool color - Information

#a6ffdc hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #a6ffdc Color code in RGB color code model is created after adding 65.1% red color, 100% green color and 86.27% blue color. Hex #a6ffdc Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 0% magenta, 14% yellow and 0% black.

Hex #a6ffdc color code is between #aaeedd web safe hex color code and #99ddcc web safe hex color code. #aaeedd is the nearest web safe color code. You can see here many more shades of #a6ffdc color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codea6ffdc#a6ffdc
RGB Decimal166, 255, 220rgb(166, 255, 220)
RGB Percent65%, 100%, 86%rgb(65%, 100%, 86%)
CSS RGBa166, 255, 220,1rgba(166,255,220,1)
CMYK Modelcmyk(35%,0%,14%,0%)
HSL Color Space156,100% ,83%hsl(156,100% ,83%)
HSV Color Space156°, 35%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001101111111111011100
Octal246377334
Decimal166255220
Hexa6ffdc

Different shades of #a6ffdc color code.

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

Light Shade of #a6ffdc
#d9fff0
Dark Shade of #a6ffdc
#73ffc8
Saturated Shade of #a6ffdc
#a6ffdc
Desaturated Shade of #a6ffdc
#aafbdb
Grey scale Shade of #a6ffdc
#d2d2d2
Brighten Shade
#bffff5
Most Readable Shade
#000000

Shades of #a6ffdc color code

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

#a6ffdc
#93e2c3
#81c6ab
#6eaa92
#5c8d7a
#497161
#375549
#243830
#121c18
#000000

Similar Color like #a6ffdc color

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

#a7ffdd
#a8ffde
#a9ffdf
#aaffe0
#abffe1
#acffe2
#adffe3
#aeffe4
#afffe5
#b0ffe6
#b1ffe7
#b2ffe8
#b3ffe9
#b4ffea
#a5fedb
#a4fdda
#a3fcd9
#a2fbd8
#a1fad7
#a0f9d6
#9ff8d5
#9ef7d4
#9df6d3
#9cf5d2
#9bf4d1
#9af3d0
#99f2cf
#98f1ce

Monochromatic Color with #a6ffdc

#a6ffdc
#1c2a25
#375549
#53806e
#6faa93
#8ad4b7

Tints of #a6ffdc Color

#a6ffdc
#afffdf
#b9ffe3
#c3ffe7
#cdffeb
#d7ffef
#e1fff3
#ebfff7
#f5fffb
#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

#a6ffdc
#ffa6c9

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

Split Complementary

#a6ffdc
#ffa6f6
#ffafa6

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

Analogous Color

#a6ffb8
#a6ffca
#a6ffdc
#a6ffee
#a6feff

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

#a6ffdc
#dca6ff
#ffdca6

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

#a6ffdc
#afa6ff
#ffa6c9
#f5ffa6

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

#a6ffdc
#ffa6c9
#ffafa6
#a6f6ff

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

#a6ffdc Color Code Preview on Black Background Color

This is how #a6ffdc Color will look on black background color. Color contrast ratio is 17.96

#a6ffdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6ffdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6ffdc

#a6ffdc color code is use for CSS Background Color

Background color for the above div is #a6ffdc

HTML with inline CSS

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

#a6ffdc color code is use for CSS Border Color

CSS Border color for the above div is #a6ffdc

HTML with inline CSS

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

CSS Border Left color for the above div is #a6ffdc

HTML with inline CSS

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

CSS Border Right color for the above div is #a6ffdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6ffdc

HTML with inline CSS

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

CSS Border Top color for the above div is #a6ffdc

HTML with inline CSS

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

#a6ffdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6ffdc Color code Preview on White Background

This is how #a6ffdc Color code will look on white background color. Color contrast ratio is 1.17

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.