@
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.

#07d5ac hex color - Green - Cool color - Information

#07d5ac hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #07d5ac Color code in RGB color code model is created after adding 2.75% red color, 83.53% green color and 67.45% blue color. Hex #07d5ac Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 19% yellow and 16.47% black.

Hex #07d5ac color code is between #00ddaa web safe hex color code and #00ccbb web safe hex color code. #00ddaa is the nearest web safe color code. You can see here many more shades of #07d5ac color code.

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Code 07d5ac #07d5ac
RGB Decimal 7, 213, 172 rgb(7, 213, 172)
RGB Percent 3%, 84%, 67% rgb(3%, 84%, 67%)
CSS RGBa 7, 213, 172,1 rgba(7,213,172,1)
CMYK Model cmyk(97%,0%,19%,16.47%)
HSL Color Space 168,94% ,43% hsl(168,94% ,43%)
HSV Color Space 168°, 97%, 84%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 11010101 10101100
Octal 7 325 254
Decimal 7 213 172
Hex 07 d5 ac

Different shades of #07d5ac color code.

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

Light Shade of #07d5ac
#18f7cb
Dark Shade of #07d5ac
#05a484
Saturated Shade of #07d5ac
#00dcb0
Desaturated Shade of #07d5ac
#12caa5
Grey scale Shade of #07d5ac
#6e6e6e
Brighten Shade
#20eec5
Most Readable Shade
#000000

Shades of #07d5ac color code

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

#07d5ac
#06bd98
#05a585
#048e72
#03765f
#035e4c
#024739
#012f26
#001713
#000000

Similar Color like #07d5ac color

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

#08d6ad
#09d7ae
#0ad8af
#0bd9b0
#0cdab1
#0ddbb2
#0edcb3
#0fddb4
#10deb5
#11dfb6
#12e0b7
#13e1b8
#14e2b9
#15e3ba
#06d4ab
#05d3aa
#04d2a9
#03d1a8
#02d0a7
#01cfa6
#00cea5
#00cda4
#00cca3
#00cba2
#00caa1
#00c9a0
#00c89f
#00c79e

Monochromatic Color with #07d5ac

#07d5ac
#000000
#012b23
#035545
#048067
#06aa8a

Tints of #07d5ac Color

#07d5ac
#22d9b5
#3edebe
#59e3c7
#75e7d0
#90ecda
#acf1e3
#c7f5ec
#e3faf5
#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

#07d5ac
#d50730

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

Split Complementary

#07d5ac
#d50797
#d54507

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

Analogous Color

#07d55a
#07d583
#07d5ac
#07d5d5
#07acd5

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

#07d5ac
#ac07d5
#d5ac07

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

#07d5ac
#4507d5
#d50730
#97d507

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

#07d5ac
#d50730
#d54507
#0797d5

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 #07d5ac 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.

#07d5ac Color Code Preview on Black Background Color

This is how #07d5ac Color will look on black background color. Color contrast ratio is 11.12

#07d5ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07d5ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07d5ac

#07d5ac color code is use for CSS Background Color

Background color for the above div is #07d5ac

HTML with inline CSS

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

#07d5ac color code is use for CSS Border Color

CSS Border color for the above div is #07d5ac

HTML with inline CSS

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

CSS Border Left color for the above div is #07d5ac

HTML with inline CSS

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

CSS Border Right color for the above div is #07d5ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #07d5ac

HTML with inline CSS

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

CSS Border Top color for the above div is #07d5ac

HTML with inline CSS

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

#07d5ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#07d5ac Color code Preview on White Background

This is how #07d5ac Color code will look on white background color. Color contrast ratio is 1.89

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

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.