crispedge.com

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

#75afab hex color - Green - Cool color

Color Hue/Base color: Green

Hex #75afab Color code in RGB color code model is created after adding 45.88% red color, 68.63% green color and 67.06% blue color. Hex #75afab Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 0% magenta, 2% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code75afab#75afab
RGB Decimal117, 175, 171rgb(117, 175, 171)
RGB Percent46%, 69%, 67%rgb(46%, 69%, 67%)
CSS RGBa117, 175, 171,1rgba(117,175,171,1)
CMYK Modelcmyk(33%,0%,2%,31%)
HSL Color Space176,27% ,57%hsl(176,27% ,57%)
HSV Color Space176°, 33%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011010111110101011
Octal165257253
Decimal117175171
Hex75afab

Different shades of #75afab color code.

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

Light Shade of #75afab
#95c2bf
Dark Shade of #75afab
#589994
Saturated Shade of #75afab
#6abab4
Desaturated Shade of #75afab
#80a4a2
Grey scale Shade of #75afab
#929292
Brighten Shade
#8ec8c4
Most Readable Shade
#000000

Shades of #75afab color code

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

#75afab
#689b98
#5b8885
#4e7472
#41615f
#344d4c
#273a39
#1a2626
#0d1313
#000000

Similar Color like #75afab color

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

#76b0ac
#77b1ad
#78b2ae
#79b3af
#7ab4b0
#7bb5b1
#7cb6b2
#7db7b3
#7eb8b4
#7fb9b5
#80bab6
#81bbb7
#82bcb8
#83bdb9
#74aeaa
#73ada9
#72aca8
#71aba7
#70aaa6
#6fa9a5
#6ea8a4
#6da7a3
#6ca6a2
#6ba5a1
#6aa4a0
#69a39f
#68a29e
#67a19d

Monochromatic Color with #75afab

#75afab
#91d9d5
#030505
#202f2e
#3c5a58
#598481

Tints of #75afab Color

#75afab
#84b7b4
#93c0bd
#a3c9c7
#b2d2d0
#c1dbd9
#d1e4e3
#e0edec
#eff6f5
#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

#75afab
#af7579

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

Split Complementary

#75afab
#af7596
#af8e75

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

Analogous Color

#75af94
#75af9f
#75afab
#75a7af
#759caf

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

#75afab
#ab75af
#afab75

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

#75afab
#8e75af
#af7579
#96af75

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

#75afab
#af7579
#af8e75
#7596af

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

#75afab Color Code Preview on Black Background Color

This is how #75afab Color will look on black background color. Color contrast ratio is 8.48

#75afab in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#75afab color code is use for CSS Background Color

Background color for the above div is #75afab

HTML with inline CSS

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

#75afab color code is use for CSS Border Color

CSS Border color for the above div is #75afab

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#75afab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75afab Color code Preview on White Background

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

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(117,175,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,117,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,175,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>