crispedge.com

Color picker

Loading...

#68d4cf hex color - Green - Cool color - Information

#68d4cf hex color - Green - Cool color

Color Hue/Base color: Green

Hex #68d4cf Color code in RGB color code model is created after adding 40.78% red color, 83.14% green color and 81.18% blue color. Hex #68d4cf Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 0% magenta, 2% yellow and 17% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code68d4cf#68d4cf
RGB Decimal104, 212, 207rgb(104, 212, 207)
RGB Percent41%, 83%, 81%rgb(41%, 83%, 81%)
CSS RGBa104, 212, 207,1rgba(104,212,207,1)
CMYK Modelcmyk(51%,0%,2%,17%)
HSL Color Space177,56% ,62%hsl(177,56% ,62%)
HSV Color Space177°, 51%, 83%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010001101010011001111
Octal150324317
Decimal104212207
Hex68d4cf

Different shades of #68d4cf color code.

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

Light Shade of #68d4cf
#90dfdc
Dark Shade of #68d4cf
#40c9c2
Saturated Shade of #68d4cf
#5eded8
Desaturated Shade of #68d4cf
#72cac6
Grey scale Shade of #68d4cf
#9e9e9e
Brighten Shade
#81ede8
Most Readable Shade
#000000

Shades of #68d4cf color code

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

#68d4cf
#5cbcb8
#50a4a1
#458d8a
#397573
#2e5e5c
#224645
#172f2e
#0b1717
#000000

Similar Color like #68d4cf color

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

#69d5d0
#6ad6d1
#6bd7d2
#6cd8d3
#6dd9d4
#6edad5
#6fdbd6
#70dcd7
#71ddd8
#72ded9
#73dfda
#74e0db
#75e1dc
#76e2dd
#67d3ce
#66d2cd
#65d1cc
#64d0cb
#63cfca
#62cec9
#61cdc8
#60ccc7
#5fcbc6
#5ecac5
#5dc9c4
#5cc8c3
#5bc7c2
#5ac6c1

Monochromatic Color with #68d4cf

#68d4cf
#7dfef8
#152a29
#295452
#3e7f7c
#53a9a6

Tints of #68d4cf Color

#68d4cf
#78d8d4
#89ddd9
#9ae2df
#abe7e4
#bbebe9
#ccf0ef
#ddf5f4
#eefaf9
#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

#68d4cf
#d4686d

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

Split Complementary

#68d4cf
#d468a3
#d49968

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

Analogous Color

#68d4a4
#68d4b9
#68d4cf
#68c3d4
#68aed4

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

#68d4cf
#cf68d4
#d4cf68

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

#68d4cf
#9968d4
#d4686d
#a3d468

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

#68d4cf
#d4686d
#d49968
#68a3d4

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 #68d4cf 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.

#68d4cf Color Code Preview on Black Background Color

This is how #68d4cf Color will look on black background color. Color contrast ratio is 11.91

#68d4cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68d4cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68d4cf

#68d4cf color code is use for CSS Background Color

Background color for the above div is #68d4cf

HTML with inline CSS

<div style="background-color:#68d4cf;"></div>

#68d4cf color code is use for CSS Border Color

CSS Border color for the above div is #68d4cf

HTML with inline CSS

<div style="border:5px solid #68d4cf;"></div>

CSS Border Left color for the above div is #68d4cf

HTML with inline CSS

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

CSS Border Right color for the above div is #68d4cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #68d4cf

HTML with inline CSS

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

CSS Border Top color for the above div is #68d4cf

HTML with inline CSS

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

#68d4cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68d4cf Color code Preview on White Background

This is how #68d4cf Color code will look on white background color. Color contrast ratio is 1.76

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

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(104,212,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(212,104,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,212,207,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.