Skip to main content Skip to docs navigation

#189FAC hex color | Riviera | 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

Color Hue/Base color: Green

Hex #189FAC Color Code is also known as | Riviera color.

Hex #189FAC Color code in RGB color code model is created after adding 9.41% red color, 62.35% green color and 67.45% blue color. Hex #189FAC Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 8% magenta, 0% yellow and 32.55% black.

Hex #189FAC color code is between #1199aa web safe hex color code and #22aabb web safe hex color code. #1199aa is the nearest web safe color code. You can see here many more shades of #189FAC color code.

RGB Chart

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

Color Table

Hex Color Code 189FAC #189FAC
RGB Decimal 24, 159, 172 24, 159, 172
RGB Percent 9%, 62%, 67% rgb(9%, 62%, 67%)
CSS RGBa 24, 159, 172,1 rgba(24,159,172,1)
CMYK Model cmyk(86%,8%,0%,32.55%)
HSL Color Space 185,76% ,38% hsl(185,76% ,38%)
HSV Color Space 185°, 86%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011000 10011111 10101100
Octal 30 237 254
Decimal 24 159 172
Hex 18 9F AC

Different shades of #189FAC color code.

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

Darkest of #189FAC
#052326
Darker of #189FAC
#0c4c52
Dark of #189FAC
#12767f
Base of #189FAC
#189fac
Light of #189FAC
#1ec8d9
Lighter
#45d7e5
Lightest
#72e1eb

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

#189fac
#ac2518

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

Split Complementary

#189FAC
#ac1855
#ac6f18

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

Analogous Color

#18ac63
#18ac7b
#189fac
#186eac
#1830ac

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

#189FAC
#9fac18
#ac189f

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

#189FAC
#ac189f
#ac2518
#18ac25

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

#189FAC
#6f18ac
#ac2518
#55ac18

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 #189FAC

#000000
#052326
#0c4c52
#12767f
#189fac
#1ec8d9
#45d7e5
#72e1eb
#9eeaf2

Tints of #189FAC Color

#189fac
#31a9b5
#4bb4be
#65bfc7
#7ec9d0
#98d4da
#b2dfe3
#cbe9ec
#e5f4f5
#ffffff

Shades of #189FAC color code

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

#189fac
#158d98
#127b85
#106a72
#0d585f
#0a464c
#083539
#052326
#021113
#000000

Tones

#189fac
#2c8f98
#3f7f85
#536f71
#626262

Tones

Similar Color like #189FAC color

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

#19a0ad
#1aa1ae
#1ba2af
#1ca3b0
#1da4b1
#1ea5b2
#1fa6b3
#20a7b4
#21a8b5
#22a9b6
#23aab7
#24abb8
#25acb9
#26adba
#179eab
#169daa
#159ca9
#149ba8
#139aa7
#1299a6
#1198a5
#1097a4
#0f96a3
#0e95a2
#0d94a1
#0c93a0
#0b929f
#0a919e

Download this Dark Green

Hex #189FAC 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.

#189FAC Color Code Preview on Black Background Color

This is how #189FAC Color will look on black background color. Color contrast ratio is 6.59

#189FAC in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #189FAC

HTML with inline CSS

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

Your Example Paragraph content text in with font color #189FAC

#189FAC color code is use for CSS Background Color

Background color for the above div is #189FAC

HTML with inline CSS

<div style="background-color:#189FAC;"></div>

#189FAC color code is use for CSS Border Color

CSS Border color for the above div is #189FAC

HTML with inline CSS

<div style="border:5px solid #189FAC;"></div>

CSS Border Left color for the above div is #189FAC

HTML with inline CSS

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

CSS Border Right color for the above div is #189FAC

HTML with inline CSS

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

CSS Border Bottom color for the above div is #189FAC

HTML with inline CSS

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

CSS Border Top color for the above div is #189FAC

HTML with inline CSS

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

#189FAC hex Color code used as CSS color Codes

Example CSS Class for usage

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

#189FAC Color code Preview on White Background

This is how #189FAC Color code will look on white background color. Color contrast ratio is 3.18

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

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