crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#12875e hex color - Green - Cool color - Information

#12875e hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #12875e Color code in RGB color code model is created after adding 7.06% red color, 52.94% green color and 36.86% blue color. Hex #12875e Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 0% magenta, 30% yellow and 47% black.

Hex #12875e color code is between #118866 web safe hex color code and #227755 web safe hex color code. #118866 is the nearest web safe color code. You can see here many more shades of #12875e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code12875e#12875e
RGB Decimal18, 135, 94rgb(18, 135, 94)
RGB Percent7%, 53%, 37%rgb(7%, 53%, 37%)
CSS RGBa18, 135, 94,1rgba(18,135,94,1)
CMYK Modelcmyk(87%,0%,30%,47%)
HSL Color Space159,76% ,30%hsl(159,76% ,30%)
HSV Color Space159°, 87%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101000011101011110
Octal22207136
Decimal1813594
Hex12875e

Different shades of #12875e color code.

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

Light Shade of #12875e
#18b47d
Dark Shade of #12875e
#0c5a3f
Saturated Shade of #12875e
#0a8f60
Desaturated Shade of #12875e
#1a7f5c
Grey scale Shade of #12875e
#4d4d4d
Brighten Shade
#2ba077
Most Readable Shade
#FFFFFF

Shades of #12875e color code

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

#12875e
#107853
#0e6949
#0c5a3e
#0a4b34
#083c29
#062d1f
#041e14
#020f0a
#000000

Similar Color like #12875e color

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

#13885f
#148960
#158a61
#168b62
#178c63
#188d64
#198e65
#1a8f66
#1b9067
#1c9168
#1d9269
#1e936a
#1f946b
#20956c
#11865d
#10855c
#0f845b
#0e835a
#0d8259
#0c8158
#0b8057
#0a7f56
#097e55
#087d54
#077c53
#067b52
#057a51
#047950

Monochromatic Color with #12875e

#12875e
#18b17c
#1ddc99
#010705
#073223
#0c5c40

Tints of #12875e Color

#12875e
#2c946f
#46a181
#61af93
#7bbca5
#95c9b7
#b0d7c9
#cae4db
#e4f1ed
#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

#12875e
#87123b

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

Split Complementary

#12875e
#871275
#872412

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

Analogous Color

#12872f
#128747
#12875e
#128775
#128187

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

#12875e
#5e1287
#875e12

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

#12875e
#241287
#87123b
#758712

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

#12875e
#87123b
#872412
#127587

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 #12875e 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.

#12875e Color Code Preview on Black Background Color

This is how #12875e Color will look on black background color. Color contrast ratio is 4.65

#12875e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12875e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12875e

#12875e color code is use for CSS Background Color

Background color for the above div is #12875e

HTML with inline CSS

<div style="background-color:#12875e;"></div>

#12875e color code is use for CSS Border Color

CSS Border color for the above div is #12875e

HTML with inline CSS

<div style="border:5px solid #12875e;"></div>

CSS Border Left color for the above div is #12875e

HTML with inline CSS

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

CSS Border Right color for the above div is #12875e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #12875e

HTML with inline CSS

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

CSS Border Top color for the above div is #12875e

HTML with inline CSS

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

#12875e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12875e Color code Preview on White Background

This is how #12875e Color code will look on white background color. Color contrast ratio is 4.51

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.