Skip to main content Skip to docs navigation

#19f2cb hex color | Download Dark Blue 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 Fake Jade and its hex is #13EAC9 Nearest Color Name

Color Hue/Base color: Blue

Hex #19f2cb Color code in RGB color code model is created after adding 9.8% red color, 94.9% green color and 79.61% blue color. Hex #19f2cb Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 0% magenta, 16% yellow and 5.1% black.

Hex #19f2cb color code is between #11eecc web safe hex color code and #22ffbb web safe hex color code. #11eecc is the nearest web safe color code. You can see here many more shades of #19f2cb color code.

RGB Chart

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

Color Table

Hex Color Code 19f2cb #19f2cb
RGB Decimal 25, 242, 203 25, 242, 203
RGB Percent 10%, 95%, 80% rgb(10%, 95%, 80%)
CSS RGBa 25, 242, 203,1 rgba(25,242,203,1)
CMYK Model cmyk(90%,0%,16%,5.1%)
HSL Color Space 169,89% ,52% hsl(169,89% ,52%)
HSV Color Space 169°, 90%, 95%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011001 11110010 11001011
Octal 31 362 313
Decimal 25 242 203
Hex 19 f2 cb

Different shades of #19f2cb color code.

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

Darkest of #19f2cb
#066c5a
Darker of #19f2cb
#099c82
Dark of #19f2cb
#0cccaa
Base of #19f2cb
#19f2cb
Light of #19f2cb
#49f5d6
Lighter
#7af7e1
Lightest
#aafaec

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

#19f2cb
#f21940

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

Split Complementary

#19f2cb
#f219ac
#f25f19

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

Analogous Color

#19f24c
#19f271
#19f2cb
#19d1f2
#1976f2

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

#19f2cb
#f2cb19
#cb19f2

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

#19f2cb
#cb19f2
#f21940
#40f219

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

#19f2cb
#5f19f2
#f21940
#acf219

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 #19f2cb

#033c32
#066c5a
#099c82
#0cccaa
#19f2cb
#49f5d6
#7af7e1
#aafaec
#dafdf7

Tints of #19f2cb Color

#19f2cb
#32f3d0
#4cf4d6
#65f6dc
#7ff7e2
#98f9e7
#b2faed
#cbfcf3
#e5fdf9
#ffffff

Shades of #19f2cb color code

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

#19f2cb
#16d7b4
#13bc9d
#10a187
#0d8670
#0b6b5a
#085043
#05352d
#021a16
#000000

Tones

#19f2cb
#31dabb
#4ac1ac
#62a99c
#7a918d

Tones

Similar Color like #19f2cb color

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

#1af3cc
#1bf4cd
#1cf5ce
#1df6cf
#1ef7d0
#1ff8d1
#20f9d2
#21fad3
#22fbd4
#23fcd5
#24fdd6
#25fed7
#26ffd8
#27ffd9
#18f1ca
#17f0c9
#16efc8
#15eec7
#14edc6
#13ecc5
#12ebc4
#11eac3
#10e9c2
#0fe8c1
#0ee7c0
#0de6bf
#0ce5be
#0be4bd

Download this Dark Blue

Hex #19f2cb 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.

#19f2cb Color Code Preview on Black Background Color

This is how #19f2cb Color will look on black background color. Color contrast ratio is 14.60

#19f2cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #19f2cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #19f2cb

#19f2cb color code is use for CSS Background Color

Background color for the above div is #19f2cb

HTML with inline CSS

<div style="background-color:#19f2cb;"></div>

#19f2cb color code is use for CSS Border Color

CSS Border color for the above div is #19f2cb

HTML with inline CSS

<div style="border:5px solid #19f2cb;"></div>

CSS Border Left color for the above div is #19f2cb

HTML with inline CSS

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

CSS Border Right color for the above div is #19f2cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #19f2cb

HTML with inline CSS

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

CSS Border Top color for the above div is #19f2cb

HTML with inline CSS

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

#19f2cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#19f2cb Color code Preview on White Background

This is how #19f2cb Color code will look on white background color. Color contrast ratio is 1.44

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

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(25,242,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(242,25,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(25,242,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }