crispedge.com

Color picker

Loading...

#72abaf hex color - Green - Cool color - Information

#72abaf hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #72abaf 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 #72abaf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code72abaf#72abaf
RGB Decimal114, 171, 175rgb(114, 171, 175)
RGB Percent45%, 67%, 69%rgb(45%, 67%, 69%)
CSS RGBa114, 171, 175,1rgba(114,171,175,1)
CMYK Modelcmyk(35%,2%,0%,31%)
HSL Color Space184,28% ,57%hsl(184,28% ,57%)
HSV Color Space184°, 35%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100101010101110101111
Octal162253257
Decimal114171175
Hex72abaf

Different shades of #72abaf color code.

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

Light Shade of #72abaf
#93bec1
Dark Shade of #72abaf
#569498
Saturated Shade of #72abaf
#67b5ba
Desaturated Shade of #72abaf
#7da1a4
Grey scale Shade of #72abaf
#909090
Brighten Shade
#8bc4c8
Most Readable Shade
#000000

Shades of #72abaf color code

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

#72abaf
#65989b
#588588
#4c7274
#3f5f61
#324c4d
#26393a
#192626
#0c1313
#000000

Similar Color like #72abaf color

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

#73acb0
#74adb1
#75aeb2
#76afb3
#77b0b4
#78b1b5
#79b2b6
#7ab3b7
#7bb4b8
#7cb5b9
#7db6ba
#7eb7bb
#7fb8bc
#80b9bd
#71aaae
#70a9ad
#6fa8ac
#6ea7ab
#6da6aa
#6ca5a9
#6ba4a8
#6aa3a7
#69a2a6
#68a1a5
#67a0a4
#669fa3
#659ea2
#649da1

Monochromatic Color with #72abaf

#72abaf
#8ed5d9
#030505
#1f2e2f
#3b585a
#568184

Tints of #72abaf Color

#72abaf
#81b4b7
#91bdc0
#a1c7c9
#b0d0d2
#c0d9db
#d0e3e4
#dfeced
#eff5f6
#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

#72abaf
#af7672

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

Split Complementary

#72abaf
#af728d
#af9472

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

Analogous Color

#72af9b
#72afa7
#72abaf
#729faf
#7293af

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

#72abaf
#af72ab
#abaf72

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

#72abaf
#9472af
#af7672
#8caf72

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

#72abaf
#af7672
#af9472
#728daf

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 #72abaf 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.

#72abaf Color Code Preview on Black Background Color

This is how #72abaf Color will look on black background color. Color contrast ratio is 8.16

#72abaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72abaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72abaf

#72abaf color code is use for CSS Background Color

Background color for the above div is #72abaf

HTML with inline CSS

<div style="background-color:#72abaf;"></div>

#72abaf color code is use for CSS Border Color

CSS Border color for the above div is #72abaf

HTML with inline CSS

<div style="border:5px solid #72abaf;"></div>

CSS Border Left color for the above div is #72abaf

HTML with inline CSS

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

CSS Border Right color for the above div is #72abaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #72abaf

HTML with inline CSS

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

CSS Border Top color for the above div is #72abaf

HTML with inline CSS

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

#72abaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72abaf Color code Preview on White Background

This is how #72abaf Color code will look on white background color. Color contrast ratio is 2.57

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

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(114,171,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,118,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,171,175,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.