crispedge.com

Color picker

Loading...

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

#7bf2bf hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7bf2bf Color code in RGB color code model is created after adding 48.24% red color, 94.9% green color and 74.9% blue color. Hex #7bf2bf Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 0% magenta, 21% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7bf2bf#7bf2bf
RGB Decimal123, 242, 191rgb(123, 242, 191)
RGB Percent48%, 95%, 75%rgb(48%, 95%, 75%)
CSS RGBa123, 242, 191,1rgba(123,242,191,1)
CMYK Modelcmyk(49%,0%,21%,5%)
HSL Color Space154,82% ,72%hsl(154,82% ,72%)
HSV Color Space154°, 49%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111111001010111111
Octal173362277
Decimal123242191
Hex7bf2bf

Different shades of #7bf2bf color code.

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

Light Shade of #7bf2bf
#a9f7d5
Dark Shade of #7bf2bf
#4deda8
Saturated Shade of #7bf2bf
#74f9c0
Desaturated Shade of #7bf2bf
#82ebbe
Grey scale Shade of #7bf2bf
#b6b6b6
Brighten Shade
#94ffd8
Most Readable Shade
#000000

Shades of #7bf2bf color code

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

#7bf2bf
#6dd7a9
#5fbc94
#52a17f
#44866a
#366b54
#29503f
#1b352a
#0d1a15
#000000

Similar Color like #7bf2bf color

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

#7cf3c0
#7df4c1
#7ef5c2
#7ff6c3
#80f7c4
#81f8c5
#82f9c6
#83fac7
#84fbc8
#85fcc9
#86fdca
#87fecb
#88ffcc
#89ffcd
#7af1be
#79f0bd
#78efbc
#77eebb
#76edba
#75ecb9
#74ebb8
#73eab7
#72e9b6
#71e8b5
#70e7b4
#6fe6b3
#6ee5b2
#6de4b1

Monochromatic Color with #7bf2bf

#7bf2bf
#0f1d17
#254839
#3a725a
#509d7c
#65c79d

Tints of #7bf2bf Color

#7bf2bf
#89f3c6
#98f4cd
#a7f6d4
#b5f7db
#c4f9e2
#d3fae9
#e1fcf0
#f0fdf7
#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

#7bf2bf
#f27bae

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

Split Complementary

#7bf2bf
#f27bea
#f2847b

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

Analogous Color

#7bf28f
#7bf2a7
#7bf2bf
#7bf2d7
#7bf2ef

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

#7bf2bf
#bf7bf2
#f2bf7b

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

#7bf2bf
#837bf2
#f27bae
#e9f27b

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

#7bf2bf
#f27bae
#f2847b
#7beaf2

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

#7bf2bf Color Code Preview on Black Background Color

This is how #7bf2bf Color will look on black background color. Color contrast ratio is 15.30

#7bf2bf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7bf2bf color code is use for CSS Background Color

Background color for the above div is #7bf2bf

HTML with inline CSS

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

#7bf2bf color code is use for CSS Border Color

CSS Border color for the above div is #7bf2bf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7bf2bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7bf2bf Color code Preview on White Background

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

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

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,242,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(242,123,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(123,242,191,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.