crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#72fde2 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code72fde2#72fde2
RGB Decimal114, 253, 226rgb(114, 253, 226)
RGB Percent45%, 99%, 89%rgb(45%, 99%, 89%)
CSS RGBa114, 253, 226,1rgba(114,253,226,1)
CMYK Modelcmyk(55%,0%,11%,1%)
HSL Color Space168,97% ,72%hsl(168,97% ,72%)
HSV Color Space168°, 55%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100101111110111100010
Octal162375342
Decimal114253226
Hex72fde2

Different shades of #72fde2 color code.

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

Light Shade of #72fde2
#a4feec
Dark Shade of #72fde2
#40fcd8
Saturated Shade of #72fde2
#70ffe3
Desaturated Shade of #72fde2
#79f6de
Grey scale Shade of #72fde2
#b7b7b7
Brighten Shade
#8bfffb
Most Readable Shade
#000000

Shades of #72fde2 color code

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

#72fde2
#65e0c8
#58c4af
#4ca896
#3f8c7d
#327064
#26544b
#193832
#0c1c19
#000000

Similar Color like #72fde2 color

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

#73fee3
#74ffe4
#75ffe5
#76ffe6
#77ffe7
#78ffe8
#79ffe9
#7affea
#7bffeb
#7cffec
#7dffed
#7effee
#7fffef
#80fff0
#71fce1
#70fbe0
#6ffadf
#6ef9de
#6df8dd
#6cf7dc
#6bf6db
#6af5da
#69f4d9
#68f3d8
#67f2d7
#66f1d6
#65f0d5
#64efd4

Monochromatic Color with #72fde2

#72fde2
#122824
#25534a
#397d70
#4ca896
#5fd2bc

Tints of #72fde2 Color

#72fde2
#81fde5
#91fde8
#a1fdeb
#b0fdee
#c0fef2
#d0fef5
#dffef8
#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

#72fde2
#fd728d

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

Split Complementary

#72fde2
#fd72d3
#fd9c72

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

Analogous Color

#72fdaa
#72fdc6
#72fde2
#72fcfd
#72e0fd

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

#72fde2
#e272fd
#fde272

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

#72fde2
#9c72fd
#fd728d
#d2fd72

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

#72fde2
#fd728d
#fd9c72
#72d3fd

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

#72fde2 Color Code Preview on Black Background Color

This is how #72fde2 Color will look on black background color. Color contrast ratio is 16.86

#72fde2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#72fde2 color code is use for CSS Background Color

Background color for the above div is #72fde2

HTML with inline CSS

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

#72fde2 color code is use for CSS Border Color

CSS Border color for the above div is #72fde2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#72fde2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72fde2 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.