Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#008080 teal

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


bfdfdf

b2d8d8

a5d2d2

99cccc

8cc5c5

7fbfbf

72b9b9

66b2b2

59acac

4ca6a6

3f9f9f

339999

269393

198c8c

0c8686

007979

007373

006c6c

006666

006060

005959

005353

004c4c

004646

004040

003939

003333

002c2c

002626

002020


Similar colors

lightblue
add8e6
powderblue
b0e0e6

afeeee
lightcyan
e0ffff
cyan
00ffff
aqua
00ffff
turquoise
40e0d0

48d1cc

00ced1

20b2aa


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.teal{
	color : #008080;
}
				

Or

.teal {
color : teal;
}
				


CSS usage example

<span class="teal">
This color is teal.
</span>
				


Write directly in style on HTML

	<span style="color:teal">
	This color isteal.
	</span>
				


Applying CSS
This color isteal.



RGB (three primary color) values

R : 0
G : 128
B : 128



Back to top

Color Floresta.