Skip to main content Skip to docs navigation

#06dcbc hex color | Download Dark 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 Channel Marker Green and its hex is #04D8B2 Nearest Color Name

Color Hue/Base color: Green

Hex #06dcbc Color code in RGB color code model is created after adding 2.35% red color, 86.27% green color and 73.73% blue color. Hex #06dcbc Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 15% yellow and 13.73% black.

Hex #06dcbc color code is between #00ddbb web safe hex color code and #00cccc web safe hex color code. #00ddbb is the nearest web safe color code. You can see here many more shades of #06dcbc color code.

RGB Chart

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

Color Table

Hex Color Code 06dcbc #06dcbc
RGB Decimal 6, 220, 188 6, 220, 188
RGB Percent 2%, 86%, 74% rgb(2%, 86%, 74%)
CSS RGBa 6, 220, 188,1 rgba(6,220,188,1)
CMYK Model cmyk(97%,0%,15%,13.73%)
HSL Color Space 171,95% ,44% hsl(171,95% ,44%)
HSV Color Space 171°, 97%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000110 11011100 10111100
Octal 6 334 274
Decimal 6 220 188
Hex 06 dc bc

Different shades of #06dcbc color code.

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

Darkest of #06dcbc
#02473d
Darker of #06dcbc
#037967
Dark of #06dcbc
#05aa92
Base of #06dcbc
#06dcbc
Light of #06dcbc
#1cf9d8
Lighter
#4efae0
Lightest
#7ffce9

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

#06dcbc
#dc0626

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

Split Complementary

#06dcbc
#dc0691
#dc5106

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

Analogous Color

#06dc3f
#06dc63
#06dcbc
#06b5dc
#065bdc

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

#06dcbc
#dcbc06
#bc06dc

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

#06dcbc
#bc06dc
#dc0626
#26dc06

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

#06dcbc
#5106dc
#dc0626
#91dc06

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 #06dcbc

#011512
#02473d
#037967
#05aa92
#06dcbc
#1cf9d8
#4efae0
#7ffce9
#b1fdf2

Tints of #06dcbc Color

#06dcbc
#21dfc3
#3de3ca
#59e7d2
#74ebd9
#90efe1
#acf3e8
#c7f7f0
#e3fbf7
#ffffff

Shades of #06dcbc color code

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

#06dcbc
#05c3a7
#04ab92
#04927d
#037a68
#026153
#02493e
#013029
#001814
#000000

Tones

#06dcbc
#1dc5ac
#33af9c
#4a988c
#60827d

Tones

Similar Color like #06dcbc color

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

#07ddbd
#08debe
#09dfbf
#0ae0c0
#0be1c1
#0ce2c2
#0de3c3
#0ee4c4
#0fe5c5
#10e6c6
#11e7c7
#12e8c8
#13e9c9
#14eaca
#05dbbb
#04daba
#03d9b9
#02d8b8
#01d7b7
#00d6b6
#00d5b5
#00d4b4
#00d3b3
#00d2b2
#00d1b1
#00d0b0
#00cfaf
#00ceae

Download this Dark Green

Hex #06dcbc 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.

#06dcbc Color Code Preview on Black Background Color

This is how #06dcbc Color will look on black background color. Color contrast ratio is 11.97

#06dcbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06dcbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06dcbc

#06dcbc color code is use for CSS Background Color

Background color for the above div is #06dcbc

HTML with inline CSS

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

#06dcbc color code is use for CSS Border Color

CSS Border color for the above div is #06dcbc

HTML with inline CSS

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

CSS Border Left color for the above div is #06dcbc

HTML with inline CSS

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

CSS Border Right color for the above div is #06dcbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #06dcbc

HTML with inline CSS

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

CSS Border Top color for the above div is #06dcbc

HTML with inline CSS

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

#06dcbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#06dcbc Color code Preview on White Background

This is how #06dcbc Color code will look on white background color. Color contrast ratio is 1.75

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

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