crispedge.com

Color picker

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

#7abcaa hex color - Green - Cool color - Information

#7abcaa hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #7abcaa Color code in RGB color code model is created after adding 47.84% red color, 73.73% green color and 66.67% blue color. Hex #7abcaa Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 0% magenta, 10% yellow and 26% black.

Hex #7abcaa color code is between #77bb99 web safe hex color code and #88ccbb web safe hex color code. #77bb99 is the nearest web safe color code. You can see here many more shades of #7abcaa color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Code7abcaa#7abcaa
RGB Decimal122, 188, 170rgb(122, 188, 170)
RGB Percent48%, 74%, 67%rgb(48%, 74%, 67%)
CSS RGBa122, 188, 170,1rgba(122,188,170,1)
CMYK Modelcmyk(35%,0%,10%,26%)
HSL Color Space164,33% ,61%hsl(164,33% ,61%)
HSV Color Space164°, 35%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101011110010101010
Octal172274252
Decimal122188170
Hex7abcaa

Different shades of #7abcaa color code.

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

Light Shade of #7abcaa
#9ccdc0
Dark Shade of #7abcaa
#58ab94
Saturated Shade of #7abcaa
#70c6af
Desaturated Shade of #7abcaa
#84b2a5
Grey scale Shade of #7abcaa
#9b9b9b
Brighten Shade
#93d5c3
Most Readable Shade
#000000

Shades of #7abcaa color code

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

#7abcaa
#6ca797
#5e9284
#517d71
#43685e
#36534b
#283e38
#1b2925
#0d1412
#000000

Similar Color like #7abcaa color

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

#7bbdab
#7cbeac
#7dbfad
#7ec0ae
#7fc1af
#80c2b0
#81c3b1
#82c4b2
#83c5b3
#84c6b4
#85c7b5
#86c8b6
#87c9b7
#88cab8
#79bba9
#78baa8
#77b9a7
#76b8a6
#75b7a5
#74b6a4
#73b5a3
#72b4a2
#71b3a1
#70b2a0
#6fb19f
#6eb09e
#6daf9d
#6cae9c

Monochromatic Color with #7abcaa

#7abcaa
#96e6d0
#0c1210
#273c37
#43675d
#5e9184

Tints of #7abcaa Color

#7abcaa
#88c3b3
#97cabc
#a6d2c6
#b5d9cf
#c3e1d9
#d2e8e2
#e1f0ec
#f0f7f5
#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

#7abcaa
#bc7a8c

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

Split Complementary

#7abcaa
#bc7aad
#bc897a

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

Analogous Color

#7abc90
#7abc9d
#7abcaa
#7abcb7
#7ab4bc

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

#7abcaa
#aa7abc
#bcaa7a

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

#7abcaa
#897abc
#bc7a8c
#adbc7a

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

#7abcaa
#bc7a8c
#bc897a
#7aadbc

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 #7abcaa 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.

#7abcaa Color Code Preview on Black Background Color

This is how #7abcaa Color will look on black background color. Color contrast ratio is 9.60

#7abcaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7abcaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7abcaa

#7abcaa color code is use for CSS Background Color

Background color for the above div is #7abcaa

HTML with inline CSS

<div style="background-color:#7abcaa;"></div>

#7abcaa color code is use for CSS Border Color

CSS Border color for the above div is #7abcaa

HTML with inline CSS

<div style="border:5px solid #7abcaa;"></div>

CSS Border Left color for the above div is #7abcaa

HTML with inline CSS

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

CSS Border Right color for the above div is #7abcaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7abcaa

HTML with inline CSS

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

CSS Border Top color for the above div is #7abcaa

HTML with inline CSS

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

#7abcaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7abcaa Color code Preview on White Background

This is how #7abcaa Color code will look on white background color. Color contrast ratio is 2.19

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

Related Gradients

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

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.