crispedge.com

Color picker

Loading...

#126c71 hex color - Green - Cool color - Information

#126c71 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #126c71 Color code in RGB color code model is created after adding 7.06% red color, 42.35% green color and 44.31% blue color. Hex #126c71 Color code in CMYK color (process color) code model is generated after subtraction of 84% cyan, 4% magenta, 0% yellow and 56% black.

Hex #126c71 color code is between #116677 web safe hex color code and #227766 web safe hex color code. #116677 is the nearest web safe color code. You can see here many more shades of #126c71 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code126c71#126c71
RGB Decimal18, 108, 113rgb(18, 108, 113)
RGB Percent7%, 42%, 44%rgb(7%, 42%, 44%)
CSS RGBa18, 108, 113,1rgba(18,108,113,1)
CMYK Modelcmyk(84%,4%,0%,56%)
HSL Color Space183,73% ,26%hsl(183,73% ,26%)
HSV Color Space183°, 84%, 44%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100100110110001110001
Octal22154161
Decimal18108113
Hex126c71

Different shades of #126c71 color code.

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

Light Shade of #126c71
#19969d
Dark Shade of #126c71
#0b4245
Saturated Shade of #126c71
#0b7278
Desaturated Shade of #126c71
#19666a
Grey scale Shade of #126c71
#414141
Brighten Shade
#2b858a
Most Readable Shade
#FFFFFF

Shades of #126c71 color code

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

#126c71
#106064
#0e5457
#0c484b
#0a3c3e
#083032
#062425
#041819
#020c0c
#000000

Similar Color like #126c71 color

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

#136d72
#146e73
#156f74
#167075
#177176
#187277
#197378
#1a7479
#1b757a
#1c767b
#1d777c
#1e787d
#1f797e
#207a7f
#116b70
#106a6f
#0f696e
#0e686d
#0d676c
#0c666b
#0b656a
#0a6469
#096368
#086267
#076166
#066065
#055f64
#045e63

Monochromatic Color with #126c71

#126c71
#19959b
#20bdc6
#26e6f0
#041b1c
#0b4346

Tints of #126c71 Color

#126c71
#2c7c80
#468c90
#619da0
#7badb0
#95bdbf
#b0cecf
#cadedf
#e4eeef
#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

#126c71
#711712

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

Split Complementary

#126c71
#71123d
#714612

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

Analogous Color

#127150
#127163
#126c71
#125971
#124671

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

#126c71
#71126c
#6c7112

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

#126c71
#461271
#711712
#3c7112

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

#126c71
#711712
#714612
#123d71

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 #126c71 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.

#126c71 Color Code Preview on Black Background Color

This is how #126c71 Color will look on black background color. Color contrast ratio is 3.41

#126c71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #126c71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #126c71

#126c71 color code is use for CSS Background Color

Background color for the above div is #126c71

HTML with inline CSS

<div style="background-color:#126c71;"></div>

#126c71 color code is use for CSS Border Color

CSS Border color for the above div is #126c71

HTML with inline CSS

<div style="border:5px solid #126c71;"></div>

CSS Border Left color for the above div is #126c71

HTML with inline CSS

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

CSS Border Right color for the above div is #126c71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #126c71

HTML with inline CSS

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

CSS Border Top color for the above div is #126c71

HTML with inline CSS

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

#126c71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#126c71 Color code Preview on White Background

This is how #126c71 Color code will look on white background color. Color contrast ratio is 6.16

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

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(18,108,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,23,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,108,113,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.