@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#12827f hex color - Green - Cool color - Information

#12827f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #12827f Color code in RGB color code model is created after adding 7.06% red color, 50.98% green color and 49.8% blue color. Hex #12827f Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 0% magenta, 2% yellow and 49.02% black.

Hex #12827f color code is between #118877 web safe hex color code and #227788 web safe hex color code. #118877 is the nearest web safe color code. You can see here many more shades of #12827f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code12827f#12827f
RGB Decimal18, 130, 127rgb(18, 130, 127)
RGB Percent7%, 51%, 50%rgb(7%, 51%, 50%)
CSS RGBa18, 130, 127,1rgba(18,130,127,1)
CMYK Modelcmyk(86%,0%,2%,49.02%)
HSL Color Space178,76% ,29%hsl(178,76% ,29%)
HSV Color Space178°, 86%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101000001001111111
Octal22202177
Decimal18130127
Hex12827f

Different shades of #12827f color code.

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

Light Shade of #12827f
#18afab
Dark Shade of #12827f
#0c5553
Saturated Shade of #12827f
#0b8986
Desaturated Shade of #12827f
#197b78
Grey scale Shade of #12827f
#4a4a4a
Brighten Shade
#2b9b98
Most Readable Shade
#FFFFFF

Shades of #12827f color code

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

#12827f
#107370
#0e6562
#0c5654
#0a4846
#083938
#062b2a
#041c1c
#020e0e
#000000

Similar Color like #12827f color

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

#138380
#148481
#158582
#168683
#178784
#188885
#198986
#1a8a87
#1b8b88
#1c8c89
#1d8d8a
#1e8e8b
#1f8f8c
#20908d
#11817e
#10807d
#0f7f7c
#0e7e7b
#0d7d7a
#0c7c79
#0b7b78
#0a7a77
#097976
#087875
#077774
#067673
#057572
#047471

Monochromatic Color with #12827f

#12827f
#18aca9
#1ed7d2
#000202
#062d2c
#0c5755

Tints of #12827f Color

#12827f
#2c8f8d
#469d9b
#61aba9
#7bb9b7
#95c7c6
#b0d5d4
#cae3e2
#e4f1f0
#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

#12827f
#821215

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

Split Complementary

#12827f
#82124d
#824712

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

Analogous Color

#128252
#128269
#12827f
#126f82
#125882

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

#12827f
#7f1282
#827f12

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

#12827f
#471282
#821215
#4d8212

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

#12827f
#821215
#824712
#124d82

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 #12827f 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.

#12827f Color Code Preview on Black Background Color

This is how #12827f Color will look on black background color. Color contrast ratio is 4.53

#12827f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12827f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12827f

#12827f color code is use for CSS Background Color

Background color for the above div is #12827f

HTML with inline CSS

<div style="background-color:#12827f;"></div>

#12827f color code is use for CSS Border Color

CSS Border color for the above div is #12827f

HTML with inline CSS

<div style="border:5px solid #12827f;"></div>

CSS Border Left color for the above div is #12827f

HTML with inline CSS

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

CSS Border Right color for the above div is #12827f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #12827f

HTML with inline CSS

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

CSS Border Top color for the above div is #12827f

HTML with inline CSS

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

#12827f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12827f Color code Preview on White Background

This is how #12827f Color code will look on white background color. Color contrast ratio is 4.64

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

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