#8DFADC

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

Shades of Aquamarine #8DFADC

Tints of Aquamarine #8DFADC

Color information

#8DFADC (or 0x8DFADC) is unknown color: approx Aquamarine. HEX triplet: 8D, FA and DC. RGB value is (141,250,220). Sum of RGB (Red+Green+Blue) = 141+250+220=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFADC is #720523. Grayscale: #D6D6D6. Windows color (decimal): -7472420 or 14482061. OLE color: 14482061.

HSL color Cylindrical-coordinate representation of color #8DFADC: hue angle of 163.49º 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 #8DFADC is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB141250220-
CMYK0.4400.120.02
HSL163.49º91.6%76.67%-
HSV(B)163.49º43.6%98.04%-
XYZ58.0979.279.94-
YUV213.99131.3975.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.08%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=23.08%
G=40.92%
B=36.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412502200.4400.120.02163.4991.676.67
Hex8DFADC2C0C2a35c4d
Octal215372334540142243134115
Binary10001101111110101101110010110001100101010001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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