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.

#7fffd4 aquamarine

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



Gradation color code


dffff4

d8fff2

d2ffef

cbffed

c5ffeb

bfffe9

b8ffe7

b2ffe5

abffe3

a5ffe0

9fffde

98ffdc

92ffda

8bffd8

85ffd6

78f2c9

72e5be

6bd8b4

65cca9

5fbf9f

58b294

52a589

4c997f

458c74

3f7f6a

39725f

326654

2c594a

264c3f

1f3f35


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

				.aquamarine{
	color : #7fffd4;
}
				

Or

.aquamarine {
color : aquamarine;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:aquamarine">
	This color isaquamarine.
	</span>
				


Applying CSS
This color isaquamarine.



RGB (three primary color) values

R : 127
G : 255
B : 212



Back to top

Color Floresta.