Skip to main content Skip to docs navigation

#185d64 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Emerald Pool and its hex is #155E60 Nearest Color Name

Color Hue/Base color: Green

Hex #185d64 Color code in RGB color code model is created after adding 9.41% red color, 36.47% green color and 39.22% blue color. Hex #185d64 Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 7% magenta, 0% yellow and 60.78% black.

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

RGB Chart

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

Color Table

Hex Color Code 185d64 #185d64
RGB Decimal 24, 93, 100 24, 93, 100
RGB Percent 9%, 36%, 39% rgb(9%, 36%, 39%)
CSS RGBa 24, 93, 100,1 rgba(24,93,100,1)
CMYK Model cmyk(76%,7%,0%,60.78%)
HSL Color Space 186,61% ,24% hsl(186,61% ,24%)
HSV Color Space 186°, 76%, 39%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011000 01011101 01100100
Octal 30 135 144
Decimal 24 93 100
Hex 18 5d 64

Different shades of #185d64 color code.

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

Darkest of #185d64
#000000
Darker of #185d64
#041012
Dark of #185d64
#0e373b
Base of #185d64
#185d64
Light of #185d64
#22838d
Lighter
#2ca9b6
Lightest
#43c5d2

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

#185d64
#641f18

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

Split Complementary

#185d64
#641837
#644518

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

Analogous Color

#18643f
#18644b
#185d64
#184464
#182464

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

#185d64
#5d6418
#64185d

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

#185d64
#64185d
#641f18
#18641f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#185d64
#451864
#641f18
#376418

Square 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).

Monochromatic Color with #185d64

#000000
#000000
#041012
#0e373b
#185d64
#22838d
#2ca9b6
#43c5d2
#6cd1dc

Tints of #185d64 Color

#185d64
#316f75
#4b8186
#659397
#7ea5a8
#98b7ba
#b2c9cb
#cbdbdc
#e5eded
#ffffff

Shades of #185d64 color code

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

#185d64
#155258
#12484d
#103e42
#0d3337
#0a292c
#081f21
#051416
#020a0b
#000000

Tones

#185d64
#245358
#31494b
#3d3f3f
#3e3e3e

Tones

Similar Color like #185d64 color

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

#195e65
#1a5f66
#1b6067
#1c6168
#1d6269
#1e636a
#1f646b
#20656c
#21666d
#22676e
#23686f
#246970
#256a71
#266b72
#175c63
#165b62
#155a61
#145960
#13585f
#12575e
#11565d
#10555c
#0f545b
#0e535a
#0d5259
#0c5158
#0b5057
#0a4f56

Download this Dark Green

Hex #185d64 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.

#185d64 Color Code Preview on Black Background Color

This is how #185d64 Color will look on black background color. Color contrast ratio is 2.79

#185d64 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #185d64

HTML with inline CSS

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

Your Example Paragraph content text in with font color #185d64

#185d64 color code is use for CSS Background Color

Background color for the above div is #185d64

HTML with inline CSS

<div style="background-color:#185d64;"></div>

#185d64 color code is use for CSS Border Color

CSS Border color for the above div is #185d64

HTML with inline CSS

<div style="border:5px solid #185d64;"></div>

CSS Border Left color for the above div is #185d64

HTML with inline CSS

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

CSS Border Right color for the above div is #185d64

HTML with inline CSS

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

CSS Border Bottom color for the above div is #185d64

HTML with inline CSS

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

CSS Border Top color for the above div is #185d64

HTML with inline CSS

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

#185d64 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#185d64 Color code Preview on White Background

This is how #185d64 Color code will look on white background color. Color contrast ratio is 7.53

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(24,93,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(100,31,24,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(24,93,100,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }