crispedge.com

Color picker

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

#7ddcac hex color - Green - Cool color - Information

#7ddcac hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7ddcac Color code in RGB color code model is created after adding 49.02% red color, 86.27% green color and 67.45% blue color. Hex #7ddcac Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 22% yellow and 14% black.

Hex #7ddcac color code is between #77ddaa web safe hex color code and #88ccbb web safe hex color code. #77ddaa is the nearest web safe color code. You can see here many more shades of #7ddcac color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7ddcac#7ddcac
RGB Decimal125, 220, 172rgb(125, 220, 172)
RGB Percent49%, 86%, 67%rgb(49%, 86%, 67%)
CSS RGBa125, 220, 172,1rgba(125,220,172,1)
CMYK Modelcmyk(43%,0%,22%,14%)
HSL Color Space150,58% ,68%hsl(150,58% ,68%)
HSV Color Space150°, 43%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111011101110010101100
Octal175334254
Decimal125220172
Hex7ddcac

Different shades of #7ddcac color code.

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

Light Shade of #7ddcac
#a5e7c6
Dark Shade of #7ddcac
#55d192
Saturated Shade of #7ddcac
#75e4ac
Desaturated Shade of #7ddcac
#85d4ac
Grey scale Shade of #7ddcac
#acacac
Brighten Shade
#96f5c5
Most Readable Shade
#000000

Shades of #7ddcac color code

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

#7ddcac
#6fc398
#61ab85
#539272
#457a5f
#37614c
#294939
#1b3026
#0d1813
#000000

Similar Color like #7ddcac color

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

#7eddad
#7fdeae
#80dfaf
#81e0b0
#82e1b1
#83e2b2
#84e3b3
#85e4b4
#86e5b5
#87e6b6
#88e7b7
#89e8b8
#8ae9b9
#8beaba
#7cdbab
#7bdaaa
#7ad9a9
#79d8a8
#78d7a7
#77d6a6
#76d5a5
#75d4a4
#74d3a3
#73d2a2
#72d1a1
#71d0a0
#70cf9f
#6fce9e

Monochromatic Color with #7ddcac

#7ddcac
#040706
#1c3227
#355c48
#4d876a
#65b18b

Tints of #7ddcac Color

#7ddcac
#8bdfb5
#99e3be
#a8e7c7
#b6ebd0
#c5efda
#d3f3e3
#e2f7ec
#f0fbf5
#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

#7ddcac
#dc7dad

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

Split Complementary

#7ddcac
#dc7ddc
#dc7d7e

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

Analogous Color

#7ddc86
#7ddc99
#7ddcac
#7ddcbf
#7ddcd2

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

#7ddcac
#ac7ddc
#dcac7d

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

#7ddcac
#7d7ddc
#dc7dad
#dcdb7d

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

#7ddcac
#dc7dad
#dc7d7e
#7ddcdc

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 #7ddcac 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.

#7ddcac Color Code Preview on Black Background Color

This is how #7ddcac Color will look on black background color. Color contrast ratio is 12.70

#7ddcac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7ddcac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7ddcac

#7ddcac color code is use for CSS Background Color

Background color for the above div is #7ddcac

HTML with inline CSS

<div style="background-color:#7ddcac;"></div>

#7ddcac color code is use for CSS Border Color

CSS Border color for the above div is #7ddcac

HTML with inline CSS

<div style="border:5px solid #7ddcac;"></div>

CSS Border Left color for the above div is #7ddcac

HTML with inline CSS

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

CSS Border Right color for the above div is #7ddcac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7ddcac

HTML with inline CSS

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

CSS Border Top color for the above div is #7ddcac

HTML with inline CSS

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

#7ddcac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7ddcac Color code Preview on White Background

This is how #7ddcac Color code will look on white background color. Color contrast ratio is 1.65

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

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.