crispedge.com

Color picker

Loading...

#33d7af hex color - Green - Cool color - Information

#33d7af hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #33d7af Color code in RGB color code model is created after adding 20% red color, 84.31% green color and 68.63% blue color. Hex #33d7af Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 0% magenta, 19% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code33d7af#33d7af
RGB Decimal51, 215, 175rgb(51, 215, 175)
RGB Percent20%, 84%, 69%rgb(20%, 84%, 69%)
CSS RGBa51, 215, 175,1rgba(51,215,175,1)
CMYK Modelcmyk(76%,0%,19%,16%)
HSL Color Space165,67% ,52%hsl(165,67% ,52%)
HSV Color Space165°, 76%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100111101011110101111
Octal63327257
Decimal51215175
Hex33d7af

Different shades of #33d7af color code.

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

Light Shade of #33d7af
#5edfc0
Dark Shade of #33d7af
#23b490
Saturated Shade of #33d7af
#27e3b5
Desaturated Shade of #33d7af
#3fcba9
Grey scale Shade of #33d7af
#858585
Brighten Shade
#4cf0c8
Most Readable Shade
#000000

Shades of #33d7af color code

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

#33d7af
#2dbf9b
#27a788
#228f74
#1c7761
#165f4d
#11473a
#0b2f26
#051713
#000000

Similar Color like #33d7af color

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

#34d8b0
#35d9b1
#36dab2
#37dbb3
#38dcb4
#39ddb5
#3adeb6
#3bdfb7
#3ce0b8
#3de1b9
#3ee2ba
#3fe3bb
#40e4bc
#41e5bd
#32d6ae
#31d5ad
#30d4ac
#2fd3ab
#2ed2aa
#2dd1a9
#2cd0a8
#2bcfa7
#2acea6
#29cda5
#28cca4
#27cba3
#26caa2
#25c9a1

Monochromatic Color with #33d7af

#33d7af
#010202
#0b2d25
#155747
#1f826a
#29ac8c

Tints of #33d7af Color

#33d7af
#49dbb7
#60dfc0
#77e4c9
#8de8d2
#a4eddb
#bbf1e4
#d1f6ed
#e8faf6
#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

#33d7af
#d7335b

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

Split Complementary

#33d7af
#d733ad
#d75d33

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

Analogous Color

#33d76d
#33d78e
#33d7af
#33d7d0
#33bdd7

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

#33d7af
#af33d7
#d7af33

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

#33d7af
#5d33d7
#d7335b
#add733

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

#33d7af
#d7335b
#d75d33
#33add7

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 #33d7af 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.

#33d7af Color Code Preview on Black Background Color

This is how #33d7af Color will look on black background color. Color contrast ratio is 11.48

#33d7af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33d7af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33d7af

#33d7af color code is use for CSS Background Color

Background color for the above div is #33d7af

HTML with inline CSS

<div style="background-color:#33d7af;"></div>

#33d7af color code is use for CSS Border Color

CSS Border color for the above div is #33d7af

HTML with inline CSS

<div style="border:5px solid #33d7af;"></div>

CSS Border Left color for the above div is #33d7af

HTML with inline CSS

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

CSS Border Right color for the above div is #33d7af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #33d7af

HTML with inline CSS

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

CSS Border Top color for the above div is #33d7af

HTML with inline CSS

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

#33d7af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#33d7af Color code Preview on White Background

This is how #33d7af Color code will look on white background color. Color contrast ratio is 1.83

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

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(51,215,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(215,51,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(51,215,175,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.