crispedge.com

Color picker

Loading...

#69c0ad hex color - Green - Cool color - Information

#69c0ad hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #69c0ad Color code in RGB color code model is created after adding 41.18% red color, 75.29% green color and 67.84% blue color. Hex #69c0ad Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 10% yellow and 25% black.

Hex #69c0ad color code is between #66bbaa web safe hex color code and #77ccbb web safe hex color code. #66bbaa is the nearest web safe color code. You can see here many more shades of #69c0ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code69c0ad#69c0ad
RGB Decimal105, 192, 173rgb(105, 192, 173)
RGB Percent41%, 75%, 68%rgb(41%, 75%, 68%)
CSS RGBa105, 192, 173,1rgba(105,192,173,1)
CMYK Modelcmyk(45%,0%,10%,25%)
HSL Color Space167,41% ,58%hsl(167,41% ,58%)
HSV Color Space167°, 45%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010011100000010101101
Octal151300255
Decimal105192173
Hex69c0ad

Different shades of #69c0ad color code.

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

Light Shade of #69c0ad
#8dcfc1
Dark Shade of #69c0ad
#49ad97
Saturated Shade of #69c0ad
#5ecbb3
Desaturated Shade of #69c0ad
#74b5a7
Grey scale Shade of #69c0ad
#949494
Brighten Shade
#82d9c6
Most Readable Shade
#000000

Shades of #69c0ad color code

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

#69c0ad
#5daa99
#519586
#468073
#3a6a60
#2e554c
#234039
#172a26
#0b1513
#000000

Similar Color like #69c0ad color

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

#6ac1ae
#6bc2af
#6cc3b0
#6dc4b1
#6ec5b2
#6fc6b3
#70c7b4
#71c8b5
#72c9b6
#73cab7
#74cbb8
#75ccb9
#76cdba
#77cebb
#68bfac
#67beab
#66bdaa
#65bca9
#64bba8
#63baa7
#62b9a6
#61b8a5
#60b7a4
#5fb6a3
#5eb5a2
#5db4a1
#5cb3a0
#5bb29f

Monochromatic Color with #69c0ad

#69c0ad
#80ead3
#0c1614
#23403a
#3b6b60
#529587

Tints of #69c0ad Color

#69c0ad
#79c7b6
#8acebf
#9bd5c8
#abdcd1
#bce3da
#cdeae3
#ddf1ec
#eef8f5
#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

#69c0ad
#c0697c

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

Split Complementary

#69c0ad
#c069a8
#c08169

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

Analogous Color

#69c08a
#69c09c
#69c0ad
#69c0be
#69b0c0

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

#69c0ad
#ad69c0
#c0ad69

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

#69c0ad
#8169c0
#c0697c
#a7c069

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

#69c0ad
#c0697c
#c08169
#69a8c0

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 #69c0ad 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.

#69c0ad Color Code Preview on Black Background Color

This is how #69c0ad Color will look on black background color. Color contrast ratio is 9.74

#69c0ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69c0ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69c0ad

#69c0ad color code is use for CSS Background Color

Background color for the above div is #69c0ad

HTML with inline CSS

<div style="background-color:#69c0ad;"></div>

#69c0ad color code is use for CSS Border Color

CSS Border color for the above div is #69c0ad

HTML with inline CSS

<div style="border:5px solid #69c0ad;"></div>

CSS Border Left color for the above div is #69c0ad

HTML with inline CSS

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

CSS Border Right color for the above div is #69c0ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #69c0ad

HTML with inline CSS

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

CSS Border Top color for the above div is #69c0ad

HTML with inline CSS

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

#69c0ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#69c0ad Color code Preview on White Background

This is how #69c0ad Color code will look on white background color. Color contrast ratio is 2.16

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

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(105,192,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(192,105,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(105,192,173,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.