Skip to main content Skip to docs navigation

#63bcbd 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 Dickie Bird and its hex is #60B8BE Nearest Color Name

Color Hue/Base color: Green

Hex #63bcbd Color code in RGB color code model is created after adding 38.82% red color, 73.73% green color and 74.12% blue color. Hex #63bcbd Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 1% magenta, 0% yellow and 25.88% black.

Hex #63bcbd color code is between #66bbbb web safe hex color code and #55cccc web safe hex color code. #66bbbb is the nearest web safe color code. You can see here many more shades of #63bcbd color code.

RGB Chart

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

Color Table

Hex Color Code 63bcbd #63bcbd
RGB Decimal 99, 188, 189 99, 188, 189
RGB Percent 39%, 74%, 74% rgb(39%, 74%, 74%)
CSS RGBa 99, 188, 189,1 rgba(99,188,189,1)
CMYK Model cmyk(48%,1%,0%,25.88%)
HSL Color Space 181,41% ,56% hsl(181,41% ,56%)
HSV Color Space 181°, 48%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100011 10111100 10111101
Octal 143 274 275
Decimal 99 188 189
Hex 63 bc bd

Different shades of #63bcbd color code.

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

Darkest of #63bcbd
#285e5f
Darker of #63bcbd
#378283
Dark of #63bcbd
#46a5a7
Base of #63bcbd
#63bcbd
Light of #63bcbd
#87cbcc
Lighter
#abdbdb
Lightest
#cfeaea

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

#63bcbd
#bd6463

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

Split Complementary

#63bcbd
#bd638f
#bd9163

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

Analogous Color

#63bd8a
#63bd99
#63bcbd
#639ebd
#6378bd

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

#63bcbd
#bcbd63
#bd63bc

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

#63bcbd
#bd63bc
#bd6463
#63bd64

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

#63bcbd
#9163bd
#bd6463
#8fbd63

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 #63bcbd

#193b3b
#285e5f
#378283
#46a5a7
#63bcbd
#87cbcc
#abdbdb
#cfeaea
#f2fafa

Tints of #63bcbd Color

#63bcbd
#74c3c4
#85cacb
#97d2d3
#a8d9da
#b9e1e1
#cbe8e9
#dcf0f0
#edf7f7
#ffffff

Shades of #63bcbd color code

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

#63bcbd
#58a7a8
#4d9293
#427d7e
#376869
#2c5354
#213e3f
#16292a
#0b1415
#000000

Tones

#63bcbd
#79a6a7
#8f9191
#909090
#909090

Tones

Similar Color like #63bcbd color

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

#64bdbe
#65bebf
#66bfc0
#67c0c1
#68c1c2
#69c2c3
#6ac3c4
#6bc4c5
#6cc5c6
#6dc6c7
#6ec7c8
#6fc8c9
#70c9ca
#71cacb
#62bbbc
#61babb
#60b9ba
#5fb8b9
#5eb7b8
#5db6b7
#5cb5b6
#5bb4b5
#5ab3b4
#59b2b3
#58b1b2
#57b0b1
#56afb0
#55aeaf

Download this Dark Green

Hex #63bcbd 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.

#63bcbd Color Code Preview on Black Background Color

This is how #63bcbd Color will look on black background color. Color contrast ratio is 9.46

#63bcbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63bcbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63bcbd

#63bcbd color code is use for CSS Background Color

Background color for the above div is #63bcbd

HTML with inline CSS

<div style="background-color:#63bcbd;"></div>

#63bcbd color code is use for CSS Border Color

CSS Border color for the above div is #63bcbd

HTML with inline CSS

<div style="border:5px solid #63bcbd;"></div>

CSS Border Left color for the above div is #63bcbd

HTML with inline CSS

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

CSS Border Right color for the above div is #63bcbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #63bcbd

HTML with inline CSS

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

CSS Border Top color for the above div is #63bcbd

HTML with inline CSS

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

#63bcbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#63bcbd Color code Preview on White Background

This is how #63bcbd Color code will look on white background color. Color contrast ratio is 2.22

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

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