crispedge.com

Color picker

Loading...

#68f3be hex color - Blue - Cool color - Information

#68f3be hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #68f3be Color code in RGB color code model is created after adding 40.78% red color, 95.29% green color and 74.51% blue color. Hex #68f3be Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 0% magenta, 22% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code68f3be#68f3be
RGB Decimal104, 243, 190rgb(104, 243, 190)
RGB Percent41%, 95%, 75%rgb(41%, 95%, 75%)
CSS RGBa104, 243, 190,1rgba(104,243,190,1)
CMYK Modelcmyk(57%,0%,22%,5%)
HSL Color Space157,85% ,68%hsl(157,85% ,68%)
HSV Color Space157°, 57%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010001111001110111110
Octal150363276
Decimal104243190
Hex68f3be

Different shades of #68f3be color code.

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

Light Shade of #68f3be
#97f7d2
Dark Shade of #68f3be
#39efaa
Saturated Shade of #68f3be
#60fbc0
Desaturated Shade of #68f3be
#70ebbc
Grey scale Shade of #68f3be
#adadad
Brighten Shade
#81ffd7
Most Readable Shade
#000000

Shades of #68f3be color code

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

#68f3be
#5cd8a8
#50bd93
#45a27e
#398769
#2e6c54
#22513f
#17362a
#0b1b15
#000000

Similar Color like #68f3be color

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

#69f4bf
#6af5c0
#6bf6c1
#6cf7c2
#6df8c3
#6ef9c4
#6ffac5
#70fbc6
#71fcc7
#72fdc8
#73fec9
#74ffca
#75ffcb
#76ffcc
#67f2bd
#66f1bc
#65f0bb
#64efba
#63eeb9
#62edb8
#61ecb7
#60ebb6
#5feab5
#5ee9b4
#5de8b3
#5ce7b2
#5be6b1
#5ae5b0

Monochromatic Color with #68f3be

#68f3be
#0d1e18
#1f4939
#31735a
#449e7c
#56c89d

Tints of #68f3be Color

#68f3be
#78f4c5
#89f5cc
#9af7d3
#abf8da
#bbf9e2
#ccfbe9
#ddfcf0
#eefdf7
#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

#68f3be
#f3689d

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

Split Complementary

#68f3be
#f368e2
#f37968

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

Analogous Color

#68f386
#68f3a2
#68f3be
#68f3da
#68f0f3

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

#68f3be
#be68f3
#f3be68

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

#68f3be
#7868f3
#f3689d
#e2f368

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

#68f3be
#f3689d
#f37968
#68e2f3

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

#68f3be Color Code Preview on Black Background Color

This is how #68f3be Color will look on black background color. Color contrast ratio is 15.15

#68f3be in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#68f3be color code is use for CSS Background Color

Background color for the above div is #68f3be

HTML with inline CSS

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

#68f3be color code is use for CSS Border Color

CSS Border color for the above div is #68f3be

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#68f3be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68f3be Color code Preview on White Background

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

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

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,243,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(243,104,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,243,190,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.