#8DFADF

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

Shades of Aquamarine #8DFADF

Tints of Aquamarine #8DFADF

Color information

#8DFADF (or 0x8DFADF) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and DF. RGB value is (141,250,223). Sum of RGB (Red+Green+Blue) = 141+250+223=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFADF is #720520. Grayscale: #D6D6D6. Windows color (decimal): -7472417 or 14678669. OLE color: 14678669.

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

Color convert

RGB141250223-
CMYK0.4400.110.02
HSL165.14º91.6%76.67%-
HSV(B)165.14º43.6%98.04%-
XYZ58.4979.3682.05-
YUV214.33132.8975.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.96%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=22.96%
G=40.72%
B=36.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412502230.4400.110.02165.1491.676.67
Hex8DFADF2C0B2a55c4d
Octal215372337540132245134115
Binary10001101111110101101111110110001011101010010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,250,223); }

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

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

 a { background-color: rgb(141,250,223); }

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

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

 span { border-color: rgb(141,250,223); }

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