crispedge.com

Color picker

Loading...

#72ccb2 hex color - Blue - Cool color - Information

#72ccb2 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code72ccb2#72ccb2
RGB Decimal114, 204, 178rgb(114, 204, 178)
RGB Percent45%, 80%, 70%rgb(45%, 80%, 70%)
CSS RGBa114, 204, 178,1rgba(114,204,178,1)
CMYK Modelcmyk(44%,0%,13%,20%)
HSL Color Space163,47% ,62%hsl(163,47% ,62%)
HSV Color Space163°, 44%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100101100110010110010
Octal162314262
Decimal114204178
Hex72ccb2

Different shades of #72ccb2 color code.

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

Light Shade of #72ccb2
#97dac6
Dark Shade of #72ccb2
#4dbe9e
Saturated Shade of #72ccb2
#68d6b6
Desaturated Shade of #72ccb2
#7cc2ae
Grey scale Shade of #72ccb2
#9f9f9f
Brighten Shade
#8be5cb
Most Readable Shade
#000000

Shades of #72ccb2 color code

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

#72ccb2
#65b59e
#589e8a
#4c8876
#3f7162
#325a4f
#26443b
#192d27
#0c1613
#000000

Similar Color like #72ccb2 color

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

#73cdb3
#74ceb4
#75cfb5
#76d0b6
#77d1b7
#78d2b8
#79d3b9
#7ad4ba
#7bd5bb
#7cd6bc
#7dd7bd
#7ed8be
#7fd9bf
#80dac0
#71cbb1
#70cab0
#6fc9af
#6ec8ae
#6dc7ad
#6cc6ac
#6bc5ab
#6ac4aa
#69c3a9
#68c2a8
#67c1a7
#66c0a6
#65bfa5
#64bea4

Monochromatic Color with #72ccb2

#72ccb2
#8af6d7
#13221e
#2b4c43
#427768
#5aa18d

Tints of #72ccb2 Color

#72ccb2
#81d1ba
#91d7c3
#a1ddcb
#b0e2d4
#c0e8dc
#d0eee5
#dff3ed
#eff9f6
#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

#72ccb2
#cc728c

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

Split Complementary

#72ccb2
#cc72b9
#cc8572

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

Analogous Color

#72cc8e
#72cca0
#72ccb2
#72ccc4
#72c2cc

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

#72ccb2
#b272cc
#ccb272

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

#72ccb2
#8572cc
#cc728c
#b9cc72

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

#72ccb2
#cc728c
#cc8572
#72b9cc

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

#72ccb2 Color Code Preview on Black Background Color

This is how #72ccb2 Color will look on black background color. Color contrast ratio is 11.00

#72ccb2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#72ccb2 color code is use for CSS Background Color

Background color for the above div is #72ccb2

HTML with inline CSS

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

#72ccb2 color code is use for CSS Border Color

CSS Border color for the above div is #72ccb2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#72ccb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72ccb2 Color code Preview on White Background

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

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

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,204,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,114,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,204,178,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.