crispedge.com

Color picker

Loading...

#28ccb6 hex color - Green - Cool color - Information

#28ccb6 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #28ccb6 Color code in RGB color code model is created after adding 15.69% red color, 80% green color and 71.37% blue color. Hex #28ccb6 Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 0% magenta, 11% yellow and 20% black.

Hex #28ccb6 color code is between #22bbbb web safe hex color code and #33ddaa web safe hex color code. #22bbbb is the nearest web safe color code. You can see here many more shades of #28ccb6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code28ccb6#28ccb6
RGB Decimal40, 204, 182rgb(40, 204, 182)
RGB Percent16%, 80%, 71%rgb(16%, 80%, 71%)
CSS RGBa40, 204, 182,1rgba(40,204,182,1)
CMYK Modelcmyk(80%,0%,11%,20%)
HSL Color Space172,67% ,48%hsl(172,67% ,48%)
HSV Color Space172°, 80%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010001100110010110110
Octal50314266
Decimal40204182
Hex28ccb6

Different shades of #28ccb6 color code.

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

Light Shade of #28ccb6
#4bdcc8
Dark Shade of #28ccb6
#20a190
Saturated Shade of #28ccb6
#1cd8bf
Desaturated Shade of #28ccb6
#34c0ad
Grey scale Shade of #28ccb6
#7a7a7a
Brighten Shade
#41e5cf
Most Readable Shade
#000000

Shades of #28ccb6 color code

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

#28ccb6
#23b5a1
#1f9e8d
#1a8879
#167165
#115a50
#0d443c
#082d28
#041614
#000000

Similar Color like #28ccb6 color

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

#29cdb7
#2aceb8
#2bcfb9
#2cd0ba
#2dd1bb
#2ed2bc
#2fd3bd
#30d4be
#31d5bf
#32d6c0
#33d7c1
#34d8c2
#35d9c3
#36dac4
#27cbb5
#26cab4
#25c9b3
#24c8b2
#23c7b1
#22c6b0
#21c5af
#20c4ae
#1fc3ad
#1ec2ac
#1dc1ab
#1cc0aa
#1bbfa9
#1abea8

Monochromatic Color with #28ccb6

#28ccb6
#30f6dc
#07221e
#0f4c44
#17776a
#20a190

Tints of #28ccb6 Color

#28ccb6
#3fd1be
#57d7c6
#6fddce
#87e2d6
#9fe8de
#b7eee6
#cff3ee
#e7f9f6
#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

#28ccb6
#cc283e

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

Split Complementary

#28ccb6
#cc2890
#cc6428

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

Analogous Color

#28cc74
#28cc95
#28ccb6
#28c1cc
#28a0cc

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

#28ccb6
#b628cc
#ccb628

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

#28ccb6
#6428cc
#cc283e
#90cc28

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

#28ccb6
#cc283e
#cc6428
#2890cc

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 #28ccb6 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.

#28ccb6 Color Code Preview on Black Background Color

This is how #28ccb6 Color will look on black background color. Color contrast ratio is 10.40

#28ccb6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #28ccb6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #28ccb6

#28ccb6 color code is use for CSS Background Color

Background color for the above div is #28ccb6

HTML with inline CSS

<div style="background-color:#28ccb6;"></div>

#28ccb6 color code is use for CSS Border Color

CSS Border color for the above div is #28ccb6

HTML with inline CSS

<div style="border:5px solid #28ccb6;"></div>

CSS Border Left color for the above div is #28ccb6

HTML with inline CSS

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

CSS Border Right color for the above div is #28ccb6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #28ccb6

HTML with inline CSS

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

CSS Border Top color for the above div is #28ccb6

HTML with inline CSS

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

#28ccb6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#28ccb6 Color code Preview on White Background

This is how #28ccb6 Color code will look on white background color. Color contrast ratio is 2.02

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

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(40,204,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,40,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(40,204,182,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.