Skip to main content Skip to docs navigation

#70fcaa hex color | Download Light 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 Lunatic Sky Dancer and its hex is #76FDA8 Nearest Color Name

Color Hue/Base color: Blue

Hex #70fcaa Color code in RGB color code model is created after adding 43.92% red color, 98.82% green color and 66.67% blue color. Hex #70fcaa Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 0% magenta, 33% yellow and 1.18% black.

Hex #70fcaa color code is between #77ff99 web safe hex color code and #66eebb web safe hex color code. #77ff99 is the nearest web safe color code. You can see here many more shades of #70fcaa color code.

RGB Chart

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

Color Table

Hex Color Code 70fcaa #70fcaa
RGB Decimal 112, 252, 170 112, 252, 170
RGB Percent 44%, 99%, 67% rgb(44%, 99%, 67%)
CSS RGBa 112, 252, 170,1 rgba(112,252,170,1)
CMYK Model cmyk(56%,0%,33%,1.18%)
HSL Color Space 145,96% ,71% hsl(145,96% ,71%)
HSV Color Space 145°, 56%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110000 11111100 10101010
Octal 160 374 252
Decimal 112 252 170
Hex 70 fc aa

Different shades of #70fcaa color code.

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

Darkest of #70fcaa
#04cf58
Darker of #70fcaa
#0cfa6f
Dark of #70fcaa
#3efb8c
Base of #70fcaa
#70fcaa
Light of #70fcaa
#a2fdc8
Lighter
#d4fee5
Lightest
#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

#70fcaa
#fc70c2

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

Split Complementary

#70fcaa
#f070fc
#fc707c

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

Analogous Color

#88fc70
#70fc70
#70fcaa
#70fcd9
#70e5fc

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

#70fcaa
#fcaa70
#aa70fc

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

#70fcaa
#aa70fc
#fc70c2
#c2fc70

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

#70fcaa
#707cfc
#fc70c2
#fcf070

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 #70fcaa

#039d43
#04cf58
#0cfa6f
#3efb8c
#70fcaa
#a2fdc8
#d4fee5
#ffffff
#ffffff

Tints of #70fcaa Color

#70fcaa
#7ffcb3
#8ffcbc
#9ffdc6
#affdcf
#bffdd9
#cffee2
#dffeec
#effef5
#ffffff

Shades of #70fcaa color code

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

#70fcaa
#63e097
#57c484
#4aa871
#3e8c5e
#31704b
#255438
#183825
#0c1c12
#000000

Tones

#70fcaa
#7fedad
#8ddfaf
#9cd0b2
#aac2b4

Tones

Similar Color like #70fcaa color

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

#71fdab
#72feac
#73ffad
#74ffae
#75ffaf
#76ffb0
#77ffb1
#78ffb2
#79ffb3
#7affb4
#7bffb5
#7cffb6
#7dffb7
#7effb8
#6ffba9
#6efaa8
#6df9a7
#6cf8a6
#6bf7a5
#6af6a4
#69f5a3
#68f4a2
#67f3a1
#66f2a0
#65f19f
#64f09e
#63ef9d
#62ee9c

Download this Light Blue

Hex #70fcaa 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.

#70fcaa Color Code Preview on Black Background Color

This is how #70fcaa Color will look on black background color. Color contrast ratio is 16.19

#70fcaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70fcaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70fcaa

#70fcaa color code is use for CSS Background Color

Background color for the above div is #70fcaa

HTML with inline CSS

<div style="background-color:#70fcaa;"></div>

#70fcaa color code is use for CSS Border Color

CSS Border color for the above div is #70fcaa

HTML with inline CSS

<div style="border:5px solid #70fcaa;"></div>

CSS Border Left color for the above div is #70fcaa

HTML with inline CSS

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

CSS Border Right color for the above div is #70fcaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #70fcaa

HTML with inline CSS

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

CSS Border Top color for the above div is #70fcaa

HTML with inline CSS

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

#70fcaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70fcaa Color code Preview on White Background

This is how #70fcaa Color code will look on white background color. Color contrast ratio is 1.30

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

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(112,252,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,112,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(112,252,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }