crispedge.com

Color picker

Loading...

#6abfaa hex color - Green - Cool color - Information

#6abfaa hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

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

Hex #6abfaa color code is between #66bb99 web safe hex color code and #77ccbb web safe hex color code. #66bb99 is the nearest web safe color code. You can see here many more shades of #6abfaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code6abfaa#6abfaa
RGB Decimal106, 191, 170rgb(106, 191, 170)
RGB Percent42%, 75%, 67%rgb(42%, 75%, 67%)
CSS RGBa106, 191, 170,1rgba(106,191,170,1)
CMYK Modelcmyk(45%,0%,11%,25%)
HSL Color Space165,40% ,58%hsl(165,40% ,58%)
HSV Color Space165°, 45%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010101011111110101010
Octal152277252
Decimal106191170
Hex6abfaa

Different shades of #6abfaa color code.

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

Light Shade of #6abfaa
#8ecebe
Dark Shade of #6abfaa
#4aac94
Saturated Shade of #6abfaa
#5fcaaf
Desaturated Shade of #6abfaa
#75b4a5
Grey scale Shade of #6abfaa
#949494
Brighten Shade
#83d8c3
Most Readable Shade
#000000

Shades of #6abfaa color code

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

#6abfaa
#5ea997
#529484
#467f71
#3a6a5e
#2f544b
#233f38
#172a25
#0b1512
#000000

Similar Color like #6abfaa color

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

#6bc0ab
#6cc1ac
#6dc2ad
#6ec3ae
#6fc4af
#70c5b0
#71c6b1
#72c7b2
#73c8b3
#74c9b4
#75cab5
#76cbb6
#77ccb7
#78cdb8
#69bea9
#68bda8
#67bca7
#66bba6
#65baa5
#64b9a4
#63b8a3
#62b7a2
#61b6a1
#60b5a0
#5fb49f
#5eb39e
#5db29d
#5cb19c

Monochromatic Color with #6abfaa

#6abfaa
#82e9d0
#0c1513
#233f39
#3b6a5e
#529484

Tints of #6abfaa Color

#6abfaa
#7ac6b3
#8bcdbc
#9bd4c6
#acdbcf
#bce2d9
#cde9e2
#ddf0ec
#eef7f5
#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

#6abfaa
#bf6a7f

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

Split Complementary

#6abfaa
#bf6aaa
#bf806a

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

Analogous Color

#6abf88
#6abf99
#6abfaa
#6abfbb
#6ab2bf

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

#6abfaa
#aa6abf
#bfaa6a

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

#6abfaa
#7f6abf
#bf6a7f
#a9bf6a

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

#6abfaa
#bf6a7f
#bf806a
#6aaabf

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 #6abfaa 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.

#6abfaa Color Code Preview on Black Background Color

This is how #6abfaa Color will look on black background color. Color contrast ratio is 9.65

#6abfaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6abfaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #6abfaa

#6abfaa color code is use for CSS Background Color

Background color for the above div is #6abfaa

HTML with inline CSS

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

#6abfaa color code is use for CSS Border Color

CSS Border color for the above div is #6abfaa

HTML with inline CSS

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

CSS Border Left color for the above div is #6abfaa

HTML with inline CSS

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

CSS Border Right color for the above div is #6abfaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #6abfaa

HTML with inline CSS

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

CSS Border Top color for the above div is #6abfaa

HTML with inline CSS

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

#6abfaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#6abfaa Color code Preview on White Background

This is how #6abfaa Color code will look on white background color. Color contrast ratio is 2.18

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.