crispedge.com

Color picker

Loading...

#72cdc4 hex color - Green - Cool color - Information

#72cdc4 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #72cdc4 Color code in RGB color code model is created after adding 44.71% red color, 80.39% green color and 76.86% blue color. Hex #72cdc4 Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 0% magenta, 4% yellow and 20% black.

Hex #72cdc4 color code is between #77cccc web safe hex color code and #66ddbb web safe hex color code. #77cccc is the nearest web safe color code. You can see here many more shades of #72cdc4 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code72cdc4#72cdc4
RGB Decimal114, 205, 196rgb(114, 205, 196)
RGB Percent45%, 80%, 77%rgb(45%, 80%, 77%)
CSS RGBa114, 205, 196,1rgba(114,205,196,1)
CMYK Modelcmyk(44%,0%,4%,20%)
HSL Color Space174,48% ,63%hsl(174,48% ,63%)
HSV Color Space174°, 44%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100101100110111000100
Octal162315304
Decimal114205196
Hex72cdc4

Different shades of #72cdc4 color code.

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

Light Shade of #72cdc4
#98dad4
Dark Shade of #72cdc4
#4cc0b4
Saturated Shade of #72cdc4
#68d7cc
Desaturated Shade of #72cdc4
#7cc3bc
Grey scale Shade of #72cdc4
#9f9f9f
Brighten Shade
#8be6dd
Most Readable Shade
#000000

Shades of #72cdc4 color code

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

#72cdc4
#65b6ae
#589f98
#4c8882
#3f716c
#325b57
#264441
#192d2b
#0c1615
#000000

Similar Color like #72cdc4 color

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

#73cec5
#74cfc6
#75d0c7
#76d1c8
#77d2c9
#78d3ca
#79d4cb
#7ad5cc
#7bd6cd
#7cd7ce
#7dd8cf
#7ed9d0
#7fdad1
#80dbd2
#71ccc3
#70cbc2
#6fcac1
#6ec9c0
#6dc8bf
#6cc7be
#6bc6bd
#6ac5bc
#69c4bb
#68c3ba
#67c2b9
#66c1b8
#65c0b7
#64bfb6

Monochromatic Color with #72cdc4

#72cdc4
#8af7ed
#132321
#2b4d4a
#437873
#5aa29b

Tints of #72cdc4 Color

#72cdc4
#81d2ca
#91d8d1
#a1ddd7
#b0e3de
#c0e8e4
#d0eeeb
#dff3f1
#eff9f8
#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

#72cdc4
#cd727b

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

Split Complementary

#72cdc4
#cd72a9
#cd9772

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

Analogous Color

#72cda0
#72cdb2
#72cdc4
#72c4cd
#72b2cd

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

#72cdc4
#c472cd
#cdc472

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

#72cdc4
#9672cd
#cd727b
#a8cd72

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

#72cdc4
#cd727b
#cd9772
#72a9cd

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 #72cdc4 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.

#72cdc4 Color Code Preview on Black Background Color

This is how #72cdc4 Color will look on black background color. Color contrast ratio is 11.25

#72cdc4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72cdc4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72cdc4

#72cdc4 color code is use for CSS Background Color

Background color for the above div is #72cdc4

HTML with inline CSS

<div style="background-color:#72cdc4;"></div>

#72cdc4 color code is use for CSS Border Color

CSS Border color for the above div is #72cdc4

HTML with inline CSS

<div style="border:5px solid #72cdc4;"></div>

CSS Border Left color for the above div is #72cdc4

HTML with inline CSS

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

CSS Border Right color for the above div is #72cdc4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #72cdc4

HTML with inline CSS

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

CSS Border Top color for the above div is #72cdc4

HTML with inline CSS

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

#72cdc4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72cdc4 Color code Preview on White Background

This is how #72cdc4 Color code will look on white background color. Color contrast ratio is 1.87

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.