crispedge.com

Color picker

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

#75e1ba hex color - Green - Cool color - Information

#75e1ba hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #75e1ba Color code in RGB color code model is created after adding 45.88% red color, 88.24% green color and 72.94% blue color. Hex #75e1ba Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 0% magenta, 17% yellow and 12% black.

Hex #75e1ba color code is between #77ddbb web safe hex color code and #66eeaa web safe hex color code. #77ddbb is the nearest web safe color code. You can see here many more shades of #75e1ba color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code75e1ba#75e1ba
RGB Decimal117, 225, 186rgb(117, 225, 186)
RGB Percent46%, 88%, 73%rgb(46%, 88%, 73%)
CSS RGBa117, 225, 186,1rgba(117,225,186,1)
CMYK Modelcmyk(48%,0%,17%,12%)
HSL Color Space158,64% ,67%hsl(158,64% ,67%)
HSV Color Space158°, 48%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011110000110111010
Octal165341272
Decimal117225186
Hex75e1ba

Different shades of #75e1ba color code.

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

Light Shade of #75e1ba
#9feacf
Dark Shade of #75e1ba
#4bd8a5
Saturated Shade of #75e1ba
#6de9bc
Desaturated Shade of #75e1ba
#7dd9b8
Grey scale Shade of #75e1ba
#ababab
Brighten Shade
#8efad3
Most Readable Shade
#000000

Shades of #75e1ba color code

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

#75e1ba
#68c8a5
#5baf90
#4e967c
#417d67
#346452
#274b3e
#1a3229
#0d1914
#000000

Similar Color like #75e1ba color

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

#76e2bb
#77e3bc
#78e4bd
#79e5be
#7ae6bf
#7be7c0
#7ce8c1
#7de9c2
#7eeac3
#7febc4
#80ecc5
#81edc6
#82eec7
#83efc8
#74e0b9
#73dfb8
#72deb7
#71ddb6
#70dcb5
#6fdbb4
#6edab3
#6dd9b2
#6cd8b1
#6bd7b0
#6ad6af
#69d5ae
#68d4ad
#67d3ac

Monochromatic Color with #75e1ba

#75e1ba
#060c0a
#1d372d
#336151
#498c74
#5fb697

Tints of #75e1ba Color

#75e1ba
#84e4c1
#93e7c9
#a3ebd1
#b2eed8
#c1f1e0
#d1f5e8
#e0f8ef
#effbf7
#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

#75e1ba
#e1759c

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

Split Complementary

#75e1ba
#e175d2
#e18475

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

Analogous Color

#75e18f
#75e1a4
#75e1ba
#75e1d0
#75dde1

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

#75e1ba
#ba75e1
#e1ba75

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

#75e1ba
#8475e1
#e1759c
#d2e175

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

#75e1ba
#e1759c
#e18475
#75d2e1

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 #75e1ba 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.

#75e1ba Color Code Preview on Black Background Color

This is how #75e1ba Color will look on black background color. Color contrast ratio is 13.24

#75e1ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75e1ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75e1ba

#75e1ba color code is use for CSS Background Color

Background color for the above div is #75e1ba

HTML with inline CSS

<div style="background-color:#75e1ba;"></div>

#75e1ba color code is use for CSS Border Color

CSS Border color for the above div is #75e1ba

HTML with inline CSS

<div style="border:5px solid #75e1ba;"></div>

CSS Border Left color for the above div is #75e1ba

HTML with inline CSS

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

CSS Border Right color for the above div is #75e1ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75e1ba

HTML with inline CSS

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

CSS Border Top color for the above div is #75e1ba

HTML with inline CSS

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

#75e1ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75e1ba Color code Preview on White Background

This is how #75e1ba Color code will look on white background color. Color contrast ratio is 1.59

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

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.