#8DFFEC

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

Shades of Aquamarine #8DFFEC

Tints of Aquamarine #8DFFEC

Color information

#8DFFEC (or 0x8DFFEC) is unknown color: approx Aquamarine. HEX triplet: 8D, FF and EC. RGB value is (141,255,236). Sum of RGB (Red+Green+Blue) = 141+255+236=632 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.31% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFEC is #720013. Grayscale: #DADADA. Windows color (decimal): -7471124 or 15531917. OLE color: 15531917.

HSL color Cylindrical-coordinate representation of color #8DFFEC: hue angle of 170º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFEC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB141255236-
CMYK0.4500.070
HSL170º100%77.65%-
HSV(B)170º44.71%100%-
XYZ61.8883.2492.16-
YUV218.75137.7372.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.31%
GREEN value IS 255 (100% from 255) = 40.35%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=22.31%
G=40.35%
B=37.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412552360.4500.07017010077.65
Hex8DFFEC2D070aa644e
Octal21537735455070252144116
Binary100011011111111111101100101101011101010101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,255,236); }

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

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

 a { background-color: rgb(141,255,236); }

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

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

 span { border-color: rgb(141,255,236); }

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