Skip to main content Skip to docs navigation

#03ffaf 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 Enthusiasm and its hex is #00FFAA Nearest Color Name

Color Hue/Base color: Green

Hex #03ffaf Color code in RGB color code model is created after adding 1.18% red color, 100% green color and 68.63% blue color. Hex #03ffaf Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 31% yellow and 0% black.

Hex #03ffaf color code is between #00eeaa web safe hex color code and #00ddbb web safe hex color code. #00eeaa is the nearest web safe color code. You can see here many more shades of #03ffaf color code.

RGB Chart

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

Color Table

Hex Color Code 03ffaf #03ffaf
RGB Decimal 3, 255, 175 3, 255, 175
RGB Percent 1%, 100%, 69% rgb(1%, 100%, 69%)
CSS RGBa 3, 255, 175,1 rgba(3,255,175,1)
CMYK Model cmyk(99%,0%,31%,0%)
HSL Color Space 161,100% ,51% hsl(161,100% ,51%)
HSV Color Space 161°, 99%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000011 11111111 10101111
Octal 3 377 257
Decimal 3 255 175
Hex 03 ff af

Different shades of #03ffaf color code.

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

Darkest of #03ffaf
#006948
Darker of #03ffaf
#009c6a
Dark of #03ffaf
#00cf8d
Base of #03ffaf
#03ffaf
Light of #03ffaf
#36ffbf
Lighter
#69ffcf
Lightest
#9cffe0

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

#03ffaf
#ff0353

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

Split Complementary

#03ffaf
#ff03d1
#ff3103

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

Analogous Color

#03ff1c
#03ff46
#03ffaf
#03fbff
#0392ff

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

#03ffaf
#ffaf03
#af03ff

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

#03ffaf
#af03ff
#ff0353
#53ff03

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

#03ffaf
#3103ff
#ff0353
#d1ff03

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 #03ffaf

#003625
#006948
#009c6a
#00cf8d
#03ffaf
#36ffbf
#69ffcf
#9cffe0
#cffff0

Tints of #03ffaf Color

#03ffaf
#1fffb7
#3bffc0
#57ffc9
#73ffd2
#8fffdb
#abffe4
#c7ffed
#e3fff6
#ffffff

Shades of #03ffaf color code

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

#03ffaf
#02e29b
#02c688
#02aa74
#018d61
#01714d
#01553a
#003826
#001c13
#000000

Tones

#03ffaf
#1ce6a6
#35cd9d
#4fb393
#689a8a

Tones

Similar Color like #03ffaf color

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

#04ffb0
#05ffb1
#06ffb2
#07ffb3
#08ffb4
#09ffb5
#0affb6
#0bffb7
#0cffb8
#0dffb9
#0effba
#0fffbb
#10ffbc
#11ffbd
#02feae
#01fdad
#00fcac
#00fbab
#00faaa
#00f9a9
#00f8a8
#00f7a7
#00f6a6
#00f5a5
#00f4a4
#00f3a3
#00f2a2
#00f1a1

Download this Dark Green

Hex #03ffaf 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.

#03ffaf Color Code Preview on Black Background Color

This is how #03ffaf Color will look on black background color. Color contrast ratio is 15.93

#03ffaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03ffaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03ffaf

#03ffaf color code is use for CSS Background Color

Background color for the above div is #03ffaf

HTML with inline CSS

<div style="background-color:#03ffaf;"></div>

#03ffaf color code is use for CSS Border Color

CSS Border color for the above div is #03ffaf

HTML with inline CSS

<div style="border:5px solid #03ffaf;"></div>

CSS Border Left color for the above div is #03ffaf

HTML with inline CSS

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

CSS Border Right color for the above div is #03ffaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #03ffaf

HTML with inline CSS

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

CSS Border Top color for the above div is #03ffaf

HTML with inline CSS

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

#03ffaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#03ffaf Color code Preview on White Background

This is how #03ffaf Color code will look on white background color. Color contrast ratio is 1.32

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

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