crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#149ab5 hex color - Green - Cool color - Information

#149ab5 hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #149ab5 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 #149ab5 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Code149ab5#149ab5
RGB Decimal20, 154, 181rgb(20, 154, 181)
RGB Percent8%, 60%, 71%rgb(8%, 60%, 71%)
CSS RGBa20, 154, 181,1rgba(20,154,181,1)
CMYK Modelcmyk(89%,15%,0%,29%)
HSL Color Space190,80% ,39%hsl(190,80% ,39%)
HSV Color Space190°, 89%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001001101010110101
Octal24232265
Decimal20154181
Hex149ab5

Different shades of #149ab5 color code.

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

Light Shade of #149ab5
#19c1e3
Dark Shade of #149ab5
#0f7387
Saturated Shade of #149ab5
#0aa1bf
Desaturated Shade of #149ab5
#1e93ab
Grey scale Shade of #149ab5
#646464
Brighten Shade
#2db3ce
Most Readable Shade
#000000

Shades of #149ab5 color code

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

#149ab5
#1188a0
#0f778c
#0d6678
#0b5564
#084450
#06333c
#042228
#021114
#000000

Similar Color like #149ab5 color

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

#159bb6
#169cb7
#179db8
#189eb9
#199fba
#1aa0bb
#1ba1bc
#1ca2bd
#1da3be
#1ea4bf
#1fa5c0
#20a6c1
#21a7c2
#22a8c3
#1399b4
#1298b3
#1197b2
#1096b1
#0f95b0
#0e94af
#0d93ae
#0c92ad
#0b91ac
#0a90ab
#098faa
#088ea9
#078da8
#068ca7

Monochromatic Color with #149ab5

#149ab5
#19bedf
#01090b
#062e35
#0b5260
#0f768a

Tints of #149ab5 Color

#149ab5
#2ea5bd
#48b0c5
#62bbcd
#7cc6d5
#96d2de
#b0dde6
#cae8ee
#e4f3f6
#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

#149ab5
#b52f14

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

Split Complementary

#149ab5
#b5144a
#b57f14

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

Analogous Color

#14b590
#14b5b0
#149ab5
#147ab5
#145ab5

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

#149ab5
#b5149a
#9ab514

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

#149ab5
#7f14b5
#b52f14
#49b514

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

#149ab5
#b52f14
#b57f14
#144ab5

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 #149ab5 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.

#149ab5 Color Code Preview on Black Background Color

This is how #149ab5 Color will look on black background color. Color contrast ratio is 6.32

#149ab5 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#149ab5 color code is use for CSS Background Color

Background color for the above div is #149ab5

HTML with inline CSS

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

#149ab5 color code is use for CSS Border Color

CSS Border color for the above div is #149ab5

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#149ab5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#149ab5 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.