crispedge.com

Color picker

Loading...

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

#07caaa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #07caaa Color code in RGB color code model is created after adding 2.75% red color, 79.22% green color and 66.67% blue color. Hex #07caaa Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 0% magenta, 16% yellow and 21% black.

Hex #07caaa color code is between #00cc99 web safe hex color code and #00bbbb web safe hex color code. #00cc99 is the nearest web safe color code. You can see here many more shades of #07caaa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code07caaa#07caaa
RGB Decimal7, 202, 170rgb(7, 202, 170)
RGB Percent3%, 79%, 67%rgb(3%, 79%, 67%)
CSS RGBa7, 202, 170,1rgba(7,202,170,1)
CMYK Modelcmyk(97%,0%,16%,21%)
HSL Color Space170,93% ,41%hsl(170,93% ,41%)
HSV Color Space170°, 97%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001111100101010101010
Octal7312252
Decimal7202170
Hex07caaa

Different shades of #07caaa color code.

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

Light Shade of #07caaa
#0df7d0
Dark Shade of #07caaa
#059981
Saturated Shade of #07caaa
#00d1af
Desaturated Shade of #07caaa
#11c0a3
Grey scale Shade of #07caaa
#686868
Brighten Shade
#20e3c3
Most Readable Shade
#000000

Shades of #07caaa color code

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

#07caaa
#06b397
#059d84
#048671
#03705e
#03594b
#024338
#012c25
#001612
#000000

Similar Color like #07caaa color

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

#08cbab
#09ccac
#0acdad
#0bceae
#0ccfaf
#0dd0b0
#0ed1b1
#0fd2b2
#10d3b3
#11d4b4
#12d5b5
#13d6b6
#14d7b7
#15d8b8
#06c9a9
#05c8a8
#04c7a7
#03c6a6
#02c5a5
#01c4a4
#00c3a3
#00c2a2
#00c1a1
#00c0a0
#00bf9f
#00be9e
#00bd9d
#00bc9c

Monochromatic Color with #07caaa

#07caaa
#08f4ce
#01201b
#034a3f
#047562
#069f86

Tints of #07caaa Color

#07caaa
#22cfb3
#3ed5bc
#59dbc6
#75e1cf
#90e7d9
#acede2
#c7f3ec
#e3f9f5
#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

#07caaa
#ca0727

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

Split Complementary

#07caaa
#ca0788
#ca4907

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

Analogous Color

#07ca5c
#07ca83
#07caaa
#07c3ca
#079cca

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

#07caaa
#aa07ca
#caaa07

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

#07caaa
#4807ca
#ca0727
#88ca07

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

#07caaa
#ca0727
#ca4907
#0788ca

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

#07caaa Color Code Preview on Black Background Color

This is how #07caaa Color will look on black background color. Color contrast ratio is 10.04

#07caaa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#07caaa color code is use for CSS Background Color

Background color for the above div is #07caaa

HTML with inline CSS

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

#07caaa color code is use for CSS Border Color

CSS Border color for the above div is #07caaa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#07caaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#07caaa Color code Preview on White Background

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

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

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,202,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,7,39,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(7,202,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.