Skip to main content Skip to docs navigation

#61ffca 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 Rare Wind and its hex is #55FFCC Nearest Color Name

Color Hue/Base color: Blue

Hex #61ffca Color code in RGB color code model is created after adding 38.04% red color, 100% green color and 79.22% blue color. Hex #61ffca Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 0% magenta, 21% yellow and 0% black.

Hex #61ffca color code is between #66eecc web safe hex color code and #55ddbb web safe hex color code. #66eecc is the nearest web safe color code. You can see here many more shades of #61ffca color code.

RGB Chart

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

Color Table

Hex Color Code 61ffca #61ffca
RGB Decimal 97, 255, 202 97, 255, 202
RGB Percent 38%, 100%, 79% rgb(38%, 100%, 79%)
CSS RGBa 97, 255, 202,1 rgba(97,255,202,1)
CMYK Model cmyk(62%,0%,21%,0%)
HSL Color Space 160,100% ,69% hsl(160,100% ,69%)
HSV Color Space 160°, 62%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100001 11111111 11001010
Octal 141 377 312
Decimal 97 255 202
Hex 61 ff ca

Different shades of #61ffca color code.

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

Darkest of #61ffca
#00c784
Darker of #61ffca
#00faa6
Dark of #61ffca
#2effb9
Base of #61ffca
#61ffca
Light of #61ffca
#94ffdb
Lighter
#c7ffec
Lightest
#fafffd

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

#61ffca
#ff6196

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

Split Complementary

#61ffca
#ff61e5
#ff7b61

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

Analogous Color

#61ff6e
#61ff88
#61ffca
#61ffff
#61beff

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

#61ffca
#ffca61
#ca61ff

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

#61ffca
#ca61ff
#ff6196
#96ff61

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

#61ffca
#7b61ff
#ff6196
#e5ff61

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 #61ffca

#009462
#00c784
#00faa6
#2effb9
#61ffca
#94ffdb
#c7ffec
#fafffd
#ffffff

Tints of #61ffca Color

#61ffca
#72ffcf
#84ffd5
#95ffdb
#a7ffe1
#b8ffe7
#caffed
#dbfff3
#edfff9
#ffffff

Shades of #61ffca color code

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

#61ffca
#56e2b3
#4bc69d
#40aa86
#358d70
#2b7159
#205543
#15382c
#0a1c16
#000000

Tones

#61ffca
#71efc5
#81dfc0
#90d0ba
#a0c0b5

Tones

Similar Color like #61ffca color

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

#62ffcb
#63ffcc
#64ffcd
#65ffce
#66ffcf
#67ffd0
#68ffd1
#69ffd2
#6affd3
#6bffd4
#6cffd5
#6dffd6
#6effd7
#6fffd8
#60fec9
#5ffdc8
#5efcc7
#5dfbc6
#5cfac5
#5bf9c4
#5af8c3
#59f7c2
#58f6c1
#57f5c0
#56f4bf
#55f3be
#54f2bd
#53f1bc

Download this Dark Blue

Hex #61ffca 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.

#61ffca Color Code Preview on Black Background Color

This is how #61ffca Color will look on black background color. Color contrast ratio is 16.67

#61ffca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61ffca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #61ffca

#61ffca color code is use for CSS Background Color

Background color for the above div is #61ffca

HTML with inline CSS

<div style="background-color:#61ffca;"></div>

#61ffca color code is use for CSS Border Color

CSS Border color for the above div is #61ffca

HTML with inline CSS

<div style="border:5px solid #61ffca;"></div>

CSS Border Left color for the above div is #61ffca

HTML with inline CSS

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

CSS Border Right color for the above div is #61ffca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #61ffca

HTML with inline CSS

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

CSS Border Top color for the above div is #61ffca

HTML with inline CSS

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

#61ffca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#61ffca Color code Preview on White Background

This is how #61ffca Color code will look on white background color. Color contrast ratio is 1.26

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

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(97,255,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,97,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(97,255,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }