crispedge.com

Color picker

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

#128d84 hex color - Green - Cool color - Information

#128d84 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #128d84 Color code in RGB color code model is created after adding 7.06% red color, 55.29% green color and 51.76% blue color. Hex #128d84 Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 0% magenta, 6% yellow and 45% black.

Hex #128d84 color code is between #118888 web safe hex color code and #229977 web safe hex color code. #118888 is the nearest web safe color code. You can see here many more shades of #128d84 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code128d84#128d84
RGB Decimal18, 141, 132rgb(18, 141, 132)
RGB Percent7%, 55%, 52%rgb(7%, 55%, 52%)
CSS RGBa18, 141, 132,1rgba(18,141,132,1)
CMYK Modelcmyk(87%,0%,6%,45%)
HSL Color Space176,77% ,31%hsl(176,77% ,31%)
HSV Color Space176°, 87%, 55%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101000110110000100
Octal22215204
Decimal18141132
Hex128d84

Different shades of #128d84 color code.

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

Light Shade of #128d84
#18baae
Dark Shade of #128d84
#0c605a
Saturated Shade of #128d84
#0a958b
Desaturated Shade of #128d84
#1a857d
Grey scale Shade of #128d84
#4f4f4f
Brighten Shade
#2ba69d
Most Readable Shade
#FFFFFF

Shades of #128d84 color code

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

#128d84
#107d75
#0e6d66
#0c5e58
#0a4e49
#083e3a
#062f2c
#041f1d
#020f0e
#000000

Similar Color like #128d84 color

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

#138e85
#148f86
#159087
#169188
#179289
#18938a
#19948b
#1a958c
#1b968d
#1c978e
#1d988f
#1e9990
#1f9a91
#209b92
#118c83
#108b82
#0f8a81
#0e8980
#0d887f
#0c877e
#0b867d
#0a857c
#09847b
#08837a
#078279
#068178
#058077
#047f76

Monochromatic Color with #128d84

#128d84
#17b7ac
#1de2d4
#020d0d
#073834
#0d625c

Tints of #128d84 Color

#128d84
#2c9991
#46a69f
#61b3ad
#7bbfba
#95ccc8
#b0d9d6
#cae5e3
#e4f2f1
#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

#128d84
#8d121b

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

Split Complementary

#128d84
#8d1258
#8d4712

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

Analogous Color

#128d53
#128d6b
#128d84
#127d8d
#12658d

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

#128d84
#84128d
#8d8412

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

#128d84
#46128d
#8d121b
#588d12

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

#128d84
#8d121b
#8d4712
#12588d

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 #128d84 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.

#128d84 Color Code Preview on Black Background Color

This is how #128d84 Color will look on black background color. Color contrast ratio is 5.17

#128d84 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #128d84

HTML with inline CSS

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

Your Example Paragraph content text in with font color #128d84

#128d84 color code is use for CSS Background Color

Background color for the above div is #128d84

HTML with inline CSS

<div style="background-color:#128d84;"></div>

#128d84 color code is use for CSS Border Color

CSS Border color for the above div is #128d84

HTML with inline CSS

<div style="border:5px solid #128d84;"></div>

CSS Border Left color for the above div is #128d84

HTML with inline CSS

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

CSS Border Right color for the above div is #128d84

HTML with inline CSS

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

CSS Border Bottom color for the above div is #128d84

HTML with inline CSS

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

CSS Border Top color for the above div is #128d84

HTML with inline CSS

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

#128d84 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#128d84 Color code Preview on White Background

This is how #128d84 Color code will look on white background color. Color contrast ratio is 4.06

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

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.