crispedge.com

Color picker

Loading...

#1a5f59 hex color - Green - Cool color - Information

#1a5f59 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #1a5f59 Color code in RGB color code model is created after adding 10.2% red color, 37.25% green color and 34.9% blue color. Hex #1a5f59 Color code in CMYK color (process color) code model is generated after subtraction of 73% cyan, 0% magenta, 6% yellow and 63% black.

Hex #1a5f59 color code is between #226655 web safe hex color code and #115566 web safe hex color code. #226655 is the nearest web safe color code. You can see here many more shades of #1a5f59 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1a5f59#1a5f59
RGB Decimal26, 95, 89rgb(26, 95, 89)
RGB Percent10%, 37%, 35%rgb(10%, 37%, 35%)
CSS RGBa26, 95, 89,1rgba(26,95,89,1)
CMYK Modelcmyk(73%,0%,6%,63%)
HSL Color Space175,57% ,24%hsl(175,57% ,24%)
HSV Color Space175°, 73%, 37%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000110100101111101011001
Octal32137131
Decimal269589
Hex1a5f59

Different shades of #1a5f59 color code.

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

Light Shade of #1a5f59
#25877e
Dark Shade of #1a5f59
#0f3733
Saturated Shade of #1a5f59
#14655e
Desaturated Shade of #1a5f59
#205954
Grey scale Shade of #1a5f59
#3c3c3c
Brighten Shade
#337872
Most Readable Shade
#FFFFFF

Shades of #1a5f59 color code

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

#1a5f59
#17544f
#144945
#113f3b
#0e3431
#0b2a27
#081f1d
#051513
#020a09
#000000

Similar Color like #1a5f59 color

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

#1b605a
#1c615b
#1d625c
#1e635d
#1f645e
#20655f
#216660
#226761
#236862
#246963
#256a64
#266b65
#276c66
#286d67
#195e58
#185d57
#175c56
#165b55
#155a54
#145953
#135852
#125751
#115650
#10554f
#0f544e
#0e534d
#0d524c
#0c514b

Monochromatic Color with #1a5f59

#1a5f59
#268981
#31b4a9
#3dded0
#030a09
#0e3431

Tints of #1a5f59 Color

#1a5f59
#33706b
#4c827d
#669490
#7fa6a2
#99b7b5
#b2c9c7
#ccdbda
#e5edec
#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

#1a5f59
#5f1a20

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

Split Complementary

#1a5f59
#5f1a43
#5f361a

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

Analogous Color

#1a5f3d
#1a5f4b
#1a5f59
#1a575f
#1a495f

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

#1a5f59
#591a5f
#5f591a

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

#1a5f59
#361a5f
#5f1a20
#425f1a

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

#1a5f59
#5f1a20
#5f361a
#1a435f

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 #1a5f59 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.

#1a5f59 Color Code Preview on Black Background Color

This is how #1a5f59 Color will look on black background color. Color contrast ratio is 2.83

#1a5f59 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1a5f59

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1a5f59

#1a5f59 color code is use for CSS Background Color

Background color for the above div is #1a5f59

HTML with inline CSS

<div style="background-color:#1a5f59;"></div>

#1a5f59 color code is use for CSS Border Color

CSS Border color for the above div is #1a5f59

HTML with inline CSS

<div style="border:5px solid #1a5f59;"></div>

CSS Border Left color for the above div is #1a5f59

HTML with inline CSS

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

CSS Border Right color for the above div is #1a5f59

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1a5f59

HTML with inline CSS

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

CSS Border Top color for the above div is #1a5f59

HTML with inline CSS

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

#1a5f59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1a5f59 Color code Preview on White Background

This is how #1a5f59 Color code will look on white background color. Color contrast ratio is 7.43

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

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(26,95,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,26,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(26,95,89,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.