#8DFED1

Color #8DFED1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #8DFED1

Tints of Aquamarine #8DFED1

Color information

#8DFED1 (or 0x8DFED1) is unknown color: approx Aquamarine. HEX triplet: 8D, FE and D1. RGB value is (141,254,209). Sum of RGB (Red+Green+Blue) = 141+254+209=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFED1 is #72012E. Grayscale: #D7D7D7. Windows color (decimal): -7471407 or 13762189. OLE color: 13762189.

HSL color Cylindrical-coordinate representation of color #8DFED1: hue angle of 156.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFED1 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB141254209-
CMYK0.4400.180.00
HSL156.11º98.26%77.45%-
HSV(B)156.11º44.49%99.61%-
XYZ57.9381.1572.93-
YUV215.08124.5675.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 23.34%
GREEN value IS 254 (99.61% from 255) = 42.05%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=23.34%
G=42.05%
B=34.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412542090.4400.180.00156.1198.2677.45
Hex8DFED12C01209c624d
Octal215376321540220234142115
Binary10001101111111101101000110110001001001001110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DFED1; }

 p { color: rgb(141,254,209); }

 H1.HeaderClassName
 {
   color: #8DFED1;
 }
 .AnyTagClassName
 {
   color: #8DFED1;
 }
</style>
background-color css

<style>
 a { background-color: #8DFED1; }

 a { background-color: rgb(141,254,209); }

 div.DivClassName
 {
   background-color: #8DFED1;
 }
 .BgClassName
 {
   background-color: #8DFED1;
 }
</style>
border-color css

<style>
 span { border-color: #8DFED1; }

 span { border-color: rgb(141,254,209); }

 td.TdClassName
 {
   border-color: #8DFED1;
 }
 .TagClassName
 {
   border-color: #8DFED1;
 }
</style>