crispedge.com

Color picker

Loading...

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

#72fcdd hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #72fcdd Color code in RGB color code model is created after adding 44.71% red color, 98.82% green color and 86.67% blue color. Hex #72fcdd Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 12% yellow and 1% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code72fcdd#72fcdd
RGB Decimal114, 252, 221rgb(114, 252, 221)
RGB Percent45%, 99%, 87%rgb(45%, 99%, 87%)
CSS RGBa114, 252, 221,1rgba(114,252,221,1)
CMYK Modelcmyk(55%,0%,12%,1%)
HSL Color Space167,96% ,72%hsl(167,96% ,72%)
HSV Color Space167°, 55%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100101111110011011101
Octal162374335
Decimal114252221
Hex72fcdd

Different shades of #72fcdd color code.

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

Light Shade of #72fcdd
#a4fde9
Dark Shade of #72fcdd
#40fbd1
Saturated Shade of #72fcdd
#6fffdf
Desaturated Shade of #72fcdd
#79f5d9
Grey scale Shade of #72fcdd
#b7b7b7
Brighten Shade
#8bfff6
Most Readable Shade
#000000

Shades of #72fcdd color code

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

#72fcdd
#65e0c4
#58c4ab
#4ca893
#3f8c7a
#327062
#265449
#193831
#0c1c18
#000000

Similar Color like #72fcdd color

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

#73fdde
#74fedf
#75ffe0
#76ffe1
#77ffe2
#78ffe3
#79ffe4
#7affe5
#7bffe6
#7cffe7
#7dffe8
#7effe9
#7fffea
#80ffeb
#71fbdc
#70fadb
#6ff9da
#6ef8d9
#6df7d8
#6cf6d7
#6bf5d6
#6af4d5
#69f3d4
#68f2d3
#67f1d2
#66f0d1
#65efd0
#64eecf

Monochromatic Color with #72fcdd

#72fcdd
#122723
#255248
#387c6d
#4ca792
#5fd1b8

Tints of #72fcdd Color

#72fcdd
#81fce0
#91fce4
#a1fde8
#b0fdec
#c0fdef
#d0fef3
#dffef7
#effefb
#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

#72fcdd
#fc7291

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

Split Complementary

#72fcdd
#fc72d6
#fc9872

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

Analogous Color

#72fca6
#72fcc1
#72fcdd
#72fcf9
#72e4fc

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

#72fcdd
#dd72fc
#fcdd72

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

#72fcdd
#9872fc
#fc7291
#d6fc72

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

#72fcdd
#fc7291
#fc9872
#72d6fc

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

#72fcdd Color Code Preview on Black Background Color

This is how #72fcdd Color will look on black background color. Color contrast ratio is 16.68

#72fcdd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#72fcdd color code is use for CSS Background Color

Background color for the above div is #72fcdd

HTML with inline CSS

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

#72fcdd color code is use for CSS Border Color

CSS Border color for the above div is #72fcdd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#72fcdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72fcdd Color code Preview on White Background

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

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

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,252,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,114,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,252,221,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.