crispedge.com

Color picker

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

#42a890 hex color - Green - Cool color - Information

#42a890 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #42a890 Color code in RGB color code model is created after adding 25.88% red color, 65.88% green color and 56.47% blue color. Hex #42a890 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 0% magenta, 14% yellow and 34% black.

Hex #42a890 color code is between #44aa88 web safe hex color code and #339999 web safe hex color code. #44aa88 is the nearest web safe color code. You can see here many more shades of #42a890 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code42a890#42a890
RGB Decimal66, 168, 144rgb(66, 168, 144)
RGB Percent26%, 66%, 56%rgb(26%, 66%, 56%)
CSS RGBa66, 168, 144,1rgba(66,168,144,1)
CMYK Modelcmyk(61%,0%,14%,34%)
HSL Color Space166,44% ,46%hsl(166,44% ,46%)
HSV Color Space166°, 61%, 66%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000101010100010010000
Octal102250220
Decimal66168144
Hex42a890

Different shades of #42a890 color code.

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

Light Shade of #42a890
#5dc0a8
Dark Shade of #42a890
#348371
Saturated Shade of #42a890
#36b496
Desaturated Shade of #42a890
#4e9c8a
Grey scale Shade of #42a890
#757575
Brighten Shade
#5bc1a9
Most Readable Shade
#000000

Shades of #42a890 color code

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

#42a890
#3a9580
#338270
#2c7060
#245d50
#1d4a40
#163830
#0e2520
#071210
#000000

Similar Color like #42a890 color

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

#43a991
#44aa92
#45ab93
#46ac94
#47ad95
#48ae96
#49af97
#4ab098
#4bb199
#4cb29a
#4db39b
#4eb49c
#4fb59d
#50b69e
#41a78f
#40a68e
#3fa58d
#3ea48c
#3da38b
#3ca28a
#3ba189
#3aa088
#399f87
#389e86
#379d85
#369c84
#359b83
#349a82

Monochromatic Color with #42a890

#42a890
#53d2b4
#63fdd9
#102823
#215347
#317d6c

Tints of #42a890 Color

#42a890
#57b19c
#6cbba8
#81c5b5
#96cec1
#abd8cd
#c0e2da
#d5ebe6
#eaf5f2
#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

#42a890
#a8425a

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

Split Complementary

#42a890
#a8428d
#a85d42

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

Analogous Color

#42a867
#42a87c
#42a890
#42a8a4
#4297a8

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

#42a890
#9042a8
#a89042

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

#42a890
#5d42a8
#a8425a
#8da842

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

#42a890
#a8425a
#a85d42
#428da8

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 #42a890 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.

#42a890 Color Code Preview on Black Background Color

This is how #42a890 Color will look on black background color. Color contrast ratio is 7.24

#42a890 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #42a890

HTML with inline CSS

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

Your Example Paragraph content text in with font color #42a890

#42a890 color code is use for CSS Background Color

Background color for the above div is #42a890

HTML with inline CSS

<div style="background-color:#42a890;"></div>

#42a890 color code is use for CSS Border Color

CSS Border color for the above div is #42a890

HTML with inline CSS

<div style="border:5px solid #42a890;"></div>

CSS Border Left color for the above div is #42a890

HTML with inline CSS

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

CSS Border Right color for the above div is #42a890

HTML with inline CSS

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

CSS Border Bottom color for the above div is #42a890

HTML with inline CSS

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

CSS Border Top color for the above div is #42a890

HTML with inline CSS

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

#42a890 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#42a890 Color code Preview on White Background

This is how #42a890 Color code will look on white background color. Color contrast ratio is 2.90

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

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.