Skip to main content Skip to docs navigation

#58ffaa 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 Hanuman Green and its hex is #55FFAA Nearest Color Name

Color Hue/Base color: Blue

Hex #58ffaa Color code in RGB color code model is created after adding 34.51% red color, 100% green color and 66.67% blue color. Hex #58ffaa Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 0% magenta, 33% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code 58ffaa #58ffaa
RGB Decimal 88, 255, 170 88, 255, 170
RGB Percent 35%, 100%, 67% rgb(35%, 100%, 67%)
CSS RGBa 88, 255, 170,1 rgba(88,255,170,1)
CMYK Model cmyk(65%,0%,33%,0%)
HSL Color Space 149,100% ,67% hsl(149,100% ,67%)
HSV Color Space 149°, 65%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011000 11111111 10101010
Octal 130 377 252
Decimal 88 255 170
Hex 58 ff aa

Different shades of #58ffaa color code.

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

Darkest of #58ffaa
#00be5d
Darker of #58ffaa
#00f176
Dark of #58ffaa
#25ff90
Base of #58ffaa
#58ffaa
Light of #58ffaa
#8bffc4
Lighter
#beffde
Lightest
#f1fff8

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

#58ffaa
#ff58ad

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

Split Complementary

#58ffaa
#fd58ff
#ff5859

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

Analogous Color

#67ff58
#58ff64
#58ffaa
#58ffe2
#58d7ff

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

#58ffaa
#ffaa58
#aa58ff

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

#58ffaa
#aa58ff
#ff58ad
#adff58

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

#58ffaa
#5859ff
#ff58ad
#fffd58

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 #58ffaa

#008b44
#00be5d
#00f176
#25ff90
#58ffaa
#8bffc4
#beffde
#f1fff8
#ffffff

Tints of #58ffaa Color

#58ffaa
#6affb3
#7dffbc
#8fffc6
#a2ffcf
#b4ffd9
#c7ffe2
#d9ffec
#ecfff5
#ffffff

Shades of #58ffaa color code

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

#58ffaa
#4ee297
#44c684
#3aaa71
#308d5e
#27714b
#1d5538
#133825
#091c12
#000000

Tones

#58ffaa
#69eeaa
#79deab
#8acdab
#9bbcab

Tones

Similar Color like #58ffaa color

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

#59ffab
#5affac
#5bffad
#5cffae
#5dffaf
#5effb0
#5fffb1
#60ffb2
#61ffb3
#62ffb4
#63ffb5
#64ffb6
#65ffb7
#66ffb8
#57fea9
#56fda8
#55fca7
#54fba6
#53faa5
#52f9a4
#51f8a3
#50f7a2
#4ff6a1
#4ef5a0
#4df49f
#4cf39e
#4bf29d
#4af19c

Download this Dark Blue

Hex #58ffaa 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.

#58ffaa Color Code Preview on Black Background Color

This is how #58ffaa Color will look on black background color. Color contrast ratio is 16.30

#58ffaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58ffaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58ffaa

#58ffaa color code is use for CSS Background Color

Background color for the above div is #58ffaa

HTML with inline CSS

<div style="background-color:#58ffaa;"></div>

#58ffaa color code is use for CSS Border Color

CSS Border color for the above div is #58ffaa

HTML with inline CSS

<div style="border:5px solid #58ffaa;"></div>

CSS Border Left color for the above div is #58ffaa

HTML with inline CSS

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

CSS Border Right color for the above div is #58ffaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #58ffaa

HTML with inline CSS

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

CSS Border Top color for the above div is #58ffaa

HTML with inline CSS

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

#58ffaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58ffaa Color code Preview on White Background

This is how #58ffaa Color code will look on white background color. Color contrast ratio is 1.29

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

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