crispedge.com

Color picker

Loading...

#36dcb6 hex color - Blue - Cool color - Information

#36dcb6 hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #36dcb6 Color code in RGB color code model is created after adding 21.18% red color, 86.27% green color and 71.37% blue color. Hex #36dcb6 Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 0% magenta, 17% yellow and 14% black.

Hex #36dcb6 color code is between #33ddbb web safe hex color code and #44ccaa web safe hex color code. #33ddbb is the nearest web safe color code. You can see here many more shades of #36dcb6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code36dcb6#36dcb6
RGB Decimal54, 220, 182rgb(54, 220, 182)
RGB Percent21%, 86%, 71%rgb(21%, 86%, 71%)
CSS RGBa54, 220, 182,1rgba(54,220,182,1)
CMYK Modelcmyk(75%,0%,17%,14%)
HSL Color Space166,70% ,54%hsl(166,70% ,54%)
HSV Color Space166°, 75%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101101101110010110110
Octal66334266
Decimal54220182
Hex36dcb6

Different shades of #36dcb6 color code.

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

Light Shade of #36dcb6
#61e4c6
Dark Shade of #36dcb6
#21be9a
Saturated Shade of #36dcb6
#2ae8bc
Desaturated Shade of #36dcb6
#42d0b0
Grey scale Shade of #36dcb6
#898989
Brighten Shade
#4ff5cf
Most Readable Shade
#000000

Shades of #36dcb6 color code

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

#36dcb6
#30c3a1
#2aab8d
#249279
#1e7a65
#186150
#12493c
#0c3028
#061814
#000000

Similar Color like #36dcb6 color

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

#37ddb7
#38deb8
#39dfb9
#3ae0ba
#3be1bb
#3ce2bc
#3de3bd
#3ee4be
#3fe5bf
#40e6c0
#41e7c1
#42e8c2
#43e9c3
#44eac4
#35dbb5
#34dab4
#33d9b3
#32d8b2
#31d7b1
#30d6b0
#2fd5af
#2ed4ae
#2dd3ad
#2cd2ac
#2bd1ab
#2ad0aa
#29cfa9
#28cea8

Monochromatic Color with #36dcb6

#36dcb6
#020706
#0c3229
#175c4d
#218770
#2cb193

Tints of #36dcb6 Color

#36dcb6
#4cdfbe
#62e3c6
#79e7ce
#8febd6
#a5efde
#bcf3e6
#d2f7ee
#e8fbf6
#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

#36dcb6
#dc365c

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

Split Complementary

#36dcb6
#dc36af
#dc6336

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

Analogous Color

#36dc74
#36dc95
#36dcb6
#36dcd7
#36c0dc

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

#36dcb6
#b636dc
#dcb636

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

#36dcb6
#6336dc
#dc365c
#afdc36

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

#36dcb6
#dc365c
#dc6336
#36afdc

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 #36dcb6 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.

#36dcb6 Color Code Preview on Black Background Color

This is how #36dcb6 Color will look on black background color. Color contrast ratio is 12.07

#36dcb6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36dcb6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36dcb6

#36dcb6 color code is use for CSS Background Color

Background color for the above div is #36dcb6

HTML with inline CSS

<div style="background-color:#36dcb6;"></div>

#36dcb6 color code is use for CSS Border Color

CSS Border color for the above div is #36dcb6

HTML with inline CSS

<div style="border:5px solid #36dcb6;"></div>

CSS Border Left color for the above div is #36dcb6

HTML with inline CSS

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

CSS Border Right color for the above div is #36dcb6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #36dcb6

HTML with inline CSS

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

CSS Border Top color for the above div is #36dcb6

HTML with inline CSS

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

#36dcb6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#36dcb6 Color code Preview on White Background

This is how #36dcb6 Color code will look on white background color. Color contrast ratio is 1.74

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

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(54,220,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,54,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(54,220,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.