crispedge.com

Color picker

Loading...

#7bcabd hex color - Green - Cool color - Information

#7bcabd hex color - Green - Cool color

Color Hue/Base color: Green

Hex #7bcabd Color code in RGB color code model is created after adding 48.24% red color, 79.22% green color and 74.12% blue color. Hex #7bcabd Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 0% magenta, 6% yellow and 21% black.

Hex #7bcabd color code is between #77ccbb web safe hex color code and #88bbcc web safe hex color code. #77ccbb is the nearest web safe color code. You can see here many more shades of #7bcabd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7bcabd#7bcabd
RGB Decimal123, 202, 189rgb(123, 202, 189)
RGB Percent48%, 79%, 74%rgb(48%, 79%, 74%)
CSS RGBa123, 202, 189,1rgba(123,202,189,1)
CMYK Modelcmyk(39%,0%,6%,21%)
HSL Color Space170,43% ,64%hsl(170,43% ,64%)
HSV Color Space170°, 39%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111100101010111101
Octal173312275
Decimal123202189
Hex7bcabd

Different shades of #7bcabd color code.

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

Light Shade of #7bcabd
#9fd9cf
Dark Shade of #7bcabd
#57bbab
Saturated Shade of #7bcabd
#72d3c3
Desaturated Shade of #7bcabd
#84c1b7
Grey scale Shade of #7bcabd
#a2a2a2
Brighten Shade
#94e3d6
Most Readable Shade
#000000

Shades of #7bcabd color code

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

#7bcabd
#6db3a8
#5f9d93
#52867e
#447069
#365954
#29433f
#1b2c2a
#0d1615
#000000

Similar Color like #7bcabd color

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

#7ccbbe
#7dccbf
#7ecdc0
#7fcec1
#80cfc2
#81d0c3
#82d1c4
#83d2c5
#84d3c6
#85d4c7
#86d5c8
#87d6c9
#88d7ca
#89d8cb
#7ac9bc
#79c8bb
#78c7ba
#77c6b9
#76c5b8
#75c4b7
#74c3b6
#73c2b5
#72c1b4
#71c0b3
#70bfb2
#6fbeb1
#6ebdb0
#6dbcaf

Monochromatic Color with #7bcabd

#7bcabd
#95f4e5
#13201e
#2d4a46
#47756d
#619f95

Tints of #7bcabd Color

#7bcabd
#89cfc4
#98d5cb
#a7dbd3
#b5e1da
#c4e7e1
#d3ede9
#e1f3f0
#f0f9f7
#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

#7bcabd
#ca7b88

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

Split Complementary

#7bcabd
#ca7bb0
#ca967b

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

Analogous Color

#7bca9d
#7bcaad
#7bcabd
#7bc7ca
#7bb7ca

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

#7bcabd
#bd7bca
#cabd7b

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

#7bcabd
#957bca
#ca7b88
#afca7b

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

#7bcabd
#ca7b88
#ca967b
#7bb0ca

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 #7bcabd 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.

#7bcabd Color Code Preview on Black Background Color

This is how #7bcabd Color will look on black background color. Color contrast ratio is 11.03

#7bcabd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7bcabd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7bcabd

#7bcabd color code is use for CSS Background Color

Background color for the above div is #7bcabd

HTML with inline CSS

<div style="background-color:#7bcabd;"></div>

#7bcabd color code is use for CSS Border Color

CSS Border color for the above div is #7bcabd

HTML with inline CSS

<div style="border:5px solid #7bcabd;"></div>

CSS Border Left color for the above div is #7bcabd

HTML with inline CSS

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

CSS Border Right color for the above div is #7bcabd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7bcabd

HTML with inline CSS

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

CSS Border Top color for the above div is #7bcabd

HTML with inline CSS

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

#7bcabd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7bcabd Color code Preview on White Background

This is how #7bcabd Color code will look on white background color. Color contrast ratio is 1.90

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

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(123,202,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,123,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(123,202,189,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.