Skip to main content Skip to docs navigation

#149aba 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 Delos Blue and its hex is #169EC0 Nearest Color Name

Color Hue/Base color: Green

Hex #149aba Color code in RGB color code model is created after adding 7.84% red color, 60.39% green color and 72.94% blue color. Hex #149aba Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 17% magenta, 0% yellow and 27.06% black.

Hex #149aba color code is between #1199bb web safe hex color code and #22aaaa web safe hex color code. #1199bb is the nearest web safe color code. You can see here many more shades of #149aba color code.

RGB Chart

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

Color Table

Hex Color Code 149aba #149aba
RGB Decimal 20, 154, 186 20, 154, 186
RGB Percent 8%, 60%, 73% rgb(8%, 60%, 73%)
CSS RGBa 20, 154, 186,1 rgba(20,154,186,1)
CMYK Model cmyk(89%,17%,0%,27.06%)
HSL Color Space 192,81% ,40% hsl(192,81% ,40%)
HSV Color Space 192°, 89%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 10011010 10111010
Octal 24 232 272
Decimal 20 154 186
Hex 14 9a ba

Different shades of #149aba color code.

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

Darkest of #149aba
#052830
Darker of #149aba
#0a4e5e
Dark of #149aba
#0f748c
Base of #149aba
#149aba
Light of #149aba
#1bbfe6
Lighter
#49cceb
Lightest
#77d9f0

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

#149aba
#ba3414

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

Split Complementary

#149aba
#ba1447
#ba8714

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

Analogous Color

#14ba79
#14ba95
#149aba
#1463ba
#141dba

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

#149aba
#9aba14
#ba149a

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

#149aba
#ba149a
#ba3414
#14ba34

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

#149aba
#8714ba
#ba3414
#47ba14

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 #149aba

#000102
#052830
#0a4e5e
#0f748c
#149aba
#1bbfe6
#49cceb
#77d9f0
#a5e6f5

Tints of #149aba Color

#149aba
#2ea5c1
#48b0c9
#62bbd1
#7cc6d8
#96d2e0
#b0dde8
#cae8ef
#e4f3f7
#ffffff

Shades of #149aba color code

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

#149aba
#1188a5
#0f7790
#0d667c
#0b5567
#084452
#06333e
#042229
#021114
#000000

Tones

#149aba
#298da5
#3d8191
#52747c
#666768

Tones

Similar Color like #149aba color

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

#159bbb
#169cbc
#179dbd
#189ebe
#199fbf
#1aa0c0
#1ba1c1
#1ca2c2
#1da3c3
#1ea4c4
#1fa5c5
#20a6c6
#21a7c7
#22a8c8
#1399b9
#1298b8
#1197b7
#1096b6
#0f95b5
#0e94b4
#0d93b3
#0c92b2
#0b91b1
#0a90b0
#098faf
#088eae
#078dad
#068cac

Download this Dark Green

Hex #149aba 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.

#149aba Color Code Preview on Black Background Color

This is how #149aba Color will look on black background color. Color contrast ratio is 6.36

#149aba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #149aba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #149aba

#149aba color code is use for CSS Background Color

Background color for the above div is #149aba

HTML with inline CSS

<div style="background-color:#149aba;"></div>

#149aba color code is use for CSS Border Color

CSS Border color for the above div is #149aba

HTML with inline CSS

<div style="border:5px solid #149aba;"></div>

CSS Border Left color for the above div is #149aba

HTML with inline CSS

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

CSS Border Right color for the above div is #149aba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #149aba

HTML with inline CSS

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

CSS Border Top color for the above div is #149aba

HTML with inline CSS

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

#149aba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#149aba Color code Preview on White Background

This is how #149aba Color code will look on white background color. Color contrast ratio is 3.30

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

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(20,154,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,52,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,154,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }