Skip to main content Skip to docs navigation

#18ffbd 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 Night Pearl and its hex is #11FFBB Nearest Color Name

Color Hue/Base color: Green

Hex #18ffbd Color code in RGB color code model is created after adding 9.41% red color, 100% green color and 74.12% blue color. Hex #18ffbd Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 0% magenta, 26% yellow and 0% black.

Hex #18ffbd color code is between #11eebb web safe hex color code and #22ddcc web safe hex color code. #11eebb is the nearest web safe color code. You can see here many more shades of #18ffbd color code.

RGB Chart

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

Color Table

Hex Color Code 18ffbd #18ffbd
RGB Decimal 24, 255, 189 24, 255, 189
RGB Percent 9%, 100%, 74% rgb(9%, 100%, 74%)
CSS RGBa 24, 255, 189,1 rgba(24,255,189,1)
CMYK Model cmyk(91%,0%,26%,0%)
HSL Color Space 163,100% ,55% hsl(163,100% ,55%)
HSV Color Space 163°, 91%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011000 11111111 10111101
Octal 30 377 275
Decimal 24 255 189
Hex 18 ff bd

Different shades of #18ffbd color code.

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

Darkest of #18ffbd
#007e5a
Darker of #18ffbd
#00b17e
Dark of #18ffbd
#00e4a3
Base of #18ffbd
#18ffbd
Light of #18ffbd
#4bffcc
Lighter
#7effda
Lightest
#b1ffe9

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

#18ffbd
#ff185a

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

Split Complementary

#18ffbd
#ff18cd
#ff4a18

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

Analogous Color

#18ff36
#18ff5d
#18ffbd
#18f4ff
#1894ff

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

#18ffbd
#ffbd18
#bd18ff

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

#18ffbd
#bd18ff
#ff185a
#5aff18

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

#18ffbd
#4a18ff
#ff185a
#cdff18

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 #18ffbd

#004b36
#007e5a
#00b17e
#00e4a3
#18ffbd
#4bffcc
#7effda
#b1ffe9
#e4fff7

Tints of #18ffbd Color

#18ffbd
#31ffc4
#4bffcb
#65ffd3
#7effda
#98ffe1
#b2ffe9
#cbfff0
#e5fff7
#ffffff

Shades of #18ffbd color code

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

#18ffbd
#15e2a8
#12c693
#10aa7e
#0d8d69
#0a7154
#08553f
#05382a
#021c15
#000000

Tones

#18ffbd
#2fe8b3
#46d1a9
#5dba9f
#74a395

Tones

Similar Color like #18ffbd color

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

#19ffbe
#1affbf
#1bffc0
#1cffc1
#1dffc2
#1effc3
#1fffc4
#20ffc5
#21ffc6
#22ffc7
#23ffc8
#24ffc9
#25ffca
#26ffcb
#17febc
#16fdbb
#15fcba
#14fbb9
#13fab8
#12f9b7
#11f8b6
#10f7b5
#0ff6b4
#0ef5b3
#0df4b2
#0cf3b1
#0bf2b0
#0af1af

Download this Dark Green

Hex #18ffbd 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.

#18ffbd Color Code Preview on Black Background Color

This is how #18ffbd Color will look on black background color. Color contrast ratio is 16.08

#18ffbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18ffbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18ffbd

#18ffbd color code is use for CSS Background Color

Background color for the above div is #18ffbd

HTML with inline CSS

<div style="background-color:#18ffbd;"></div>

#18ffbd color code is use for CSS Border Color

CSS Border color for the above div is #18ffbd

HTML with inline CSS

<div style="border:5px solid #18ffbd;"></div>

CSS Border Left color for the above div is #18ffbd

HTML with inline CSS

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

CSS Border Right color for the above div is #18ffbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #18ffbd

HTML with inline CSS

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

CSS Border Top color for the above div is #18ffbd

HTML with inline CSS

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

#18ffbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#18ffbd Color code Preview on White Background

This is how #18ffbd Color code will look on white background color. Color contrast ratio is 1.31

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

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,255,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,24,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(24,255,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }