Skip to main content Skip to docs navigation

#00cdac 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 Mint Leaf and its hex is #00CFB0 Nearest Color Name

Color Hue/Base color: Green

Hex #00cdac Color code in RGB color code model is created after adding 0% red color, 80.39% green color and 67.45% blue color. Hex #00cdac Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 16% yellow and 19.61% black.

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

RGB Chart

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

Color Table

Hex Color Code 00cdac #00cdac
RGB Decimal 0, 205, 172 0, 205, 172
RGB Percent 0%, 80%, 67% rgb(0%, 80%, 67%)
CSS RGBa 0, 205, 172,1 rgba(0,205,172,1)
CMYK Model cmyk(100%,0%,16%,19.61%)
HSL Color Space 170,100% ,40% hsl(170,100% ,40%)
HSV Color Space 170°, 100%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 11001101 10101100
Octal 0 315 254
Decimal 0 205 172
Hex 00 cd ac

Different shades of #00cdac color code.

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

Darkest of #00cdac
#00342c
Darker of #00cdac
#006756
Dark of #00cdac
#009a81
Base of #00cdac
#00cdac
Light of #00cdac
#01ffd6
Lighter
#34ffde
Lightest
#67ffe7

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

#00cdac
#cd0021

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

Split Complementary

#00cdac
#cd0088
#cd4600

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

Analogous Color

#00cd34
#00cd57
#00cdac
#00aacd
#0054cd

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

#00cdac
#cdac00
#ac00cd

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

#00cdac
#ac00cd
#cd0021
#21cd00

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

#00cdac
#4600cd
#cd0021
#88cd00

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 #00cdac

#000101
#00342c
#006756
#009a81
#00cdac
#01ffd6
#34ffde
#67ffe7
#9affef

Tints of #00cdac Color

#00cdac
#1cd2b5
#38d8be
#55ddc7
#71e3d0
#8de8da
#aaeee3
#c6f3ec
#e2f9f5
#ffffff

Shades of #00cdac color code

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

#00cdac
#00b698
#009f85
#008872
#00715f
#005b4c
#004439
#002d26
#001613
#000000

Tones

#00cdac
#15b99e
#29a490
#3e9082
#527b74

Tones

Similar Color like #00cdac color

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

#01cead
#02cfae
#03d0af
#04d1b0
#05d2b1
#06d3b2
#07d4b3
#08d5b4
#09d6b5
#0ad7b6
#0bd8b7
#0cd9b8
#0ddab9
#0edbba
#00ccab
#00cbaa
#00caa9
#00c9a8
#00c8a7
#00c7a6
#00c6a5
#00c5a4
#00c4a3
#00c3a2
#00c2a1
#00c1a0
#00c09f
#00bf9e

Download this Dark Green

Hex #00cdac 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.

#00cdac Color Code Preview on Black Background Color

This is how #00cdac Color will look on black background color. Color contrast ratio is 10.33

#00cdac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00cdac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00cdac

#00cdac color code is use for CSS Background Color

Background color for the above div is #00cdac

HTML with inline CSS

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

#00cdac color code is use for CSS Border Color

CSS Border color for the above div is #00cdac

HTML with inline CSS

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

CSS Border Left color for the above div is #00cdac

HTML with inline CSS

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

CSS Border Right color for the above div is #00cdac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00cdac

HTML with inline CSS

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

CSS Border Top color for the above div is #00cdac

HTML with inline CSS

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

#00cdac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00cdac Color code Preview on White Background

This is how #00cdac Color code will look on white background color. Color contrast ratio is 2.03

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

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